Browse Source

Merge branch 'develop' of https://git.joshuareason.com/Jam/GGJ_2021 into develop

develop
Mack Branagan 3 years ago
parent
commit
e6b137e53b
5 changed files with 31 additions and 6 deletions
  1. BIN
      Assets/Settings/Render Profiles/UniversalRP-MediumQuality.asset
  2. +12
    -1
      Packages/manifest.json
  3. +14
    -0
      Packages/packages-lock.json
  4. BIN
      ProjectSettings/PackageManagerSettings.asset
  5. BIN
      ProjectSettings/ProjectSettings.asset

BIN
Assets/Settings/Render Profiles/UniversalRP-MediumQuality.asset (Stored with Git LFS) View File

size 1594

+ 12
- 1
Packages/manifest.json View File

@ -1,9 +1,11 @@
{
"dependencies": {
"com.jreason.scriptablevariables": "0.2.0",
"com.unity.collab-proxy": "1.3.9",
"com.unity.ide.rider": "1.2.1",
"com.unity.ide.visualstudio": "2.0.5",
"com.unity.ide.vscode": "1.2.3",
"com.unity.inputsystem": "1.0.2",
"com.unity.probuilder": "4.4.0",
"com.unity.render-pipelines.universal": "8.3.1",
"com.unity.test-framework": "1.1.19",
@ -41,5 +43,14 @@
"com.unity.modules.vr": "1.0.0",
"com.unity.modules.wind": "1.0.0",
"com.unity.modules.xr": "1.0.0"
}
},
"scopedRegistries": [
{
"name": "Open UPM",
"url": "https://package.openupm.com",
"scopes": [
"com.jreason.scriptablevariables"
]
}
]
}

+ 14
- 0
Packages/packages-lock.json View File

@ -1,5 +1,12 @@
{
"dependencies": {
"com.jreason.scriptablevariables": {
"version": "0.2.0",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://package.openupm.com"
},
"com.unity.collab-proxy": {
"version": "1.3.9",
"depth": 0,
@ -37,6 +44,13 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.inputsystem": {
"version": "1.0.2",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.probuilder": {
"version": "4.4.0",
"depth": 0,

BIN
ProjectSettings/PackageManagerSettings.asset (Stored with Git LFS) View File

size 1343

BIN
ProjectSettings/ProjectSettings.asset (Stored with Git LFS) View File

size 19433

Loading…
Cancel
Save