bump: Unity 6.3 LTS

This commit is contained in:
2025-12-07 21:12:40 +09:00
parent eb51c43e38
commit 50aa8b6b02
25 changed files with 300 additions and 8676 deletions

View File

@@ -0,0 +1,9 @@
using UnityEngine;
public class GameManager : MonoBehaviour
{
public void LoadScene()
{
UnityEngine.SceneManagement.SceneManager.LoadScene("In-Game");
}
}