uLua
uLua copied to clipboard
基于cstolua的修改版uLua 【已停止更新】
change the misspelling word to interprete
Fix ``` C++ public static string _C(string str) { ... if (str.Length > 12 && str.Substring(0, 12) == "UnityEngine.") { if (nameSpace == "UnityEngine") { usingList.Add("UnityEngine"); } if (nameSpace ==...
Say we have a class call AppConfigMgr has a private constructor only, ulua will export some unnecessary code ``` C# public class AppConfigMgr { private AppConfigMgr() { } ``` ```...
``` C++ public void LateUpate() { if (lateUpdateFunc != null) { lateUpdateFunc.Call(); } } ```
i have a very old source and i wonder if this is possible? so that i will have a library for arm64?