FEZModding / HAT

Simple mod loader for FEZ
MIT License
16 stars 1 forks source link

feat: create dynamic asset loading #17

Open Krzyhau opened 8 months ago

Krzyhau commented 8 months ago

Implement advanced asset manager which will properly cache assets and convert/load them only when necessary.

Krzyhau commented 8 months ago

I've tried to do this in this branch but failed due to how bad it was in terms of performance. Maybe I'm doing something stupid. Maybe checking for up-to-date versions of the file isn't really necessary. Idk.