コード例 #1
0
        public static void ImportComputerVisionExample()
        {
            string sdkPath = Path.GetFullPath("Packages/com.mobiledgex.sdk");

            AssetDatabase.ImportPackage(Path.Combine(sdkPath, "Resources/Examples/ComputerVision.unitypackage"), true);
            Enhancement.CVImported(getId());
        }