refactor player into general vr assembly

This commit is contained in:
2022-11-28 14:04:25 +01:00
parent 15f3857302
commit f6ce5c0de3
21 changed files with 8 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using EscapeRoomEngine.VR.Runtime;
using UnityEngine;
using UnityEngine.Rendering;
using UnityEngine.Rendering.Universal;