forked from cgvr/DeltaVR
archery range glass display tank + wire
This commit is contained in:
@@ -162,7 +162,7 @@ public class ArcheryRange : NetworkBehaviour
|
||||
ArcheryTarget archeryTarget = targetObject.AddComponent<ArcheryTarget>();
|
||||
archeryTarget.pointsText = archeryTargetPointsText;
|
||||
|
||||
Rigidbody rigidbody = targetObject.GetComponent<Rigidbody>();
|
||||
Rigidbody rigidbody = targetObject.AddComponent<Rigidbody>();
|
||||
rigidbody.useGravity = false;
|
||||
rigidbody.isKinematic = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user