Hi.
I made a prefab with Unity's fps controller and added the tnobject script. The idea is that when the player joins the game, a script will instantiate this prefab with TNManager.Create(...), and this prefab will be the player's avatar.
But there's one detail that I couldn't figure out: how can I have multiple copies of this prefab, one for each player? Can I change TNObject's ID dinamically?