Portal rendering 1/2 done

This commit is contained in:
Pasha Bibko
2025-04-01 19:21:37 +01:00
parent 8610868924
commit 70a71a06e5
19 changed files with 2904 additions and 118 deletions

View File

@@ -23,7 +23,7 @@ public class CameraController : MonoBehaviour
static CameraController s_Instance = null;
// Provides a way for external objects to interact with the camera
public CameraController Instance() => s_Instance;
public static CameraController Instance() => s_Instance;
// Start is called before the first frame update
void Start()