feat: Add quiz scene with scoreboard, team machine, door, and player management systems.

This commit is contained in:
2025-11-21 05:47:51 +00:00
parent 04310e71b5
commit 97665ea5a4
123 changed files with 1289 additions and 215 deletions

View File

@@ -1,8 +1,8 @@
using System.Net.NetworkInformation;
using BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp;

using UdonSharp;
using UnityEngine;
using VRC.SDK3.UdonNetworkCalling;
using VRC.SDKBase;
using VRC.Udon;
using VRC.Udon.Common.Interfaces;
@@ -57,7 +57,7 @@ public class Door : UdonSharpBehaviour
doorAudioSource.PlayOneShot(doorLockedClip);
}
[NetworkCallable]
public void TryLocked()
{
doorAnimator.SetTrigger("tryLocked");