My network transform component has no option for setting authority?

I’m trying to develop my first multiplayer game and I need each client to have authority so that they can move. I have seen that others have a tickbox in their network transform components while I do not. I’ve been stuck on this for a while and would appreciate some help.

Is there any other way I can give client’s authority?

There is NetworkObject Ownership dropdown:

And the Authority dropdown in NetworkTransform:

If you don’t have these, check if you’re perhaps using Netcode 1.x because these were added in 2.x.

Thanks for the help! I am using netcode 1.x but how do I change to 2.x?

Did you install the netcode from the package manager? If so, I suggest checking if the package has A update available?

If not, make sure that you are using A version of unity that supports netcode 2.

According to the package documentation for “Netcode for GameObjects”, you need to be using 2021.3 LTS, 2022.3 LTS, 2023.2 or any version beyond that.

Thank you both so much! I was really stuck on this issue and appreciate the help a lot.