Hide characters

Hi,
I'm using the demo of Voice chat.
Character are instantiated when a user join a room.
I'm writing here to ask:
- How can I hide characters? (user join the room but no characters are displayed in the scene)
Another issue I'm interested to: What I want to show characters but some 3D models I have instead of those generated by Voice Chat Demo?

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Hi @StyleMaster,

    Please take a look at "CharacterInstantiation" script attached to "PUN" GameObject.
    You can modify it to suit your needs.
  • Thank you For the reply. I will take a look