Important: UNet is a deprecated solution, and a new Multiplayer and NetworkingThe Unity system that enables multiplayer gaming across a computer network. More info See in Glossary Solution (Netcode for GameObjects) is under development. For more information and next steps see the information on the Unity Netcode for GameObjects website. |
The Network Transform componentA Transform component determines the Position, Rotation, and Scale of each object in the scene. Every GameObject has a Transform. More info
See in Glossary synchronizes the movement and rotation of GameObjectsThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary across the network. Note that the network Transform component only synchronizes spawned networked GameObjects.
Property | Function |
---|---|
Network Send Rate (seconds) | Set the number of network updates per second. You can set this slider to 0 for GameObjects that do not need to update after being created, like non-interactive effects generated by a player (for example, a dust cloud left behind that the player cannot interact with). |
Transform Sync Mode | Select what type of synchronization should occur on this GameObject. |
Sync None | Don’t synchronize. |
Sync Transform | Use the GameObject’s Transform for synchronization. Use this if the physics system does not control this GameObject (that is, if you are moving it via scripting or animation). This is the default option. |
Sync RigidbodyA component that allows a GameObject to be affected by simulated gravity and other forces. More info See in Glossary 2D |
Use the Rigidbody2D component for synchronization. Use this if the 2D physics system controls this GameObject. |
Sync Rigidbody 3D | Use the Rigidbody component for synchronization. Use this if the 3D physics system controls this GameObject. |
Sync Character ControllerA simple, capsule-shaped collider component with specialized features for behaving as a character in a game. Unlike true collider components, a Rigidbody is not needed and the momentum effects are not realistic. More info See in Glossary |
Use the Character Controller component for synchronization. Only select this if you’re using a Character Controller. |
Movement: | |
Movement Threshold | Set the distance that a GameObject can move without sending a movement synchronization update. |
Snap Threshold | Set the threshold at which, if a movement update puts a GameObject further from its current position than this, the GameObject snaps to the position instead of moving smoothly. |
Interpolate Movement Factor | Use this to enable and control interpolation of the synchronized movement. The larger this number is, the faster the GameObject interpolates to the target positionA joint property to set the target position that the joint’s drive force should move it to. More info See in Glossary. If this is set to 0, the GameObject snaps to the new position. |
Rotation: | |
Rotation Axis | Define which rotation axis or axes should synchronize. This is set to XYZ (full 3D) by default. |
Interpolate Rotation Factor | Use this to enable and control interpolation of the synchronized rotation. The larger this number is, the faster the GameObject interpolates to the target rotation. If this is set to 0, the GameObject snaps to the new rotation. |
Compress Rotation | If you compress rotation data, the amount of data sent is lower, and the accuracy of the rotation synchronization is lower. |
None | Choose this to apply no compressionA method of storing data that reduces the amount of storage space it requires. See Texture Compression, Animation Compression, Audio Compression, Build Compression. See in Glossary to the rotation synchronization. This is the default option. |
Low | Choose this to apply a low amount of compression to the rotation synchronization. This option lessens the amount of information sent for rotation data. |
High | Choose this to apply a high amount of compression to the rotation synchronization. This option sends the least amount of information possible for rotation data. |
Sync Angular Velocity | Tick this checkbox to synchronize the angular velocity of the attached Rigidbody component. |
This component takes authority into account, so local player GameObjects (which have local authority) synchronize their position from the client to server, then out to other clients. Other GameObjects (with server authority) synchronize their position from the server to clients.
A GameObject with a Network Transform component must also have a Network Identity component. When you create a Network Transform component on a GameObject, Unity also creates a Network Identity component on that GameObject if it does not already have one.
Note that the Network Transform Visualizer component is a useful tool for debugging the Network Transform component.
NetworkTransform
When you visit any website, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and change our default settings. However, blocking some types of cookies may impact your experience of the site and the services we are able to offer.
More information
These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance.
These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising. Some 3rd party video providers do not allow video views without targeting cookies. If you are experiencing difficulty viewing a video, you will need to set your cookie preferences for targeting to yes if you wish to view videos from these providers. Unity does not control this.
These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information.