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

Potential improvements to Automatic Texture Loading #7

Open
danielfeather opened this issue Aug 9, 2024 · 0 comments
Open

Potential improvements to Automatic Texture Loading #7

danielfeather opened this issue Aug 9, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@danielfeather
Copy link
Owner

Currently the system that is responsible for texture loading isn't that that flexible, it won't update the Handle<Image> if the Handle<SpriteSheet<T>> changes on the entity and texture loading is on.

I am not sure if its a good idea to replace the texture in this circumstance, it might be better and more efficient to instrct the developer to remove the Handle<Image> if they are changing the Handle<SpriteSheet<T>> on the entity, then the absense of a Handle<Image> could trigger the loading functionality.

@danielfeather danielfeather added the enhancement New feature or request label Aug 9, 2024
@danielfeather danielfeather self-assigned this Aug 12, 2024
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