im making an fps game that handles its physic on the server side, i recently switched to Kinematic Character Controller but i hit a wall. Network Transform (component) cant sync the position of the player because KCC doesnt allow gameobj transform writing, basically locking the player in place on client side.
What are my options here? if i were to add client side movement that would, i assume, cause desync eventually.
Any help is appreciated