Adding env.example file and env unity plugin

This commit is contained in:
Nicolas SANS 2023-04-11 08:53:41 +02:00
parent 978ce41fcf
commit af5acdae96
4 changed files with 15 additions and 1 deletions

3
AR/.env.example Normal file
View File

@ -0,0 +1,3 @@
API_URL=https://helloworld.com
API_USER=hello
API_PASSWORD=world

5
AR/.gitignore vendored
View File

@ -141,4 +141,7 @@ $RECYCLE.BIN/
PackageBackups/
# UWP builds
/UWP/*
/UWP/*
.env

View File

@ -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",

View File

@ -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,