refactor player into general vr assembly

This commit is contained in:
2022-11-28 14:04:25 +01:00
parent 15f3857302
commit f6ce5c0de3
21 changed files with 8 additions and 7 deletions

17
Assets/VR/package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"displayName": "Escape Room Engine VR Utilities",
"name": "wtf.milan.escape-room-engine.vr",
"version": "0.0.1",
"description": "Escape Room VR Player.",
"unity": "2022.1",
"author": {
"name": "Milan van Zanten",
"email": "milan@milan.wtf",
"url": "https://milan.wtf"
},
"hideInEditor": false,
"keywords": ["vr", "virtual reality", "modular", "escape room"],
"dependencies": {
"com.dbrizov.naughtyattributes": "2.1.4"
}
}