Hello, as someone who has just started using the Cocos Engine, I would really appreciate your help.
Error: When I open the Toolbar → Project → Build tab, I get the following errors in the console:
[Window] Build is not defined
ReferenceError: Build is not defined
at Object.update (C:\ProgramData\cocos\editors\Creator\3.8.0\resources\app.asar\builtin\builder\dist\contributions\ui-prop\index.ccc:1:548)
at HTMLElement.initRender (C:\ProgramData\cocos\editors\Creator\3.8.0\resources\app.asar\node_modules\@editor\creator-ui-kit\dist\renderer.ccc:2:1525886)
at HTMLElement.render (C:\ProgramData\cocos\editors\Creator\3.8.0\resources\app.asar\node_modules\@editor\creator-ui-kit\dist\renderer.ccc:2:1525755)
at VueComponent.updateRender (C:\ProgramData\cocos\editors\Creator\3.8.0\resources\app.asar\builtin\builder\dist\panels\components\build-prop\index.ccc:1:1646)
at VueComponent.mounted (C:\ProgramData\cocos\editors\Creator\3.8.0\resources\app.asar\builtin\builder\dist\panels\components\build-prop\index.ccc:1:255)
at invokeWithErrorHandling (C:\ProgramData\cocos\editors\Creator\3.8.0\resources\app.asar\node_modules\vue\dist\vue.js:3700:63)
at callHook$1 (C:\ProgramData\cocos\editors\Creator\3.8.0\resources\app.asar\node_modules\vue\dist\vue.js:3104:15)
at Object.insert (C:\ProgramData\cocos\editors\Creator\3.8.0\resources\app.asar\node_modules\vue\dist\vue.js:4926:15)
at invokeInsertHook (C:\ProgramData\cocos\editors\Creator\3.8.0\resources\app.asar\node_modules\vue\dist\vue.js:6955:40)
at Vue.patch [as __patch__] (C:\ProgramData\cocos\editors\Creator\3.8.0\resources\app.asar\node_modules\vue\dist\vue.js:7164:11)
I can reproduce the error under the following scenario:
- Download version 3.8.0 via Cocos Dashboard.
- Open an empty project in Cocos Creator 3.8.0.
- Open a blank scene and save it inside the project.
- Open Toolbar → Project → Build tab, and update any option under Build.
I don’t know the exact cause of this issue. Is there anyone who could help me with this?