1
0
forked from cgvr/DeltaVR

archery range glass display tank + wire

This commit is contained in:
2026-01-11 12:04:21 +02:00
parent ce75a1f343
commit 997bb457ba
10 changed files with 431 additions and 9 deletions

View File

@@ -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;