UI换了很多,spine主视觉停用
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
@@ -207,7 +207,7 @@ public class loadLittleGamesPrefab : MonoBehaviour
|
||||
if (!string.IsNullOrEmpty(h5RootPath) && Directory.Exists(h5RootPath))
|
||||
return h5RootPath;
|
||||
|
||||
var launcher = Object.FindAnyObjectByType<WebViewLauncher>();
|
||||
var launcher = SceneObjectLookupCache.FindAny<WebViewLauncher>();
|
||||
if (launcher != null)
|
||||
{
|
||||
#if UNITY_EDITOR
|
||||
@@ -286,6 +286,4 @@ public class loadLittleGamesPrefab : MonoBehaviour
|
||||
|
||||
return raw.Replace("-", "\n").Replace("/", "\n").Replace("_", "\n");
|
||||
}
|
||||
|
||||
void Update() { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user