cocos-docs icon indicating copy to clipboard operation
cocos-docs copied to clipboard

Manual docs content for Cocos Creator

Results 216 cocos-docs issues
Sort by recently updated
recently updated
newest added

There is no explanation for what the 'mask' parameter (for the 'raycast' method for 2D physics) does in the docs. I want to use this parameter but I don't know...

URL : https://github.com/cocos-creator/creator-docs/blob/master/en/editor/publish/setup-native-development.md Trying to generate the Apk from Cocos Creator using Project > Build (Android Platform) in the build Path a new build got generated but didn't found APK,...

URL : https://github.com/cocos-creator/creator-docs/blob/master/zh/editor/scene/index.md 问题: “鼠标中键:平移视图” 描述: 因为苹果鼠标没有中键,建议增加提示: 没有中键的鼠标,可使用 空格+鼠标拖拽

URL : https://github.com/cocos-creator/creator-docs/blob/master/zh/engine/event/event-emit.md # 帮助文档上的事件发射描述可能有误 ## 文档上的描述: ![image](https://user-images.githubusercontent.com/61233334/173733023-73b2544f-ff2f-4ee5-a844-80c62ac4dcbf.png) ## 本地使用的时候,提示没有该方法。 ![image](https://user-images.githubusercontent.com/61233334/173733158-ae68d0da-0b2f-4449-9206-ce86a73cf592.png) ## api上没有详细描述

URL : https://github.com/cocos-creator/creator-docs/blob/master/zh/editor/extension/scene-script.md ![image](https://user-images.githubusercontent.com/18565216/175902805-a2bf2fbc-fff4-45e5-aa71-a4aded50ab20.png) 拼写错误

URL : https://github.com/cocos-creator/creator-docs/blob/master/en/advanced-topics/meta.md how is uuid determined? md5hash(file path)? or sha256Hash(file path)?

URL : https://github.com/cocos-creator/creator-docs/blob/master/zh/advanced-topics/oc-reflection.md > Application::getInstance()->getScheduler()->performFunctionInCocosThread([=](){ > se::ScriptEngine::getInstance()->evalString(script.c_str()); > }); > [:memo:](https://github.com/cocos-creator/creator-docs/edit/master/zh/advanced-topics/oc-reflection.md#L71 "Edit") 有没有完整事例2.4版本

URL : https://github.com/cocos-creator/creator-docs/blob/master/zh/index.md 节点的子节点中存在刚体组件的时候,对父节点进行缩放子节点的位置会被改变。 子节点含有刚体的节点完全无法缩放,希望是我搞错了。不然都能说是引擎的缺陷了。 https://forum.cocos.org/t/topic/137076

哪怕加个下划线啥的也好,想了老半天才回忆过来,原来是这个文件夹名字就是带空格的,乍看时还以为啥呢,为啥前面有个test空格+路径。。。。 ![image](https://user-images.githubusercontent.com/7835444/173175747-11eb199c-32ce-4dfc-9dfc-1bfcdf752f03.png) URL : https://github.com/cocos-creator/creator-docs/blob/master/zh/asset/dynamic-load-resources.md > test assets/prefab > [:memo:](https://github.com/cocos-creator/creator-docs/edit/master/zh/asset/dynamic-load-resources.md#L9 "Edit")

URL : https://github.com/cocos-creator/creator-docs/blob/master/zh/advanced-topics/JSB2.0-learning.md 修改 CocosDashboard_1.0.14\resources\.editors\Creator\2.4.6\resources\cocos2d-x\cocos\scripting\js-bindings\jswrapper 下的config.hpp文件为 ``` #ifndef USE_V8_DEBUGGER #if defined(COCOS2D_DEBUG) && COCOS2D_DEBUG > 0 #define USE_V8_DEBUGGER 1 #else #define USE_V8_DEBUGGER 1 #endif #endif ``` 重新打开cocos打包release包后还是无法使用远程调试功能