1
0
forked from cgvr/DeltaVR

add models and use them in archery range minigame

This commit is contained in:
2026-02-14 13:48:13 +02:00
parent 60951161ed
commit 4c7e0bfbee
41 changed files with 2279 additions and 44 deletions

View File

@@ -35,9 +35,7 @@ public class QuestMarker : MonoBehaviour
if (hoverAboveTransform != null)
{
Debug.Log("pos before floating: " + transform.position);
transform.position = hoverAboveTransform.position + new Vector3(0f, heightAboveTarget, 0f);
Debug.Log("pos after floating: " + transform.position);
}
}