Android111

This commit is contained in:
2025-09-22 09:40:24 +08:00
parent 566accac4f
commit 224bb0075f
47 changed files with 3564 additions and 175 deletions

View File

@@ -47,9 +47,9 @@ public class GameStart : MonoBehaviour
// Update is called once per frame
void Update()
{
if(sceneHandle!=null && sceneHandle.IsValid)
{
Debug.Log(sceneHandle.Progress);
}
//if(sceneHandle!=null && sceneHandle.IsValid)
//{
// Debug.Log(sceneHandle.Progress);
//}
}
}