-
https://github.com/cocos2d/cocos2d-x/pull/16118
Just asking, if u can add this support to cocos2d-x-lite, we won't have to adopt shader manualy which would be a great help.
Or is there any reason th…
-
```
What steps will reproduce the problem?
1. Start new screen activity from CocosScene
Example:
Intent myIntent = new Intent(Director.sharedDirector().getActivity(), ReadmeGallery.class);
Director.…
-
```
What steps will reproduce the problem?
1. Start new screen activity from CocosScene
Example:
Intent myIntent = new Intent(Director.sharedDirector().getActivity(), ReadmeGallery.class);
Director.…
-
```
What steps will reproduce the problem?
1. Start new screen activity from CocosScene
Example:
Intent myIntent = new Intent(Director.sharedDirector().getActivity(), ReadmeGallery.class);
Director.…
-
Hi,
Could you add support for https://github.com/axmolengine/axmol ?
-
- cocos2d-x version: 3.17
- devices test on: Linux, x86_64
- developing environments
- gcc 7.3
Steps to Reproduce:
1. compile all under gentoo
2. start build/linux-build/bin/Debug/cpp-tes…
-
### Use Case
实际需求:
希望spine运行库 使用 ts版本 (因为在运行时 为了性能 , 要做hack 和 重写某些方法), 但是其他模块还是希望能尽量使用wasm来提升性能.
### Problem Description
但是目前 cocos 3.8.3 只支持整体 关闭wasm.
### Proposed Solution
希望提供按模块单独开关wasm的…
-
/pomelochat/pomelochat/Classes/LoginScene.h:7:10: 'pomelo.h' file not found
-
### Cocos Creator version
3.8.3
### System information
Windows 11 Pro
### Issue description
Noticed that if **Label** parent (**Button**, **Sprite**) texture filter is set to _nearest_ …
-
Works great in debug but in release mode it throws:
```
plugin.FacebookAgent.getInstance is not a function
```
I've double checked that this is called:
```
sc->addRegisterCallback(register_all_…