[Scene] Cannot set property ‘_siblingIndex’ of nullError: Method does not exist(scene.queryLastCache)打开场景失败 cocoscreator版本3.6.3。 网上搜到说是在删除节点时有撤销操作,重启前确实在编辑该节点时有过误删除并撤销的操作,这是一个bug,官方22年11月回复(3.6)相关帖子时说会尽快修复。 不知道3.6....
Q: The scene suddenly couldn't open. A: Select the Scene inAssets, and then right-click toRollback to last saved state. If you have saved or hosted a scene file, compare the file differences. This problem should be due to an exception where the scene file was saved, resulting in an ...
前期进行了对cocos原生游戏调研,对于加载原生游戏有一个限制,也就是原生游戏的资源包存放的路径需要固定(也就是按照cocos的默认路径,iOS需要存放在main bundle下,android需要存放在Asset下),这也就带来了一个问题:原生游戏无法进行下载更新,只能每次通过将游戏资源包更新发版的方式进行游戏更新,这无疑是业务方不可接受...
Failed to cancel a schedule, still running The parameters passed in forthis.unschedule(callBack, target)must be consistent with those passed in forthis.schedule(callBack, target). That is, thecallBackmust be the same function object, and thetargetmust also be the same object. If the pa...
The Project Settings panel allows you to set the default open scene to avoid other users only seeing empty scenes when opening the current project for the first time. Support for main.js build templates on native platforms. New feature to display nodes that missing assets in Hierarchy Manager....
Running scene should not be null 1205 The scene should not be null 1206 loadScene: The scene index to load (%s) is out of range. 1207 loadScene: Unknown name type to load: '%s' 1208 loadScene: Failed to load scene '%s' because '%s' is already being loaded. 1209 loadScene: Can ...
asset-manager assets components ui-base component-event-handler.ts component.ts index.ts missing-script.ts system.ts data event geometry gfx math memop pipeline platform primitive renderer scene-graph utils value-types default-constants.ts deprecated.ts ...
Cocos Creator will automatically open your default browser and run the game in it. Now we should see the main character --- a purple monster jumping lively and continuously in the scene.Manipulation of movementA main character that can only jump foolishly up and down on the same spot is ...
01-10 15:42:54.251 32381 32433 D jswrapper: JS: [ERROR]: Failed to load scene: Error: [AssetLibrary] loading JSON or dependencies failed: undefinedleda (leda) 2019年01月12日 08:50 #4 2.0.7 的模板有变动,你需要清空 build 目录,构建出新的 android 项目。再合并自己定制的代码,比如 友盟...
* Made `cc.loader` continue the counter process even if a resource failed to be loaded. * Supported multiple property objects in `cc.Class.extend` function. * Refactored `ccui.Widget`'s `getLeftInParent`, `getBottomInParent`, `getRightInParent`, `getTopInParent` to `getLeftBoundary`...