galacean / engine-spine

MIT License
9 stars 8 forks source link

Enhancing Loader to Manage Temporary Link Scenarios #88

Closed johanzhu closed 2 months ago

johanzhu commented 8 months ago

Currently, the loader determines the file type based on the file extension during the loading process. However, it fails to handle temporary links created via URL.createObjectURL. The loader needs to attempt processing these types of files and provide feedback to the user.

image

johanzhu commented 2 months ago

done