UI换了很多,spine主视觉停用
This commit is contained in:
@@ -40,7 +40,7 @@ public class UnitySendMessageDispatcher
|
||||
{
|
||||
public static void Dispatch(string name, string method, string message)
|
||||
{
|
||||
GameObject obj = GameObject.Find(name);
|
||||
GameObject obj = SceneObjectLookupCache.Find(name);
|
||||
if (obj != null)
|
||||
obj.SendMessage(method, message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user