- ACME Crimenet Computer can now show messages that only the host can see.

- Added a doorway between the spawn room and the control room.
- Video load indicators set to a hidden position by default.
- Renamed "Assorted Textures" folder to "Assorted"; they're not textures.
- Removed superfluous debug statements from CaseVideoSyncPlayer.
This commit is contained in:
2025-12-13 17:06:59 -05:00
parent d7dc38e58a
commit e4178f8b76
41 changed files with 2431 additions and 482 deletions
@@ -1,9 +1,6 @@
using UdonSharp;
using UnityEngine;
using VRC.SDKBase;
using VRC.Udon;
using VRC.Udon.Serialization.OdinSerializer;
[UdonBehaviourSyncMode(BehaviourSyncMode.Manual)]