We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27065e commit b680126Copy full SHA for b680126
MLAPI/MonoBehaviours/Prototyping/NetworkedTransform.cs
@@ -33,7 +33,7 @@ public class NetworkedTransform : NetworkedBehaviour
33
private Quaternion lastSentRot;
34
35
public bool EnableProximity = false;
36
- [Header("If enable proximity is turned on, on clients within this range will be recieving position updates from the server")]
+ [Tooltip("If enable proximity is turned on, on clients within this range will be recieving position updates from the server")]
37
public float ProximityRange = 50;
38
39
private void OnValidate()
0 commit comments