So this is my object, it's a player:
View attachment 170378
As you can see there's no NetworkTransform atteched on it, but yet his position is changed on the server and in all the clientes, and i don't want that, because he is supose to move only when the variable destination is diferente of his current position, like on the script bellow.
Object transform syncing without a networktranform or anything.
View attachment 170378
As you can see there's no NetworkTransform atteched on it, but yet his position is changed on the server and in all the clientes, and i don't want that, because he is supose to move only when the variable destination is diferente of his current position, like on the script bellow.
Code (CSharp):