Dash icon indicating copy to clipboard operation
Dash copied to clipboard

[Assets] Lazy object loading

Open PxlBuzzard opened this issue 10 years ago • 1 comments

Right now Dash loads all meshes, textures, and prefabs at launch. Dash should offer more granular loading (and unloading) of assets during runtime.

One method to do this would be to build a list of all the objects that are available to load without loading them, then as game scripts and scenes reference objects they are loaded into memory.

PxlBuzzard avatar May 05 '14 21:05 PxlBuzzard

Requires #184.

ColdenCullen avatar May 05 '14 21:05 ColdenCullen