there is a game, using photon, i have create and do every thing, just i need one change, in the game for each person there is a prefab that create when every body join the room, i want to create a different prefab for the current player in compare to the other player?
Here is the code, i need a if condition to do that, is there any body can help me,
finger1 = (GameObject) PhotonNetwork.Instantiate( FingerA.name, randomHoles[fingerTempPosition].transform.position, randomHoles[fingerTempPosition].transform.rotation, 0);
For example instead of FingerA i want to create FingerB if the current player.
the condition is cometh Thank you,