Files
modular-vr/Assets/Engine/package.json
2022-11-20 12:52:22 +01:00

19 lines
556 B
JSON

{
"displayName": "Escape Room Engine",
"name": "wtf.milan.escape-room-engine",
"version": "0.0.1",
"description": "A VR escape room engine as an example implementation of the modularVR framework.",
"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": {
"wtf.milan.escape-room-engine.portal": "0.0.1",
"com.dbrizov.naughtyattributes": "2.1.4"
}
}