LookAt,Offset,Effect Remove

Signed-off-by: TRAfoer <lhf190@outlook.com>
This commit is contained in:
2025-07-13 11:55:44 +08:00
parent 46766a39e0
commit c4c1c05ed6
46 changed files with 16260 additions and 17707 deletions

View File

@@ -138,9 +138,10 @@ namespace Ichni.RhythmGame
}
}
//Editor
noteVisual.GetComponent<Collider>().enabled = !isFirstJudged;
if (noteVisual != null)
{
noteVisual.GetComponent<Collider>().enabled = !isFirstJudged;
}
}