engine
engine copied to clipboard
SubPromise will be blocked by GLTFLoader If the assetURL is error
engine.resourceManager
.load({
url: "https://mdn.alipayobjects.com/rms/afts/file/A*9uDmQKoBs6IAAAAAAAAAAAAAARQnAQ/bed.glb?q=textures[5]",
type: AssetType.GLTF,
})
.then(() => {
engine.run();
});
The engine will never run.