Skip to content

Commit b4df7c5

Browse files
committed
Add touchbar to gamepad visualiser
1 parent c4692e5 commit b4df7c5

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
@@ -1,5 +1,61 @@
11
%YAML 1.1
22
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!1 &4692361954689130598
4+
GameObject:
5+
m_ObjectHideFlags: 0
6+
m_CorrespondingSourceObject: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
9+
serializedVersion: 6
10+
m_Component:
11+
- component: {fileID: 7286017728639314418}
12+
- component: {fileID: 6586345530156004295}
13+
m_Layer: 0
14+
m_Name: TouchPad
15+
m_TagString: Untagged
16+
m_Icon: {fileID: 0}
17+
m_NavMeshLayer: 0
18+
m_StaticEditorFlags: 0
19+
m_IsActive: 1
20+
--- !u!4 &7286017728639314418
21+
Transform:
22+
m_ObjectHideFlags: 0
23+
m_CorrespondingSourceObject: {fileID: 0}
24+
m_PrefabInstance: {fileID: 0}
25+
m_PrefabAsset: {fileID: 0}
26+
m_GameObject: {fileID: 4692361954689130598}
27+
serializedVersion: 2
28+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
29+
m_LocalPosition: {x: -955.3655, y: -464.9797, z: 160.45508}
30+
m_LocalScale: {x: 1, y: 1, z: 1}
31+
m_ConstrainProportionsScale: 0
32+
m_Children: []
33+
m_Father: {fileID: 5430831075476541851}
34+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
35+
--- !u!114 &6586345530156004295
36+
MonoBehaviour:
37+
m_ObjectHideFlags: 0
38+
m_CorrespondingSourceObject: {fileID: 0}
39+
m_PrefabInstance: {fileID: 0}
40+
m_PrefabAsset: {fileID: 0}
41+
m_GameObject: {fileID: 4692361954689130598}
42+
m_Enabled: 1
43+
m_EditorHideFlags: 0
44+
m_Script: {fileID: 11500000, guid: 50c7363fac4d24ae8a679e3e8f1fa838, type: 3}
45+
m_Name:
46+
m_EditorClassIdentifier:
47+
m_Label: TouchPad
48+
m_HistorySamples: 100
49+
m_TimeWindow: 3
50+
m_Rect:
51+
serializedVersion: 2
52+
x: 814.2
53+
y: 156.25
54+
width: 187.5
55+
height: 62.5
56+
m_Visualization: 1
57+
m_ControlPath: <DualSenseGamepadHID>/touchpadButton
58+
m_ControlIndex: 0
359
--- !u!1 &5430831073950378571
460
GameObject:
561
m_ObjectHideFlags: 0
@@ -930,6 +986,7 @@ Transform:
930986
- {fileID: 5430831075192722341}
931987
- {fileID: 5430831074316365815}
932988
- {fileID: 5430831074657706036}
989+
- {fileID: 7286017728639314418}
933990
- {fileID: 5430831074153646132}
934991
- {fileID: 5430831075958221746}
935992
- {fileID: 5430831074569589723}

0 commit comments

Comments
 (0)