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

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 1872235c0ed1e874b80b4bcf2e134b3f
guid: 184f6b94f1880f04e8eabcc9e2b2aee1
folderAsset: yes
DefaultImporter:
externalObjects: {}

3
Assets/Player.meta Normal file
View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: e80714153b6a4a70a186680a1f220cb9
timeCreated: 1669380528

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: eb43c7c195464d7094b5c6d90884a53f
timeCreated: 1669380667

3
Assets/Player/README.md Normal file
View File

@@ -0,0 +1,3 @@
# Escape Room Engine Portals
An implementation of portals for the VR escape room engine.

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: c6ae145e62e00f146ae28e12e464fd14
timeCreated: 1668943800

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: d1fab5c482f04d4896e367ebf2da1b5f
timeCreated: 1669380538

View File

@@ -0,0 +1,16 @@
{
"name": "Player",
"rootNamespace": "EscapeRoomEngine",
"references": [
"GUID:776d03a35f1b52c4a9aed9f56d7b4229"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

View File

@@ -1,7 +1,6 @@
fileFormatVersion: 2
guid: 2b83099548b748347a77376e8d08fd0a
folderAsset: yes
DefaultImporter:
guid: 8804073475ba36c47830e8e19dc699ce
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:

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"
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 4206c5a74d3783c4b8f8f953d7d6795e
timeCreated: 1668943725

View File

@@ -1,3 +1,3 @@
# Escape Room Engine Portals
# Escape Room Engine Player
An implementation of portals for the VR escape room engine.
Escape Room VR Player.

View File

@@ -4,7 +4,8 @@
"references": [
"GUID:75469ad4d38634e559750d17036d5f7c",
"GUID:15fc0a57446b3144c949da3e2b9737a9",
"GUID:fe685ec1767f73d42b749ea8045bfe43"
"GUID:fe685ec1767f73d42b749ea8045bfe43",
"GUID:8804073475ba36c47830e8e19dc699ce"
],
"includePlatforms": [],
"excludePlatforms": [],

View File

@@ -1649,7 +1649,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
loggingEnabled: 1
typeFilter: 0000000003000000050000000400000001000000
typeFilter: 000000000400000006000000
--- !u!1 &1718957584
GameObject:
m_ObjectHideFlags: 0

BIN
Assets/Test Assets/Models/Room.blend (Stored with Git LFS) Normal file

Binary file not shown.