station 46 room

This commit is contained in:
2023-05-14 18:13:02 +02:00
parent f03d723119
commit eba953b844
31 changed files with 978 additions and 672 deletions

View File

@@ -1,4 +1,5 @@
using UnityEngine;
using EscapeRoomEngine.VR.Runtime;
using UnityEngine;
namespace Station46.Environments.Intro_Sphere.Scripts
{
@@ -11,9 +12,10 @@ namespace Station46.Environments.Intro_Sphere.Scripts
private Rigidbody _rigidbody;
private void Start()
private void Awake()
{
_rigidbody = GetComponent<Rigidbody>();
target = Player.Instance.sphereFollow;
}
private void FixedUpdate()