Fix UI Shader

This commit is contained in:
tym
2025-09-11 15:00:19 +08:00
parent 60f8c15ee3
commit 4ff743ce2b
88 changed files with 6135 additions and 3889 deletions

View File

@@ -15,11 +15,11 @@ namespace MoleMole
public TheBaseAccountDelegate()
{
if (_activity == null)
/*if (_activity == null)
{
AndroidJavaClass androidJavaClass = new AndroidJavaClass("com.unity3d.player.UnityPlayer");
_activity = androidJavaClass.GetStatic<AndroidJavaObject>("currentActivity");
}
}*/
}
public virtual void init(bool debugMode, string callbackClass, string callbackMethod, Function callback)