Skip to content

Commit

Permalink
Runtime inspector, runtime hierarchy and Inspector plus plugins (#1224)
Browse files Browse the repository at this point in the history
* Runtime inspector and Inspector plus plugins

* Remove rendundant object

---------

Co-authored-by: Mechar418 <77565416+Mechar418@users.noreply.github.com>
  • Loading branch information
iamteapot422 and iamteapot422 authored Jul 10, 2023
1 parent 929c705 commit fbbf3fa
Show file tree
Hide file tree
Showing 309 changed files with 51,186 additions and 1 deletion.
60 changes: 59 additions & 1 deletion Assets/Content/Scenes/Boot.unity
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,64 @@ MonoBehaviour:
_latency: 0
_outOfOrder: 0
_packetLoss: 0
--- !u!1 &528567223
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 528567225}
- component: {fileID: 528567224}
- component: {fileID: 528567226}
m_Layer: 0
m_Name: RuntimeEditorSpawner
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!114 &528567224
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 528567223}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 0c5afeb1ddcc30643979a17f0cca871b, type: 3}
m_Name:
m_EditorClassIdentifier:
_runtimeEditor: {fileID: 286225526064129136, guid: 79fd92d9bdbe3a04880fb07aa4e08c64, type: 3}
--- !u!4 &528567225
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 528567223}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 1190.8618, y: 612.5356, z: -9.699036}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 6
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &528567226
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 528567223}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 748528fe61fbac44bb380645d676726c, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!1001 &794261409
PrefabInstance:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -1024,7 +1082,7 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 4468402021075485018, guid: cc5383d385556f443b2a7d3202f2b2c1, type: 3}
propertyPath: m_AnchoredPosition.y
value: -230.00006
value: -229.99995
objectReference: {fileID: 0}
- target: {fileID: 4468402021573311568, guid: cc5383d385556f443b2a7d3202f2b2c1, type: 3}
propertyPath: m_OnFocusSelectAll
Expand Down
20 changes: 20 additions & 0 deletions Assets/Content/Systems/Input/Controls.inputactions
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,15 @@
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "Toggle Runtime Editor",
"type": "Button",
"id": "6cf79877-798f-449c-9aa5-084a04567a38",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
Expand Down Expand Up @@ -698,6 +707,17 @@
"action": "Spawn Cans",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "7e0906c5-bfd6-41f7-8e95-1c3caccce5ce",
"path": "<Keyboard>/i",
"interactions": "",
"processors": "",
"groups": "",
"action": "Toggle Runtime Editor",
"isComposite": false,
"isPartOfComposite": false
}
]
},
Expand Down
8 changes: 8 additions & 0 deletions Assets/Scripts/External/InspectPlus.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/Scripts/External/InspectPlus/Editor.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fbbf3fa

Please sign in to comment.