Android111
This commit is contained in:
@@ -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);
|
||||
//}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,7 +6,6 @@ using System.Linq;
|
||||
using System.Reflection;
|
||||
using UnityEngine;
|
||||
using YooAsset;
|
||||
using static UnityEngine.Rendering.VirtualTexturing.Debugging;
|
||||
|
||||
public class GameManager
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user