M: Changing organization of project

This commit is contained in:
2023-11-09 17:15:33 +01:00
parent 2c93918e51
commit 7ac0ed4581
229 changed files with 382 additions and 5392 deletions

View File

@ -12,7 +12,7 @@ public class AddVuforiaEnginePackage
{
static readonly string sPackagesPath = Path.Combine(Application.dataPath, "..", "Packages");
static readonly string sManifestJsonPath = Path.Combine(sPackagesPath, "manifest.json");
const string VUFORIA_VERSION = "10.18.4";
const string VUFORIA_VERSION = "10.17.4";
const string VUFORIA_TAR_FILE_DIR = "Assets/Editor/Migration/";
const string DEPENDENCIES_DIR = "Assets/Resources/VuforiaDependencies";
const string PACKAGES_RELATIVE_PATH = "Packages";