in my script i have this error Assets\scripts\PLayerControll.cs(29,14): error CS0120: An object reference is required for the non-static field, method, or property ‘PhotonView.IsMine’
but this PhotonView.IsMine need to play online, who know how to fix it?
Without knowing what your script looks like, it’s hard to tell what goes on. Consider putting it into your post by using Code tags .
However, maybe try photonView.IsMine (with a lower p) instead? At least that’s what their Documentation suggests.
.