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

Task: Make the avatar visuals update properly when the avatar changes are saved. #524

Closed
3 tasks done
BillTheBeast opened this issue Mar 18, 2025 · 0 comments · Fixed by #555
Closed
3 tasks done
Assignees

Comments

@BillTheBeast
Copy link
Contributor

BillTheBeast commented Mar 18, 2025

🧹 Task Description

  • Task: Make the avatar visuals update properly when the avatar changes are saved.
  • Purpose: Avatar changes are currently not visible outside of the editor.

Steps to Complete

  1. After the PlayerData with the updated changes is saved, invoke an event To inform other places (mainly the top panel) that the Avatar has changed.
  2. Make the top panel visual update to the new avatar design when this event is received (AvatarFaceLoader script).
  3. Add a script to CharacterImagePrefabTemplate that fetches the new avatar design when it is enabled.

📎 Additional Information

The CharacterHeadImage (Top panel) and CharacterImagePrefabTemplate (Profile window) are the two prefabs that should be used for generic avatar visuals.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Tehty
Development

Successfully merging a pull request may close this issue.

2 participants