PuzzleMeasurement, add Realm, door ExitedFrom event

This commit is contained in:
2022-12-05 18:11:00 +01:00
parent 5449283e5d
commit b776e6744e
34 changed files with 344 additions and 63 deletions

View File

@@ -1,5 +1,6 @@
{
"dependencies": {
"io.realm.unity": "10.18.0",
"com.dbrizov.naughtyattributes": "https://github.com/dbrizov/NaughtyAttributes.git#upm",
"com.unity.ide.rider": "3.0.17",
"com.unity.ide.visualstudio": "2.0.17",
@@ -43,5 +44,14 @@
"com.unity.modules.vr": "1.0.0",
"com.unity.modules.wind": "1.0.0",
"com.unity.modules.xr": "1.0.0"
}
},
"scopedRegistries": [
{
"name": "NPM",
"url": "https://registry.npmjs.org",
"scopes": [
"io.realm.unity"
]
}
]
}

View File

@@ -219,6 +219,13 @@
},
"url": "https://packages.unity.com"
},
"io.realm.unity": {
"version": "10.18.0",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://registry.npmjs.org"
},
"com.unity.modules.ai": {
"version": "1.0.0",
"depth": 0,