Basically, at OnStartClient() I want to detect whether this is the localPlayer or not (I know of the OnStartLocalPlayer function). This always returns false. If I check it in the Update() cycle, it will turn true. How come UNET is not aware whether it's the local player's NetworkBehaviour at OnStartClient()?
↧