コード例 #1
0
ファイル: XChartsMgr.cs プロジェクト: zcf112/UnityDemo
        public static bool ModifyTMPRefence(bool removeTMP = false)
        {
            var packagePath = XChartsMgr.GetPackageFullPath();

            if (!ModifyTMPRefence(packagePath + "/Runtime/XCharts.Runtime.asmdef", removeTMP))
            {
                return(false);
            }
            if (!ModifyTMPRefence(packagePath + "/Editor/XCharts.Editor.asmdef", removeTMP))
            {
                return(false);
            }
            return(true);
        }