The Network Transform Child component synchronizes the position and rotation of the child GameObjectThe 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 of a GameObject with a Network Transform component. You should use this component in situations where you need to synchronize an independently-moving child object of a Networked GameObject.
To use the Network Transform Child component, attach it to the same parent GameObject as the Network Transform, and use the Target field to define which child GameObject to apply the component settings to. You can have multiple Network Transform Child components on one parent GameObject.
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).| |Target| | Child transform to be synchronized. (Remember, this component goes on the parent, not the child - so you specify the child object using this field). |
Movement Threshold | |Set the distance that a GameObject can move without sending a movement synchronization update.| |Interpolate Movement Factor| | Use this to enable and control interpolationThe estimation of values that determine the shape of an animation curve between two keys. More info See in Glossary 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. |
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.| |Rotation Axis| | Define which rotation axis or axes should synchronize. This is set to XYZ (full 3D) by default. |
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 Compression3D Graphics hardware requires Textures to be compressed in specialised formats which are optimised for fast Texture sampling. More info See in Glossary, Animation CompressionThe method of compressing animation data to significantly reduce file sizes without causing a noticable reduction in motion quality. Animation compression is a trade off between saving on memory and image quality. More info See in Glossary, 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. |
This component does not use physics; it synchronizes the position and rotation of the child GameObject, and interpolates towards updated values. Use Interpolate Movement Factor and Interpolate Rotation Factor to customize the rate of interpolation.
A GameObject with a Network Transform Child component must also have a Network Identity component. When you create a Network Transform Child component on a GameObject, Unity also creates a Network Identity component on that GameObject if it does not already have one.
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Is something described here not working as you expect it to? It might be a Known Issue. Please check with the Issue Tracker at issuetracker.unity3d.com.
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thanks for helping to make the Unity documentation better!