This commit is contained in:
2021-03-29 21:04:34 +08:00
parent e786fd266d
commit e913caa8f8
16 changed files with 914 additions and 920 deletions

View File

@@ -35,6 +35,10 @@ public class CallListner : CLBehaviour4Lua
public void init()
{
setLua();
#if UNITY_EDITOR
return;
#endif
#if UNITY_ANDROID
plugin.Call("init", gameObject.name);
#elif UNITY_IOS