-
```
Hello, just try some demos with your cocos port and performance on emulator
seems very crapy - simple black screen with label application get only 20 fps,
and box2d demo starting lag with severa…
-
```
Hello, just try some demos with your cocos port and performance on emulator
seems very crapy - simple black screen with label application get only 20 fps,
and box2d demo starting lag with severa…
-
![image](https://user-images.githubusercontent.com/7439418/206364805-c401e251-919a-4147-b213-5f5e8544a03b.png)
-
Re: https://discord.gg/cocos-simplify-game-development-634690911896469525
-
Hi,
Thanks a lot for taking time in updating the previous EasyNDK from ajwani to support Cocos 2d-x 3.x.
I wanted to check if you are adding the support for WP8 as well as currently the targets are o…
-
I have a question about this requirement:
We don't know whether the developer has installed NDK or not.
Because the NDK is always a zip file after downloaded. Developers only unzip it for installing.…
-
URL : https://github.com/cocos-creator/creator-docs/blob/master/zh/ui-system/components/editor/toggle.md
callback(tag:toggle, eventType, customEventData){
tag.nane = name+""
}
-
```
What steps will reproduce the problem?
1. Start new screen activity from CocosScene
Example:
Intent myIntent = new Intent(Director.sharedDirector().getActivity(), ReadmeGallery.class);
Director.…
-
```
A cocos node that follows parent position but ignores its rotation. I use this
to have labels follow
nodes but staying aligned vertically (name tags, for example). The position
stays the same, …
-
```
i run the cocos-template on samsung nexus android 4.2.2 and emulator android
4.0.I crashed, may caused by "java.lang.IllegalArgumentException: bitmap is
recycled".but on android 2.x.x, it works …