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

Avatar Functions Refactor & Conditional Animation Preloading #9387

Merged
merged 30 commits into from Dec 12, 2023

Conversation

AidanCaruso
Copy link
Member

@AidanCaruso AidanCaruso commented Dec 6, 2023

Summary

Totally guts the avatar animation functions of async await patterns. Instead, avatar loading is kicked off and all asynchronously loaded data is set to components, where it is reacted to when finished. Also preloads optional animations, initially intended to preload ALL animations, now only the optional animations are preloaded as loading all emotes at once can cause performance issues on load. This will be addressed in a future PR.

References

closes #9299

QA Steps

@AidanCaruso AidanCaruso changed the title Conditional Animation Preloading Avatar Functions Refactor & Conditional Animation Preloading Dec 8, 2023
@AidanCaruso AidanCaruso marked this pull request as ready for review December 12, 2023 00:35
@HexaField HexaField merged commit c862bee into dev Dec 12, 2023
8 checks passed
@HexaField HexaField deleted the preload-animations branch December 12, 2023 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Regression]: Avatar animations don't always load/play in locations
2 participants