-
It would seem that as it is, this engine can no longer be used to build games which can be published on the Google Play Store.
As of November 2022 Google Play Store uploads [require Android 12 ( AP…
-
when i run this progress, this error display. Then i search all files not found 'checkint' function
-
It appears when one makes a new project using `cocos new` on mac or linux the sln files for win32 are omitted, resulting in the project unfit for building on windows. Is there a way to recreate the sl…
-
As in title.
I added log to updateTransformFromPhysics method:
```
recordedPosition = newPosition;
Vec3 vec3(newPosition.x, newPosition.y, 0);
Vec3 ret;
parentTransform.getInversed()…
-
- cocos2d-x version: JS 3.13
- devices test on: web
- developing environments
- NDK version: n/a
- Xcode version: n/a
- VS version: n/a
- browser type and version: Chrome, IE
Step…
-
- cocos2d-x version:4.0
- devices test on:iPad Pro (第2代) 系统14.2
- developing environments
- NDK version:
- Xcode version:12.1
- VS version:
- browser type and version:
Steps to Re…
-
```
What steps will reproduce the problem?
1. Create a tmx file without tilesets using Tiled editor
2. Load this file using CCTMXTiledMap
What is the expected output? What do you see instead?
tmx fil…
-
Right now only horizontal & verticall alignment is setting CCMenuAdvanced's contentSize.
To change full behavior of CCMenu into CCMenuAdvanced rows and columns alignment methods should be changed.
It'…
-
It would be great to support a ListView that has multiple columns or rows depending on scroll direction.
If vertical scroll it could allow a number of children per row setting. With an add child orde…
-
SpriteStudioで作成したデータをAndroidやiOSで使用する際、
どの程度のメモリを使用するかデータ作成前に試算したいと考えております。
試算にあたって、最も影響が大きい要素としては、使用するテクスチャと
それを使用するオブジェクトの数の認識でおります。
例えば、64*64のARGB8888の画像を使用してパーティクルを100個出す際
使用メモリの概算としては下記の…