Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Assets] Lazy object loading #183

Open
PxlBuzzard opened this issue May 5, 2014 · 1 comment
Open

[Assets] Lazy object loading #183

PxlBuzzard opened this issue May 5, 2014 · 1 comment
Labels

Comments

@PxlBuzzard
Copy link
Member

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.

@ColdenCullen
Copy link
Member

Requires #184.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants