PuzzleMeasurement, add Realm, door ExitedFrom event
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user