Latest xcode failing with "iconv_close"
I had to upgrade xcode today, if I wanted to try to get my iOS project submitted to Apple. However, now my Mac version, which was working, won’t build. I get two errors: No matching function for call...
View ArticleProblems with iPad undocked keyboard and EditBox
I’m having a sporadic problem with the undocked keyboard in iPads. On my iPhone, my editboxes are working great. If I click on a control outside the keyboard, the keyboard gets dismissed. However, on...
View ArticleHow can i use Lua or JS binginds with Cocos2d-x V3 on Windows?
How can i use Lua or JS binginds with Cocos2d-x V3 on Windows? Please Help Me 1 post - 1 participant Read full topic
View ArticleCocos2d full screen mode button
Hello! I have a question about the full-screen mode of the program - games on cocos2d-x 4.0 c++ Visual Studio 16 2019. When you start the program, there are 3 buttons at the top near the title...
View ArticleCpp source files in Android Studio not showing
Hello, can someone help with this issue? Android studio is Giraffe and cocos version 3.17.2. I only have empty folder cpp in project structure. 1 post - 1 participant Read full topic
View ArticleDisable tiles map culling? is this a bug?
Hello, I am having a huge problem. I am making a platformer game. It is basically a tilemap moving in the opposite direction of the player to work as a camera that follows. But as you can see in the...
View ArticleDisabling full screen mode
I’ve created the game and exported as HTML5 game to run on a webview. Game is running fine no issue, but only thing is whenever I click anywhere in the game it changes to fullscreen mode. Is there any...
View ArticleIssue with Text Rendering in Asian Languages (Japanese, Korean, Chinese) in...
Hello everyone, I’m reaching out to share a technical issue I’ve encountered in Cocos2d-x v4, specifically related to text rendering in Asian languages like Japanese, Korean, and Chinese. Problem...
View ArticleDive into Cocos2d-x Game Development with Three Exciting New Books!
Hey fellow game developers, I wanted to share some exciting news for all Cocos2d-x enthusiasts out there! I have three fantastic new books that will help you master Cocos2d-x game development at every...
View ArticleMusic turns off in windows [SOLVED]
I just discovered a problem that’s been in my game a while on the windows version of my app (it works fine on iOS). Apparently, the AppDelegate::applicationDidEnterBackground() and...
View ArticleCamera follow for my 2D game
Hi, I create a demo project for every game, it is well organized and have most game things. You can see here: GitHub GitHub - paulocoutinhox/axmol-game-demo Contribute to...
View ArticleHow to build Cocos2d-x project on Apple M1 mac simulator
Hello has anyone encountered this error before ? I am using Xcode 15.0.1, cocos2d-x version 3.17.1 on an Apple M1 mac Building for 'iOS-simulator', but linking in object file...
View ArticleIs the Javascript side of Cocos2D still in development or is it deprecated?
I used Cocos2D JS a little in the past, and I am now considering it for a web game that may potentially be ported for mobile. I would like to use Cocos 2D for later re-writing in LUA or C++ for a...
View ArticleCard curl effect in cocos2d js
I want to impliment card curl effect using cocos2djs 3.8 version. I have to use only cocos2djs to impliment not allowed to use third party plugins. I want effect like this :...
View ArticlePhysics and sprite animation dont works
Hi, I have a small problem when i use Physics with animation. I made a small project to show: GitHub GitHub - paulocoutinhox/axmol-bomb-test Contribute to paulocoutinhox/axmol-bomb-test development by...
View ArticleCompiling Cocos2dx 4.0 on andriod
Does anyone have advice or a guide for getting cocos2dx helloworld project compiling for android right now? Or is anyone successfully compiling cocos2dx for android right now? Which versions of gradle...
View ArticleUrgent Help Needed to Update Cocos2d Apps - Compensation Offered!
Hello developers’ community, We urgently need assistance to update 11 mobile apps (iClassicsCollection) developed in Cocos2d. We are facing issues with the guidelines of major app stores and require...
View Article关于cocos2dx4.0文档
近期想用cocos2dx做点游戏,但卡在文档上,好多都是翻源码, 有些能解决,有些不能, 比如sprite->runAction 运行后,原始的贴图消失了? 有没有完整文档呢 比原先用SDL2还费劲,文档版本错综复杂。 1 post - 1 participant Read full topic
View ArticleHard to find Memory or Threading issue
I realize Cocos2D-X is no longer supported, but I have a bit of a unique problem, and truly any direction would be very helpful. My game uses a mostly custom game engine, but we started out using...
View ArticleUsing physicsBody with setPositionOffset causes flashing and jerking when the...
When I added physicsBody, my character was skewed, so I used setPositionOffset for physicsBody to match the animation, but when I added the character runAction move, it flashed and jerked. The one...
View Article