Learning all about this wonderfull HLAPI UNET ofcourse!
I am trying to figure out what is possible and how to approach it codewise…
i have managed to setup a standalone server and client, with player spawn.
My next goal is having the client move about; hoping the server is authoritative and the NetworkTransform of the player movement is synced (Interpolation/Extrapolation) ?
In any case OnStartLocalPlayer is not triggering on the player script, however, isLocalPlayer is set to true, so i am assuming it works…