refactor player assets into own assembly

This commit is contained in:
2022-11-25 13:55:23 +01:00
parent 11f1b313c6
commit a5b8e4d131
56 changed files with 62 additions and 8 deletions

View File

@@ -0,0 +1,17 @@
{
"displayName": "Escape Room Engine Player",
"name": "wtf.milan.escape-room-engine.player",
"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"
}
}