How can i get other players gameobject from photonviewID?

hello!

I am developing a 2 D running Game!
now i am working on the camera.

if i finished the game, my camera should follow other players!
so i made a array of photonplayers who is not finished and then get a gameobject.transform of one of player's array
, and finally make camera follow to that transform.

but i know how to get photonplayers list. but i can't figure out how to get access to get a transform of that player...

please help me!:(

Comments