bryanedds / Nu

Repository hosting the open-source Nu Game Engine and related projects.
MIT License
1.12k stars 156 forks source link

Metadata may grow too big for large commercial titles. #805

Closed bryanedds closed 5 months ago

bryanedds commented 5 months ago

Since Metadata will load ALL geometry data for all packages on start up, this will probably end up being too wasteful for large commercial titles. This will also hinder start-up times as well.

Perhaps we can do like the renderer and such and just load metadata for individual packages as needed?