playcanvas/editor

Unable to use a loading script

Closed this issue · 2 comments

Add a default loading script from the project settings. Then build a project with disabled concatenation. The app throws when launched:

image

Repro: https://playcanvas.com/project/1205863/overview/loading-script-issue

Ok, this happens when the loading script is marked to preload, which obviously doesn't make sense in this scenario as it's bundled into loading.js. I'll check to see what changed

Closing as this seems to be a duplicate of #613