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

[Engine] Asset Streaming #81

Open
michaelsakharov opened this issue Dec 7, 2023 · 0 comments
Open

[Engine] Asset Streaming #81

michaelsakharov opened this issue Dec 7, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@michaelsakharov
Copy link
Owner

michaelsakharov commented Dec 7, 2023

Due to how we handle asset references via the AssetRef<> Struct

There not a whole lot stopping us from just, not loading the asset.
The Code is already written to handle AssetRef.IsAvaliable being false even though at the moment it never really is.

But because of that we can just delay loading, and create a second thread to stream in content.

@michaelsakharov michaelsakharov self-assigned this Dec 7, 2023
@michaelsakharov michaelsakharov added the enhancement New feature or request label Dec 7, 2023
@michaelsakharov michaelsakharov removed their assignment Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant