-
case jsb.EventAssetsManager.ERROR_DOWNLOAD_MANIFEST:
case jsb.EventAssetsManager.ERROR_PARSE_MANIFEST:
this.panel.info.string = "Fail to download manifest file, hot update skipped.";
…
-
怎么去自定义热更新的路径
-
```
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 …
-
```
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 …
-
- cocos2d-x version: 4.x-git
- devices test on: qemu loongarch guest
- developing environments
- NDK version: none
- Xcode version: none
- VS version: none
- browser type and version…
-
现象:
同一台手机 同样的微信, 同一个小游戏的同一个版本, 每次打开 有一定概率无法获得准确的 窗口尺寸或 safeArea.
经过和微信同学的交流. 目前大家比较一致的看法是 安卓系统正确获取 safeArea 的时机 无法做到百分百一致.
有时候要延迟一会儿去获取 才准确.
但是 cocos的 adapter 里 总是会在 初始化时 立刻获取 systemInfo, 并且…
-
Cocos 2d-x v3.6
``` cpp
...
_camera = Camera::createPerspective(60, (GLfloat)s.width / s.height, 1, 1000);
_camera->setCameraFlag(CameraFlag::USER1);
_layer3D->addChild(_camera, 0,"camera1");
_layer…
-
```
What steps will reproduce the problem?
1. Getting the highscores from cocoslive
What is the expected output? What do you see instead?
I want to get the device_id, but this field cannot be change…
-
It's a bug of android: Please refer to
http://stackoverflow.com/questions/16283079/re-launch-of-activity-on-home-button-but-only-the-first-time/16447508#
- cocos2d-x version: v3.13.1
- devices t…
-
`cocos new Test -l js`新建一个项目
然后修改`mian.js` `cc.view.setDesignResolutionSize(640, 960, cc.ResolutionPolicy.EXACT_FIT);`
运行项目 在android微信浏览器中就会产生偏移 并且可以拖动偏移的地方
![59_503580_682170a915d9df8](https://cloud…