Diego
Diego4mo ago

How to pass avatar to another room?

How can we pass an avatar created in a room to another?
Solution:
Typically folks have a RealtimeAvatarManager on each Realtime instance. You can enable/disable it to spawn the avatar for the local player. Which you can use to move a player between rooms.
Jump to solution
3 Replies
kapa.ai
kapa.ai4mo ago
Hi @Diego. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- Hmm, I don't know enough to give you a confident answer yet. The provided knowledge sources do not contain specific information about passing an avatar from one room to another in NormalVR. However, they do mention that the RealtimeAvatarManager is responsible for instantiating an avatar prefab to represent the local player and keeping track of avatars that were instantiated for other players in the same room. For more detailed information, you might want to check the official documentation (https://normcore.io/documentation/realtime/xr/avatars#realtimeavatarmanager) or reach out to the NormalVR support team. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai4mo ago
<@257510550156738560> kapa.ai is still learning and improving, please let us know how it did by reacting below
Solution
maxweisel
maxweisel4mo ago
Typically folks have a RealtimeAvatarManager on each Realtime instance. You can enable/disable it to spawn the avatar for the local player. Which you can use to move a player between rooms.