- Video screens dedicated to camera capture added to round 2 and 3.

- Fixed compression of flag textures for Android and iOS.
This commit is contained in:
2025-09-30 22:52:32 -04:00
parent b979f37de8
commit dcef77b371
4 changed files with 651 additions and 184 deletions
+2 -1
View File
@@ -1,13 +1,14 @@
using UdonSharp;
using UnityEngine;
using CameraSystem;
[UdonBehaviourSyncMode(BehaviourSyncMode.Manual)]
public class FullCameraSystem : UdonSharpBehaviour
{
[SerializeField] private GameObject _Console;
[SerializeField] private CameraSystem.CameraSystem_Console _CameraSystem;
[SerializeField] private CameraSystem_Console _CameraSystem;
[SerializeField] private Camera[] _Cameras;
public void CameraEnabled()