diff --git a/AR/.env.example b/AR/.env.example new file mode 100644 index 0000000..e5252c5 --- /dev/null +++ b/AR/.env.example @@ -0,0 +1,3 @@ +API_URL=https://helloworld.com +API_USER=hello +API_PASSWORD=world diff --git a/AR/.gitignore b/AR/.gitignore index 61761bc..5161c6c 100644 --- a/AR/.gitignore +++ b/AR/.gitignore @@ -141,4 +141,7 @@ $RECYCLE.BIN/ PackageBackups/ # UWP builds -/UWP/* \ No newline at end of file +/UWP/* + + +.env \ No newline at end of file diff --git a/AR/Packages/manifest.json b/AR/Packages/manifest.json index 6d12235..8a0d4df 100644 --- a/AR/Packages/manifest.json +++ b/AR/Packages/manifest.json @@ -16,6 +16,7 @@ "com.unity.xr.management": "4.2.0", "com.unity.xr.mock-hmd": "1.3.1-preview.1", "com.unity.xr.openxr": "1.6.0", + "xyz.candycoded.env": "https://github.com/CandyCoded/env.git", "com.unity.modules.ai": "1.0.0", "com.unity.modules.androidjni": "1.0.0", "com.unity.modules.animation": "1.0.0", diff --git a/AR/Packages/packages-lock.json b/AR/Packages/packages-lock.json index c86ddaf..7b281c1 100644 --- a/AR/Packages/packages-lock.json +++ b/AR/Packages/packages-lock.json @@ -297,6 +297,13 @@ }, "url": "https://packages.unity.com" }, + "xyz.candycoded.env": { + "version": "https://github.com/CandyCoded/env.git", + "depth": 0, + "source": "git", + "dependencies": {}, + "hash": "aefda8e07418cb6b9671284ba667cc690655792a" + }, "com.unity.modules.ai": { "version": "1.0.0", "depth": 0,