i want a make team based TPC multiplayer online,
and i have purchased PUN multiplayer add-on also,
but i can't find documentation or tutorial about make team based spawn with different position.
any suggestions are welcome, i really appreciate it..
and how about change character different team,
let's say i have A team and B team,
in A team must be spawn character A, and in B team must be spawn character B.
Before setting up the PUN Multiplayer Add-On ensure you have first setup the scene and camera with the standard Scene Setup manager. After the scene . . .
Hi guys, I'm using PUN. To spwaning different characters I'm using the class in the documentation like this. using UnityEngine; using Opsive.UltimateCharacterController.AddOns.Multiplayer.PhotonPun.Game; using Photon.Realtime; public class MySpawnManager : SpawnManagerBase {...
Hi Justin, I'm having an issue with setting up a multi character selection. What's happening is when the second character enters the room they and the master client character work on in their view, but the second character is not updated in the master client's view. They have been instantiated...