fix: widen note lanes and clear warnings

This commit is contained in:
jongjae0305
2026-05-26 18:54:56 +09:00
parent 182d2c90b9
commit abd3c9bb36
33 changed files with 109 additions and 93 deletions
@@ -172,7 +172,7 @@ namespace VRSDK
private void FindOrCreate_VR_Manager()
{
if (FindObjectOfType<VR_Manager>() == null)
if (FindFirstObjectByType<VR_Manager>() == null)
{
Debug.LogError("you need a VR_Manager active in the scene in order to use VR Shooter Kit");
}
@@ -630,4 +630,3 @@ namespace VRSDK
}
}