How to see other people’s cosmetics
I have a problem. Where if someone enables a cosmetic. It doesn’t appear to other people. How do you fix it
RealtimeAvatarManager to keep track of avatars that were instantiated for other players in the same room. This component is responsible for instantiating an avatar prefab to represent the local player as well as keeping track of avatars that were instantiated for other players in the same room. RealtimeAvatarManager keeps track of all avatars in the room via the localAvatar and avatars properties. The latter is a dictionary of all RealtimeAvatar components stored under the clientID that the avatar belongs to. This can be useful for determining how many players are currently in a multiplayer space.RealtimeAvatarManager: