galacean / engine

A typescript interactive engine, support 2D, 3D, animation, physics, built on WebGL and glTF.
https://galacean.antgroup.com/engine
MIT License
4.2k stars 299 forks source link

ProjectLoader support progress #2098

Open zhuxudong opened 4 months ago

zhuxudong commented 4 months ago
.load({
   type:AssetType.Project,
   url:"***"
}).onProgress((loaded, total)=>{},(identifier, loaded, total)=>{})