Centering the sprite and getting touch response on it
@rahul_d_v wrote: Hey all, I was trying to position a sprite into the center of the scene and getting a touch response on it. But in the output, the sprite is showing in a side of the scene and the...
View Articlelibc++abi.dylib crash
@sayem_musk wrote: From Crashlytics i am getting this kind of crashes libc++abi.dylib its only happening in ios. There is no problem for android i could not figure out what casing this crashes From...
View Articlelibc.so crash in android
@sayem_musk wrote: From Crashlytics i am getting this kind of crashes libc.so its only happening in android. There is no problem for android ios. i could not figure out what casing this crashes Posts:...
View ArticleCompile for x86_64. Android studio cocos 3.17
@smappl wrote: Hello guys. I have problem. How can I build apk with x86_64 support. Or how build project without x86, only for arm . In gradle prop - PROP_APP_ABI=armeabi-v7a:arm64-v8a . In...
View ArticleDownload Images png/jpg to disk for native
@minhtrungaa wrote: Hello, I’m trying to decrease my game size for native version Android/iOS I have tried tinypng but yet it’s not less then 100mb for app submission, all of the assets such as...
View ArticleInstall Cocos Creator 3D in parallel?
@MikeFromMars wrote: Hi…, I use CC 2.2.1. Can we install and use Cocos Creator 3D in parallel? https://forum.cocos.org/t/cocos-creator-3d-v1-0-1/85773 When will they merge? Thanks Mike Posts: 2...
View ArticleSDKBOX Play plugin fails on Android
@pccsoares wrote: I’ve been trying to add the SDKBOX Play plugin to work on Android for several days, but nothing happens when I try to show the Achievements. Logs show: E SignInAuthenticator: ****...
View ArticleSDKBOX 2.5.1.2 crash on some android devices
@Dozen wrote: Hello! We have a trouble with some android devices like honor7a, huawei y5 2018, huawei y6 2018… java.lang.NullPointerException: at...
View ArticleCC 2.2.1: iOS textures not shown or corrupted
@MikeFromMars wrote: Hi…, I have migrated my game from cc 1.6 to cc 2.2.1. Web-Builds are fine, but in iOS-Builds my atlas textures are missing, cut off, or with false colors, and I get iOS errors...
View ArticleBuild web-mobile: style overflow:hidden how?
@MikeFromMars wrote: Hi…, in the past the <div id="Cocos2dGameContainer"> had the style="overflow:hidden;". This seams not to work anymore. How to set the overflow hidden now? Thanks Mike Posts:...
View ArticleScheduler basics
@KraKcz wrote: Hello, I started to learn Cocos, but I ran into a problem with scheduler, I know it’s probably a simple mistake but I cannot figure it out. It’s not repeating but only runs once....
View ArticleScrollView broken on cocos2d-x v4.0
@pccsoares wrote: Since I upgraded my game to cocos2d-x v4.0 that all my ScrollView tables are broken, as the contents overflow the table. Looking into the source of the ScrollView class I see that...
View ArticleTouch event for subview
@Chino9 wrote: Hello , i have the following problem. I am develop AR app and i have an subview contain AR VIEW , every is okay except touch events are swallowed for eaglview and not reach to ARVIEW. I...
View ArticleSdkboxPlay (2.5.1.2) loadAllGameData crashed in my app
@skyyoo wrote: Hello. I’m using SdkboxPlay and save/load from google in my app. but the app crashed when i call loadAllGameData(). Cocos Creator v2.2.1 sdkboxplay v2.5.1.2 googleplayservices v2.5.1.2...
View ArticleCocos Creator v2.2.2 released!
@slackmoehrle wrote: Cocos Creator v2.2.2 released! The Cocos Creator team has worked hard to release v2.2.2. A big THANK YOU! to all the developers that upgraded to previous versions of v2.2 and...
View ArticleAdd C++ native socket to Cocos Creator
@nhquynam wrote: Hi guys, I have a project created with Cocos2d-js which included native socket (C++). Now I want to port it to Cocos Creator. Is there any way to integrate these C++ code with Cocos...
View ArticleCocos2d-x v4 missing .xcodeproj file after installing
@piratejack1187 wrote: I download Cocos2d-x v4 and create a new C++ project by terminal. But after installed, I don’t find the .xcodeproj file on proj.ios_mac folder. What’s the problem? How to open...
View ArticleAPK expansions file
@fabrice wrote: Hello, excuse me for my poor english. Let’s introduce myself. I use cocos2dx 3.17 Thanks for reading I achieved a very big game (4 years to code by myself), perhaps the biggest game...
View ArticleHow to use Script component (ComponentJS)
@isonnymichael wrote: I have project created by C++ cocos2dx 3.17.2, and I want to use Script component. According to the documentation,...
View ArticleAnyone knows how to put banner ads at bottom of game?
@ousaf wrote: I have iOS exported game project from cocos creator as the game opens in full screen so placing banner ad view as subview of game view makes banner ad overlay on the game canvas. I want...
View Article