Steven Yau

Results 445 comments of Steven Yau

The issue is that on a bad connection, it doesn't actually error out so not sure if retry would work in this case. Part of the problem is that the...

Here's an idea of what it could be like: https://github.com/playcanvas/engine/pull/2025 Starting to wonder if the scene registry should be a special case and that for assets, it would be part...

Thinking about this more, maybe it's enough give users an API to cancel a load (e.g `this.app.assets.cancelLoad`)? Edit: @vkalpias Would there be any problems on setting the default for retries...

> For example loadSceneData loads but doesn't run. loadSceneHeirachy() loads and then runs but doesn't apply scene settings, loadScene() does something else, but should not be used? Ideally, there should...

> An example use case I've had is to preload 2 scenes, and play the first one as soon as it has loaded. However if the second scene has not...

Regarding assets used by a scene, I actually would prefer this to be on the editor side where it should be possible to show/filter all assets used in the current...

@radarhere Just wanted to say thanks for providing the convert to palette custom function as I was hitting similar issue where `convert` was crush similar colors 👍

Agreed. Maybe an area about hosting/using files external from where the app is hosted? Referencing sites like: https://www.test-cors.org/ https://enable-cors.org/ Will also help.

Related to: https://github.com/playcanvas/developer.playcanvas.com/issues/171

What do you mean by GitHub source?