Skip to content

Commit 343e8bf

Browse files
authored
FIX: Readd the current gamepad rect to gamepad visualiser (#2053)
1 parent 52972d5 commit 343e8bf

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

Assets/Samples/Visualizers/GamepadVis.prefab

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,6 +1005,7 @@ Transform:
10051005
- {fileID: 5430831074333637591}
10061006
- {fileID: 5430831075888579013}
10071007
- {fileID: 5430831075640135792}
1008+
- {fileID: 5381062603896267825}
10081009
m_Father: {fileID: 0}
10091010
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
10101011
--- !u!114 &5430831075476541850
@@ -1367,3 +1368,59 @@ MonoBehaviour:
13671368
m_Visualization: 1
13681369
m_ControlPath: <Gamepad>/buttonSouth
13691370
m_ControlIndex: 0
1371+
--- !u!1 &7085638670613089846
1372+
GameObject:
1373+
m_ObjectHideFlags: 0
1374+
m_CorrespondingSourceObject: {fileID: 0}
1375+
m_PrefabInstance: {fileID: 0}
1376+
m_PrefabAsset: {fileID: 0}
1377+
serializedVersion: 6
1378+
m_Component:
1379+
- component: {fileID: 5381062603896267825}
1380+
- component: {fileID: 5802899217532024206}
1381+
m_Layer: 0
1382+
m_Name: DeviceCurrent
1383+
m_TagString: Untagged
1384+
m_Icon: {fileID: 0}
1385+
m_NavMeshLayer: 0
1386+
m_StaticEditorFlags: 0
1387+
m_IsActive: 1
1388+
--- !u!4 &5381062603896267825
1389+
Transform:
1390+
m_ObjectHideFlags: 0
1391+
m_CorrespondingSourceObject: {fileID: 0}
1392+
m_PrefabInstance: {fileID: 0}
1393+
m_PrefabAsset: {fileID: 0}
1394+
m_GameObject: {fileID: 7085638670613089846}
1395+
serializedVersion: 2
1396+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1397+
m_LocalPosition: {x: -955.3655, y: -464.9797, z: 160.45508}
1398+
m_LocalScale: {x: 1, y: 1, z: 1}
1399+
m_ConstrainProportionsScale: 0
1400+
m_Children: []
1401+
m_Father: {fileID: 5430831075476541851}
1402+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1403+
--- !u!114 &5802899217532024206
1404+
MonoBehaviour:
1405+
m_ObjectHideFlags: 0
1406+
m_CorrespondingSourceObject: {fileID: 0}
1407+
m_PrefabInstance: {fileID: 0}
1408+
m_PrefabAsset: {fileID: 0}
1409+
m_GameObject: {fileID: 7085638670613089846}
1410+
m_Enabled: 1
1411+
m_EditorHideFlags: 0
1412+
m_Script: {fileID: 11500000, guid: 50c7363fac4d24ae8a679e3e8f1fa838, type: 3}
1413+
m_Name:
1414+
m_EditorClassIdentifier:
1415+
m_Label: Gamepad.current
1416+
m_HistorySamples: 100
1417+
m_TimeWindow: 3
1418+
m_Rect:
1419+
serializedVersion: 2
1420+
x: 814.2
1421+
y: 62.5
1422+
width: 250
1423+
height: 62.5
1424+
m_Visualization: 8
1425+
m_ControlPath: <Gamepad>/buttonEast
1426+
m_ControlIndex: 0

0 commit comments

Comments
 (0)