Move Rigibody from point A to point B without losing physics
I want to drag an object with a rigidbody component from point A to point B without losing physics. when i drag the component with rigibody is frozen Can someone help me with this? cocos creator 2.4.4...
View ArticleHow can I get the screen resolution of a device?
Hello everyone! How can I get the screen resolution of a device and then load the game in that resolution? Example: If the device’s maximum resolution is 960×540, we load the game in that resolution....
View ArticleLoad local audio file cocos creator
I used input html to get mp3 audio file, I have not found a solution to convert the file into audio clip to use in cocos creator ! 1 post - 1 participant Read full topic
View ArticleUnit tests (vitest)
Has anyone been able to use Vitest along with Cocos Creator? I compiled a custom ESM build of the engine and set up Vitest. However, as soon as I add any *.spec.ts file to the assets directory, I get...
View ArticleIs cc.RigidBody deterministic for all platforms?
For example, if I have a pinball game, the ball starts dropping at position x,y, finally stops at slot 1, would the result be the same (position that the ball stops) at all platforms and browsers?...
View Article(2.4.5)Is there anyway to update PhysicsManager by function for each frame...
For example, suppose I have a pinball game, the ball may finally drop to slot 1 - slot 8, each slot has a detector to notify if the ball drops on it: Canvas: cc.Class({ extends: cc.Component,...
View ArticleHow to call cc.Component.EventHandler in custom component?
For example, I have a SubComponent: cc.Class({ extends: cc.Component, properties: { myCallback:{ type:cc.Component.EventHandler, default:null } }, onLoad(){ this.scheduleOnce(function(){...
View Article(2.4.5)Is it normal that positions of collider cannot update at the collision...
For example, there is a Floor object with a collision callback: cc.Class({ extends: cc.Component, properties: { callback:null }, onBeginContact: function (contact, selfCollider, otherCollider) {...
View ArticleI am a noob and i need help
i have installed the last version of coco’s creator and drags some pngj files in the assets files but when i create a nodes and try to create a sprite and drag in the png in the sprite nothing happen...
View ArticleI want a developer to create a game like poker ,zingplay
I really want to create like zingplay poker game and also need to developer please contact me telegram - @azymoe 1 post - 1 participant Read full topic
View ArticleOrientation change stretches sprite briefly before scene loads in Cocos...
Hi everyone, I’m working with Cocos Creator 3.8.2, and I’m implementing orientation changes dynamically on Android when switching scenes. Here’s the relevant code:...
View ArticleDoes PhysicsManager support manually update the frame?
Instead of real time simulation, I want to predict the final position of some cc.Rigidbody by manually updating each frame, does PhysicsManager have some functions like: for(let i=0;i<10;i++){...
View ArticleGet Component when Collider trigger
I want get component Planet when Player Contact but it’s not work ContactPlanet(){ if(this.collider){ this.collider.on(Contact2DType.BEGIN_CONTACT,this.onBeginContactPlanet, this);...
View ArticleCocos Creator v3.8.6 break ASTC texture compression
Hello. Link to the commit: github(.)com/cocos/cocos-engine/pull/18189 (sorry, but I’m not allowed to post links) Unfortunately upgrade maxKnownFeatureSet break compatibility. Just try to run on the...
View ArticleGame reloads or crashes on iPhone when loading assets from multiple Remote...
Game reloads or crashes on iPhone when loading assets from multiple Remote Bundles (Cocos Creator v3.8.1) Hello everyone, I’m developing a game using Cocos Creator v3.8.1, targeting both native and...
View ArticleProblem with latest XCODE
Mac updated Xcode and now I get errors on build in Xcode on new empty projects and current projects. Tried with 3.8.2 and 3.8.6 thinking I had to update engine first. “A template argument list is...
View Article**🚀 诚招多名兼职 Cocos 游戏开发者|长期合作|项目独立结算**
诚招多名兼职 Cocos 游戏开发者|长期合作|项目独立结算 我们正在招募多名有经验的 Cocos 游戏开发者(2~3 年经验),以兼职形式参与多款休闲小游戏的开发。 我们需要你: 熟练使用 Cocos Creator 能独立完成小游戏开发,遵循既有框架 能与游戏策划、美术人员高效配合,沟通顺畅 有责任心,注重编码质量与交付效率 合作模式: 每个小游戏 单独结算费用 长期合作,时间灵活...
View Article❓ Scene Changes Not Reflected Due to Local Scene Priority While Using Asset...
Hi everyone, I’m facing an issue while working with Asset Bundles in Cocos Creator 2.4.7. Scenario: I have created a scene (e.g., game.scene) and bundled it using the Asset Bundle feature. I made some...
View ArticleScene Bundle Not Working Across Projects – Missing Scripts, Assets, and Scene...
Hi everyone, I’m facing an issue with Asset Bundles in Cocos Creator 2.4.7 when trying to share a scene between projects. What I did: In Project A, I created a folder (e.g., GameSceneBundle) and...
View ArticlePoor Documentation for C++ in Cocos2d- v3.8.6 – Need Help Getting Started
Hi everyone, I’m trying to develop a game using Cocos2d-x (v3.8.6 ), but I’m finding it really difficult due to the poor or outdated documentation, especially for C++. how to write code c++ after...
View ArticlePreview Simulator Crashes
Hello everyone I’m adding an object with a lot of textures to the scene. The preview in the browser works well, but trying to run it through the Simulator causes a black screen and crashes after a few...
View Article3.8.3 Extension Instantiate Prefab
In 3.8.3, custom extension, how to actually instantiate prefab into scene? 如何在 3.8.3 extension 输入Prefab? 1 post - 1 participant Read full topic
View ArticleDrift Boss Unblocked Games – Play Free Online Car Drift Game Unblocked at...
Drift Boss – Play Free Online Car Drift Game Unblocked at School 2025 Drift Boss is a captivating browser-based drifting game that challenges players to navigate a winding track using simple...
View ArticleFirst 3D Game: Advanced Tutorial — Shadow problem
Hi! I’m in stuck with the tutorial part about shadows. I try to follow all the steps but here is the problem: It seems like some properties have different naming this days. I can’t get the result they...
View ArticleiOS Warning: CLIENT OF UIKIT REQUIRES UPDATE — UIScene lifecycle not adopted
Hi all, When launching my cocos2d-x(3.17.1) app on iOS 18, I’m seeing this warning in the console: CLIENT OF UIKIT REQUIRES UPDATE: This process does not adopt UIScene lifecycle. This will become an...
View Article(2.4.5)Does 2.4.5 have PlaneCollider?
For some reasons, currently I want to create 3D objects with version 2.4.5, does 2.4.5 have plane objects and support plane collision (PlaneCollider)? 2 posts - 1 participant Read full topic
View ArticleSpine. How to get Anchor Point?
Hello everyone! I am using Cocos Creator version 3.8.6. If I drag the Spine skeleton json file onto the scene, an object with the following components will be automatically created on the scene: Node...
View ArticleBalanceLog Loan App Customer Care Helpline Number♻️...
BalanceLog Loan App Customer Care Helpline Number♻️ (—7063828050—)X—X∆-∆X+91)((+91,84342-25621-))Toll free Call meBalanceLog Loan App Customer Care Helpline Number♻️...
View ArticleBalanceLog Loan App Customer Care Helpline Number♻️...
BalanceLog Loan App Customer Care Helpline Number♻️ (—7063828050—)X—X∆-∆X+91)((+91,84342-25621-))Toll free Call meBalanceLog Loan App Customer Care Helpline Number♻️...
View ArticleBalanceLog Loan App Customer Care Helpline Number♻️...
BalanceLog Loan App Customer Care Helpline Number♻️ (—7063828050—)X—X∆-∆X+91)((+91,84342-25621-))Toll free Call meBalanceLog Loan App Customer Care Helpline Number♻️...
View Article