Release of Cocos Creator 2.4.5
Hello! Is there an estimation of when 2.4.5 will be released? (I’m asking because of Apple M1 support.) Thanks! Fabian 2 posts - 2 participants Read full topic
View ArticleAny recent example from DragonBones Factory?
I tried to look for examples of how to build armatures, each with a different Factory. Trying to make the code below doesn’t render anything - I’m sure something is wrong, but I don’t know where. I...
View ArticleTutorial: A Deep Dive into Cocos Creator 3.0's Extension System
Tutorial: A Deep Dive into Cocos Creator 3.0’s Extension System Extension System Writing extensions has been supported since the first version of Cocos Creator. But at that time, extensions didn’t...
View ArticleCC 3.0 - EventCustom
How to implement EventCustom in CC 3.0? Looks like the class is no longer available in this version. Should I use Event instead? And how to pass setUserData like in 2.x.x versions? 1 post - 1...
View Articleneed the latest library from luajit for Cocos2d-x v3.
Error in luajit on android targetsdkversion 30. Luajit’s latest library (.a) for cocos2d-x version 3.17.2 is required. Who can help? Related link: x86_64 Bad light userdata pointer question · Issue...
View ArticleCLI with custom engine
Hi Is it possible to build a game with CLI and use a custom engine, if yes, can someone please direct me to some documentation or explain to me how Thanks! 1 post - 1 participant Read full topic
View ArticleProblem with using an action on button
I’m making an effect that changes the size of my button, but when I run the action for the button when the mouse is down on it, it doesn’t run the action. Instead, the game just crashes. Here is my...
View ArticlePerformance on mobile
Since moving to v3.0, i figured out that 2.xx had a much better performance on mobile. Will there be improvements with the mobile performance on v3.0 / 3.xx ? Maybe some dev. can explain the reason,...
View ArticleCocos Creator 3.0 Tilled Non consistent pixels
Is there a way to create fix this non consistent pixels ? non_consistent_pixels1277×741 8.15 KB All pixel art is ok and correct, but when loading tilled file, the pixels have uneven pixel consistency,...
View Article[Web] SnakeBird NES
This is my entry for Retro Jam 2021(👾Retro Jam 👾 - itch.io) . I remade Snakebird game for NES gaming platform. Also this was first time using Cocos Creator 3.0 and Typescript as well. itch.io...
View ArticleSDKBox Facebook for Android reporting different version at runtime than...
I’m using Cocos Creator 2.2.2, and attempting to integrate the Facebook into my android builds. In the app/build.gradle, I have: implementation 'com.facebook.android:facebook-android-sdk:9.0.0' but...
View ArticleSimulator: AL lib: (EE) alc_cleanup: 1 device not closed
I keep getting this message everytime I try to run the game using the simulator. Can anyone help please ? 1 post - 1 participant Read full topic
View Articlecc. random0To1 is deprecated
Hi! Please if you can help me. I am learning from an older tutorial and I encounter this error ERROR: ‘cc.random0To1’ is deprecated, please use ‘Math.random’ instead But after replacing...
View ArticleCC 3.0 - Draw lines in 3D space (Gizmo?)
Hello again, I wish to know how to draw lines on 3D spaces. For example, if you add the Particle 3D component and select Cone shape, you will notice for a nice 3d cone shape generated by the particle...
View ArticleIs it possible to run Cocos Creator 2.4 on Linux?
Continuing the discussion from Cocos Creator 1.9 unofficial Linux release and Docker image: Hi @ckhoo, I tried to follow your step but ran into trouble with ‘util.promisify.custom is not a function’....
View ArticlerunAction in Cocos Creator 3D
I have just installed Cocos Creator 3.0.0 I want to run an animation sequence. this.node.runAction( cc.sequence( cc.spawn( cc.moveTo(1, 100, 100), cc.rotateTo(1, 360), ), cc.scale(1, 2) ) ) But the...
View ArticleHow to handle this pointer that was destroyed in another thread?
Now, I have a problem with lambdas, as you can see in the codes below, if this pointer ( the HelloWorld node) destroy, the code in lambdas will crash the app. Could I solve this problem with...
View ArticleCocos creator 3. Scene load failed
Hi. I was working on an scene, but abruptly scene was closed and I can’t open this scene again. I am getting this errors in console: image1093×376 21.8 KB 1 post - 1 participant Read full topic
View ArticleAnimate an object moving in 3D space with Cocos 3D
I am new to Cocos 3D. I want to move an object in 3D space via an animation. Think this like an spaceship moving around. Is there a way to do something like this? 1 post - 1 participant Read full topic
View ArticleCocos2d-x 4.0, Box2d, Json from extem
I want to know. How can I add Box2d and Json from external lib in a new project in Cocos2d-x 4.0? I know I should added in CMakeLists.txt but I was able to added it. Help me picture1332×1924 248 KB 1...
View Article