CamerettaUnity 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/Assets/Cameretta.meta +8 -0
- data/Assets/Cameretta/Cameretta.cs +159 -0
- data/Assets/Cameretta/Cameretta.cs.meta +11 -0
- data/Assets/Cameretta/DupLowPoly.cs +48 -0
- data/Assets/Cameretta/DupLowPoly.cs.meta +11 -0
- data/Assets/Cameretta/LowPoly.cs +110 -0
- data/Assets/Cameretta/LowPoly.cs.meta +11 -0
- data/Assets/Cameretta/RetroLetto.cs +94 -0
- data/Assets/Cameretta/RetroLetto.cs.meta +11 -0
- data/Assets/Cameretta/Scrivania.cs +31 -0
- data/Assets/Cameretta/Scrivania.cs.meta +11 -0
- data/Assets/Resources.meta +8 -0
- data/Assets/Resources/Color.meta +8 -0
- data/Assets/Scenes.meta +8 -0
- data/Assets/Scenes/SampleScene.unity +590 -0
- data/Assets/Scenes/SampleScene.unity.meta +7 -0
- data/Library/APIUpdater/project-dependencies.graph +0 -0
- data/Library/BuildPlayer.prefs +0 -0
- data/Library/BuildSettings.asset +0 -0
- data/Library/CurrentLayout-default.dwlt +1630 -0
- data/Library/CurrentMaximizeLayout.dwlt +1539 -0
- data/Library/EditorOnlyScriptingSettings.json +1 -0
- data/Library/EditorSnapSettings.asset +20 -0
- data/Library/EditorUserBuildSettings.asset +0 -0
- data/Library/EditorUserSettings.asset +19 -0
- data/Library/InspectorExpandedItems.asset +0 -0
- data/Library/LastSceneManagerSetup.txt +5 -0
- data/Library/LibraryFormatVersion.txt +2 -0
- data/Library/MonoManager.asset +0 -0
- data/Library/SceneVisibilityState.asset +0 -0
- data/Library/ScriptAssemblies/Assembly-CSharp.dll +0 -0
- data/Library/ScriptAssemblies/Assembly-CSharp.pdb +0 -0
- data/Library/ScriptAssemblies/BuiltinAssemblies.stamp +1 -0
- data/Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll +0 -0
- data/Library/ScriptAssemblies/Unity.CollabProxy.Editor.pdb +0 -0
- data/Library/ScriptAssemblies/Unity.Rider.Editor.dll +0 -0
- data/Library/ScriptAssemblies/Unity.Rider.Editor.pdb +0 -0
- data/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll +0 -0
- data/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.pdb +0 -0
- data/Library/ScriptAssemblies/Unity.TextMeshPro.dll +0 -0
- data/Library/ScriptAssemblies/Unity.TextMeshPro.pdb +0 -0
- data/Library/ScriptAssemblies/Unity.Timeline.Editor.dll +0 -0
- data/Library/ScriptAssemblies/Unity.Timeline.Editor.pdb +0 -0
- data/Library/ScriptAssemblies/Unity.Timeline.dll +0 -0
- data/Library/ScriptAssemblies/Unity.Timeline.pdb +0 -0
- data/Library/ScriptAssemblies/Unity.VSCode.Editor.dll +0 -0
- data/Library/ScriptAssemblies/Unity.VSCode.Editor.pdb +0 -0
- data/Library/ScriptAssemblies/UnityEditor.TestRunner.dll +0 -0
- data/Library/ScriptAssemblies/UnityEditor.TestRunner.pdb +0 -0
- data/Library/ScriptAssemblies/UnityEditor.UI.dll +0 -0
- data/Library/ScriptAssemblies/UnityEditor.UI.pdb +0 -0
- data/Library/ScriptAssemblies/UnityEngine.TestRunner.dll +0 -0
- data/Library/ScriptAssemblies/UnityEngine.TestRunner.pdb +0 -0
- data/Library/ScriptAssemblies/UnityEngine.UI.dll +0 -0
- data/Library/ScriptAssemblies/UnityEngine.UI.pdb +0 -0
- data/Library/ShaderCache.db +0 -0
- data/Library/SpriteAtlasDatabase.asset +0 -0
- data/Library/Style.catalog +0 -0
- data/Library/shadercompiler-UnityShaderCompiler0.log +2 -0
- data/Library/shadercompiler-UnityShaderCompiler1.log +2 -0
- data/Library/shadercompiler-UnityShaderCompiler2.log +4 -0
- data/Library/shadercompiler-UnityShaderCompiler3.log +4 -0
- data/Logs/Packages-Update.log +45 -0
- data/Packages/manifest.json +42 -0
- data/Packages/packages-lock.json +312 -0
- data/ProjectSettings/AudioManager.asset +19 -0
- data/ProjectSettings/ClusterInputManager.asset +6 -0
- data/ProjectSettings/DynamicsManager.asset +34 -0
- data/ProjectSettings/EditorBuildSettings.asset +8 -0
- data/ProjectSettings/EditorSettings.asset +29 -0
- data/ProjectSettings/GraphicsSettings.asset +63 -0
- data/ProjectSettings/InputManager.asset +295 -0
- data/ProjectSettings/NavMeshAreas.asset +91 -0
- data/ProjectSettings/PackageManagerSettings.asset +38 -0
- data/ProjectSettings/Physics2DSettings.asset +56 -0
- data/ProjectSettings/PresetManager.asset +7 -0
- data/ProjectSettings/ProjectSettings.asset +671 -0
- data/ProjectSettings/ProjectVersion.txt +2 -0
- data/ProjectSettings/QualitySettings.asset +232 -0
- data/ProjectSettings/TagManager.asset +43 -0
- data/ProjectSettings/TimeManager.asset +9 -0
- data/ProjectSettings/UnityConnectSettings.asset +34 -0
- data/ProjectSettings/VFXManager.asset +12 -0
- data/ProjectSettings/XRSettings.asset +10 -0
- metadata +126 -0
@@ -0,0 +1,1539 @@
|
|
1
|
+
%YAML 1.1
|
2
|
+
%TAG !u! tag:unity3d.com,2011:
|
3
|
+
--- !u!114 &1
|
4
|
+
MonoBehaviour:
|
5
|
+
m_ObjectHideFlags: 52
|
6
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
7
|
+
m_PrefabInstance: {fileID: 0}
|
8
|
+
m_PrefabAsset: {fileID: 0}
|
9
|
+
m_GameObject: {fileID: 0}
|
10
|
+
m_Enabled: 1
|
11
|
+
m_EditorHideFlags: 1
|
12
|
+
m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0}
|
13
|
+
m_Name:
|
14
|
+
m_EditorClassIdentifier:
|
15
|
+
m_Children:
|
16
|
+
- {fileID: 3}
|
17
|
+
- {fileID: 16}
|
18
|
+
m_Position:
|
19
|
+
serializedVersion: 2
|
20
|
+
x: 0
|
21
|
+
y: 30
|
22
|
+
width: 1440
|
23
|
+
height: 850
|
24
|
+
m_MinSize: {x: 678, y: 342}
|
25
|
+
m_MaxSize: {x: 12003, y: 8042}
|
26
|
+
vertical: 0
|
27
|
+
controlID: 118
|
28
|
+
--- !u!114 &2
|
29
|
+
MonoBehaviour:
|
30
|
+
m_ObjectHideFlags: 52
|
31
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
32
|
+
m_PrefabInstance: {fileID: 0}
|
33
|
+
m_PrefabAsset: {fileID: 0}
|
34
|
+
m_GameObject: {fileID: 0}
|
35
|
+
m_Enabled: 1
|
36
|
+
m_EditorHideFlags: 1
|
37
|
+
m_Script: {fileID: 12013, guid: 0000000000000000e000000000000000, type: 0}
|
38
|
+
m_Name:
|
39
|
+
m_EditorClassIdentifier:
|
40
|
+
m_MinSize: {x: 200, y: 200}
|
41
|
+
m_MaxSize: {x: 4000, y: 4000}
|
42
|
+
m_TitleContent:
|
43
|
+
m_Text: Scene
|
44
|
+
m_Image: {fileID: 2593428753322112591, guid: 0000000000000000d000000000000000,
|
45
|
+
type: 0}
|
46
|
+
m_Tooltip:
|
47
|
+
m_Pos:
|
48
|
+
serializedVersion: 2
|
49
|
+
x: 217
|
50
|
+
y: 30
|
51
|
+
width: 848
|
52
|
+
height: 492
|
53
|
+
m_ViewDataDictionary: {fileID: 0}
|
54
|
+
m_ShowContextualTools: 0
|
55
|
+
m_WindowGUID: 633c4fe1d2b414ea1a37e51d5986dcbf
|
56
|
+
m_Gizmos: 1
|
57
|
+
m_SceneIsLit: 1
|
58
|
+
m_SceneLighting: 1
|
59
|
+
m_2DMode: 0
|
60
|
+
m_isRotationLocked: 0
|
61
|
+
m_PlayAudio: 0
|
62
|
+
m_AudioPlay: 0
|
63
|
+
m_Position:
|
64
|
+
m_Target: {x: 7.2248006, y: -17.607279, z: 61.924103}
|
65
|
+
speed: 2
|
66
|
+
m_Value: {x: 7.2248006, y: -17.607279, z: 61.924103}
|
67
|
+
m_RenderMode: 0
|
68
|
+
m_CameraMode:
|
69
|
+
drawMode: 0
|
70
|
+
name: Shaded
|
71
|
+
section: Shading Mode
|
72
|
+
m_ValidateTrueMetals: 0
|
73
|
+
m_DoValidateTrueMetals: 0
|
74
|
+
m_ExposureSliderValue: 0
|
75
|
+
m_ExposureSliderMax: 10
|
76
|
+
m_SceneViewState:
|
77
|
+
showFog: 1
|
78
|
+
showMaterialUpdate: 1
|
79
|
+
showSkybox: 1
|
80
|
+
showFlares: 1
|
81
|
+
showImageEffects: 1
|
82
|
+
showParticleSystems: 1
|
83
|
+
m_Grid:
|
84
|
+
xGrid:
|
85
|
+
m_Fade:
|
86
|
+
m_Target: 0
|
87
|
+
speed: 2
|
88
|
+
m_Value: 1
|
89
|
+
m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4}
|
90
|
+
m_Pivot: {x: 0, y: 0, z: 0}
|
91
|
+
m_Size: {x: 1, y: 1}
|
92
|
+
yGrid:
|
93
|
+
m_Fade:
|
94
|
+
m_Target: 1
|
95
|
+
speed: 2
|
96
|
+
m_Value: 1
|
97
|
+
m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4}
|
98
|
+
m_Pivot: {x: 0, y: 0, z: 0}
|
99
|
+
m_Size: {x: 1, y: 1}
|
100
|
+
zGrid:
|
101
|
+
m_Fade:
|
102
|
+
m_Target: 0
|
103
|
+
speed: 2
|
104
|
+
m_Value: 1
|
105
|
+
m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4}
|
106
|
+
m_Pivot: {x: 0, y: 0, z: 0}
|
107
|
+
m_Size: {x: 1, y: 1}
|
108
|
+
m_ShowGrid: 1
|
109
|
+
m_GridAxis: 1
|
110
|
+
m_gridOpacity: 0.5
|
111
|
+
m_Rotation:
|
112
|
+
m_Target: {x: 0.2187354, y: 0.04973599, z: -0.011163692, w: 0.9744526}
|
113
|
+
speed: 2
|
114
|
+
m_Value: {x: 0.21873525, y: 0.049735952, z: -0.011163684, w: 0.9744519}
|
115
|
+
m_Size:
|
116
|
+
m_Target: 37.393513
|
117
|
+
speed: 2
|
118
|
+
m_Value: 37.733112
|
119
|
+
m_Ortho:
|
120
|
+
m_Target: 0
|
121
|
+
speed: 2
|
122
|
+
m_Value: 0
|
123
|
+
m_CameraSettings:
|
124
|
+
m_Speed: 1.2
|
125
|
+
m_SpeedNormalized: 0.6160011
|
126
|
+
m_SpeedMin: 0.01
|
127
|
+
m_SpeedMax: 2
|
128
|
+
m_EasingEnabled: 1
|
129
|
+
m_EasingDuration: 0.4
|
130
|
+
m_AccelerationEnabled: 1
|
131
|
+
m_FieldOfViewHorizontalOrVertical: 60
|
132
|
+
m_NearClip: 0.03
|
133
|
+
m_FarClip: 10000
|
134
|
+
m_DynamicClip: 1
|
135
|
+
m_OcclusionCulling: 0
|
136
|
+
m_LastSceneViewRotation: {x: -0.064437225, y: 0.9111561, z: -0.15622762, w: -0.37581292}
|
137
|
+
m_LastSceneViewOrtho: 0
|
138
|
+
m_ReplacementShader: {fileID: 0}
|
139
|
+
m_ReplacementString:
|
140
|
+
m_SceneVisActive: 1
|
141
|
+
m_LastLockedObject: {fileID: 0}
|
142
|
+
m_ViewIsLockedToObject: 0
|
143
|
+
--- !u!114 &3
|
144
|
+
MonoBehaviour:
|
145
|
+
m_ObjectHideFlags: 52
|
146
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
147
|
+
m_PrefabInstance: {fileID: 0}
|
148
|
+
m_PrefabAsset: {fileID: 0}
|
149
|
+
m_GameObject: {fileID: 0}
|
150
|
+
m_Enabled: 1
|
151
|
+
m_EditorHideFlags: 1
|
152
|
+
m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0}
|
153
|
+
m_Name:
|
154
|
+
m_EditorClassIdentifier:
|
155
|
+
m_Children:
|
156
|
+
- {fileID: 4}
|
157
|
+
- {fileID: 11}
|
158
|
+
m_Position:
|
159
|
+
serializedVersion: 2
|
160
|
+
x: 0
|
161
|
+
y: 0
|
162
|
+
width: 1067
|
163
|
+
height: 850
|
164
|
+
m_MinSize: {x: 402, y: 342}
|
165
|
+
m_MaxSize: {x: 8002, y: 8042}
|
166
|
+
vertical: 1
|
167
|
+
controlID: 119
|
168
|
+
--- !u!114 &4
|
169
|
+
MonoBehaviour:
|
170
|
+
m_ObjectHideFlags: 52
|
171
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
172
|
+
m_PrefabInstance: {fileID: 0}
|
173
|
+
m_PrefabAsset: {fileID: 0}
|
174
|
+
m_GameObject: {fileID: 0}
|
175
|
+
m_Enabled: 1
|
176
|
+
m_EditorHideFlags: 1
|
177
|
+
m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0}
|
178
|
+
m_Name:
|
179
|
+
m_EditorClassIdentifier:
|
180
|
+
m_Children:
|
181
|
+
- {fileID: 5}
|
182
|
+
- {fileID: 7}
|
183
|
+
m_Position:
|
184
|
+
serializedVersion: 2
|
185
|
+
x: 0
|
186
|
+
y: 0
|
187
|
+
width: 1067
|
188
|
+
height: 513
|
189
|
+
m_MinSize: {x: 402, y: 221}
|
190
|
+
m_MaxSize: {x: 8002, y: 4021}
|
191
|
+
vertical: 0
|
192
|
+
controlID: 120
|
193
|
+
--- !u!114 &5
|
194
|
+
MonoBehaviour:
|
195
|
+
m_ObjectHideFlags: 52
|
196
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
197
|
+
m_PrefabInstance: {fileID: 0}
|
198
|
+
m_PrefabAsset: {fileID: 0}
|
199
|
+
m_GameObject: {fileID: 0}
|
200
|
+
m_Enabled: 1
|
201
|
+
m_EditorHideFlags: 1
|
202
|
+
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
|
203
|
+
m_Name:
|
204
|
+
m_EditorClassIdentifier:
|
205
|
+
m_Children: []
|
206
|
+
m_Position:
|
207
|
+
serializedVersion: 2
|
208
|
+
x: 0
|
209
|
+
y: 0
|
210
|
+
width: 217
|
211
|
+
height: 513
|
212
|
+
m_MinSize: {x: 200, y: 200}
|
213
|
+
m_MaxSize: {x: 4000, y: 4000}
|
214
|
+
m_ActualView: {fileID: 6}
|
215
|
+
m_Panes:
|
216
|
+
- {fileID: 6}
|
217
|
+
m_Selected: 0
|
218
|
+
m_LastSelected: 0
|
219
|
+
--- !u!114 &6
|
220
|
+
MonoBehaviour:
|
221
|
+
m_ObjectHideFlags: 52
|
222
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
223
|
+
m_PrefabInstance: {fileID: 0}
|
224
|
+
m_PrefabAsset: {fileID: 0}
|
225
|
+
m_GameObject: {fileID: 0}
|
226
|
+
m_Enabled: 1
|
227
|
+
m_EditorHideFlags: 1
|
228
|
+
m_Script: {fileID: 12061, guid: 0000000000000000e000000000000000, type: 0}
|
229
|
+
m_Name:
|
230
|
+
m_EditorClassIdentifier:
|
231
|
+
m_MinSize: {x: 200, y: 200}
|
232
|
+
m_MaxSize: {x: 4000, y: 4000}
|
233
|
+
m_TitleContent:
|
234
|
+
m_Text: Hierarchy
|
235
|
+
m_Image: {fileID: 7966133145522015247, guid: 0000000000000000d000000000000000,
|
236
|
+
type: 0}
|
237
|
+
m_Tooltip:
|
238
|
+
m_Pos:
|
239
|
+
serializedVersion: 2
|
240
|
+
x: 0
|
241
|
+
y: 30
|
242
|
+
width: 216
|
243
|
+
height: 492
|
244
|
+
m_ViewDataDictionary: {fileID: 0}
|
245
|
+
m_SceneHierarchy:
|
246
|
+
m_TreeViewState:
|
247
|
+
scrollPos: {x: 0, y: 0}
|
248
|
+
m_SelectedIDs: 5c1cfcff
|
249
|
+
m_LastClickedID: -254884
|
250
|
+
m_ExpandedIDs: 6afbffff
|
251
|
+
m_RenameOverlay:
|
252
|
+
m_UserAcceptedRename: 0
|
253
|
+
m_Name: LowPoly
|
254
|
+
m_OriginalName: LowPoly
|
255
|
+
m_EditFieldRect:
|
256
|
+
serializedVersion: 2
|
257
|
+
x: 0
|
258
|
+
y: 0
|
259
|
+
width: 0
|
260
|
+
height: 0
|
261
|
+
m_UserData: -1578
|
262
|
+
m_IsWaitingForDelay: 0
|
263
|
+
m_IsRenaming: 0
|
264
|
+
m_OriginalEventType: 0
|
265
|
+
m_IsRenamingFilename: 0
|
266
|
+
m_ClientGUIView: {fileID: 5}
|
267
|
+
m_SearchString:
|
268
|
+
m_ExpandedScenes: []
|
269
|
+
m_CurrenRootInstanceID: 0
|
270
|
+
m_LockTracker:
|
271
|
+
m_IsLocked: 0
|
272
|
+
m_CurrentSortingName: TransformSorting
|
273
|
+
m_WindowGUID: 634297f6008584910b614093cdcc81b9
|
274
|
+
--- !u!114 &7
|
275
|
+
MonoBehaviour:
|
276
|
+
m_ObjectHideFlags: 52
|
277
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
278
|
+
m_PrefabInstance: {fileID: 0}
|
279
|
+
m_PrefabAsset: {fileID: 0}
|
280
|
+
m_GameObject: {fileID: 0}
|
281
|
+
m_Enabled: 1
|
282
|
+
m_EditorHideFlags: 1
|
283
|
+
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
|
284
|
+
m_Name: SceneView
|
285
|
+
m_EditorClassIdentifier:
|
286
|
+
m_Children: []
|
287
|
+
m_Position:
|
288
|
+
serializedVersion: 2
|
289
|
+
x: 217
|
290
|
+
y: 0
|
291
|
+
width: 850
|
292
|
+
height: 513
|
293
|
+
m_MinSize: {x: 202, y: 221}
|
294
|
+
m_MaxSize: {x: 4002, y: 4021}
|
295
|
+
m_ActualView: {fileID: 2}
|
296
|
+
m_Panes:
|
297
|
+
- {fileID: 2}
|
298
|
+
- {fileID: 8}
|
299
|
+
- {fileID: 9}
|
300
|
+
- {fileID: 10}
|
301
|
+
m_Selected: 0
|
302
|
+
m_LastSelected: 3
|
303
|
+
--- !u!114 &8
|
304
|
+
MonoBehaviour:
|
305
|
+
m_ObjectHideFlags: 52
|
306
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
307
|
+
m_PrefabInstance: {fileID: 0}
|
308
|
+
m_PrefabAsset: {fileID: 0}
|
309
|
+
m_GameObject: {fileID: 0}
|
310
|
+
m_Enabled: 1
|
311
|
+
m_EditorHideFlags: 1
|
312
|
+
m_Script: {fileID: 12015, guid: 0000000000000000e000000000000000, type: 0}
|
313
|
+
m_Name:
|
314
|
+
m_EditorClassIdentifier:
|
315
|
+
m_MinSize: {x: 200, y: 200}
|
316
|
+
m_MaxSize: {x: 4000, y: 4000}
|
317
|
+
m_TitleContent:
|
318
|
+
m_Text: Game
|
319
|
+
m_Image: {fileID: -6423792434712278376, guid: 0000000000000000d000000000000000,
|
320
|
+
type: 0}
|
321
|
+
m_Tooltip:
|
322
|
+
m_Pos:
|
323
|
+
serializedVersion: 2
|
324
|
+
x: 217
|
325
|
+
y: 30
|
326
|
+
width: 848
|
327
|
+
height: 492
|
328
|
+
m_ViewDataDictionary: {fileID: 0}
|
329
|
+
m_SerializedViewNames: []
|
330
|
+
m_SerializedViewValues: []
|
331
|
+
m_SerializedCustomFieldsNames: []
|
332
|
+
m_SerializedCustomFieldsValues: []
|
333
|
+
m_PlayModeViewName: GameView
|
334
|
+
m_ShowGizmos: 0
|
335
|
+
m_TargetDisplay: 0
|
336
|
+
m_ClearColor: {r: 0, g: 0, b: 0, a: 0}
|
337
|
+
m_TargetSize: {x: 848, y: 471}
|
338
|
+
m_TextureFilterMode: 0
|
339
|
+
m_TextureHideFlags: 61
|
340
|
+
m_RenderIMGUI: 1
|
341
|
+
m_MaximizeOnPlay: 0
|
342
|
+
m_UseMipMap: 0
|
343
|
+
m_VSyncEnabled: 0
|
344
|
+
m_Gizmos: 0
|
345
|
+
m_Stats: 0
|
346
|
+
m_SelectedSizes: 00000000000000000000000000000000000000000000000000000000000000000000000000000000
|
347
|
+
m_ZoomArea:
|
348
|
+
m_HRangeLocked: 0
|
349
|
+
m_VRangeLocked: 0
|
350
|
+
hZoomLockedByDefault: 0
|
351
|
+
vZoomLockedByDefault: 0
|
352
|
+
m_HBaseRangeMin: -424
|
353
|
+
m_HBaseRangeMax: 424
|
354
|
+
m_VBaseRangeMin: -235.5
|
355
|
+
m_VBaseRangeMax: 235.5
|
356
|
+
m_HAllowExceedBaseRangeMin: 1
|
357
|
+
m_HAllowExceedBaseRangeMax: 1
|
358
|
+
m_VAllowExceedBaseRangeMin: 1
|
359
|
+
m_VAllowExceedBaseRangeMax: 1
|
360
|
+
m_ScaleWithWindow: 0
|
361
|
+
m_HSlider: 0
|
362
|
+
m_VSlider: 0
|
363
|
+
m_IgnoreScrollWheelUntilClicked: 0
|
364
|
+
m_EnableMouseInput: 0
|
365
|
+
m_EnableSliderZoomHorizontal: 0
|
366
|
+
m_EnableSliderZoomVertical: 0
|
367
|
+
m_UniformScale: 1
|
368
|
+
m_UpDirection: 1
|
369
|
+
m_DrawArea:
|
370
|
+
serializedVersion: 2
|
371
|
+
x: 0
|
372
|
+
y: 21
|
373
|
+
width: 848
|
374
|
+
height: 471
|
375
|
+
m_Scale: {x: 1, y: 1}
|
376
|
+
m_Translation: {x: 424, y: 235.5}
|
377
|
+
m_MarginLeft: 0
|
378
|
+
m_MarginRight: 0
|
379
|
+
m_MarginTop: 0
|
380
|
+
m_MarginBottom: 0
|
381
|
+
m_LastShownAreaInsideMargins:
|
382
|
+
serializedVersion: 2
|
383
|
+
x: -424
|
384
|
+
y: -235.5
|
385
|
+
width: 848
|
386
|
+
height: 471
|
387
|
+
m_MinimalGUI: 1
|
388
|
+
m_defaultScale: 1
|
389
|
+
m_LastWindowPixelSize: {x: 848, y: 492}
|
390
|
+
m_ClearInEditMode: 1
|
391
|
+
m_NoCameraWarning: 1
|
392
|
+
m_LowResolutionForAspectRatios: 01000000000000000000
|
393
|
+
m_XRRenderMode: 0
|
394
|
+
m_RenderTexture: {fileID: 0}
|
395
|
+
--- !u!114 &9
|
396
|
+
MonoBehaviour:
|
397
|
+
m_ObjectHideFlags: 52
|
398
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
399
|
+
m_PrefabInstance: {fileID: 0}
|
400
|
+
m_PrefabAsset: {fileID: 0}
|
401
|
+
m_GameObject: {fileID: 0}
|
402
|
+
m_Enabled: 1
|
403
|
+
m_EditorHideFlags: 1
|
404
|
+
m_Script: {fileID: 12111, guid: 0000000000000000e000000000000000, type: 0}
|
405
|
+
m_Name:
|
406
|
+
m_EditorClassIdentifier:
|
407
|
+
m_MinSize: {x: 400, y: 100}
|
408
|
+
m_MaxSize: {x: 2048, y: 2048}
|
409
|
+
m_TitleContent:
|
410
|
+
m_Text: Asset Store
|
411
|
+
m_Image: {fileID: -8693916549880196297, guid: 0000000000000000d000000000000000,
|
412
|
+
type: 0}
|
413
|
+
m_Tooltip:
|
414
|
+
m_Pos:
|
415
|
+
serializedVersion: 2
|
416
|
+
x: 227
|
417
|
+
y: 30
|
418
|
+
width: 898
|
419
|
+
height: 493
|
420
|
+
m_ViewDataDictionary: {fileID: 0}
|
421
|
+
--- !u!114 &10
|
422
|
+
MonoBehaviour:
|
423
|
+
m_ObjectHideFlags: 52
|
424
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
425
|
+
m_PrefabInstance: {fileID: 0}
|
426
|
+
m_PrefabAsset: {fileID: 0}
|
427
|
+
m_GameObject: {fileID: 0}
|
428
|
+
m_Enabled: 1
|
429
|
+
m_EditorHideFlags: 0
|
430
|
+
m_Script: {fileID: 12013, guid: 0000000000000000e000000000000000, type: 0}
|
431
|
+
m_Name:
|
432
|
+
m_EditorClassIdentifier:
|
433
|
+
m_MinSize: {x: 100, y: 100}
|
434
|
+
m_MaxSize: {x: 4000, y: 4000}
|
435
|
+
m_TitleContent:
|
436
|
+
m_Text: Scene
|
437
|
+
m_Image: {fileID: 2593428753322112591, guid: 0000000000000000d000000000000000,
|
438
|
+
type: 0}
|
439
|
+
m_Tooltip:
|
440
|
+
m_Pos:
|
441
|
+
serializedVersion: 2
|
442
|
+
x: 217
|
443
|
+
y: 30
|
444
|
+
width: 848
|
445
|
+
height: 492
|
446
|
+
m_ViewDataDictionary: {fileID: 0}
|
447
|
+
m_ShowContextualTools: 0
|
448
|
+
m_WindowGUID: 7f3465c687e0f4ce5bb8e1b80fe556d7
|
449
|
+
m_Gizmos: 1
|
450
|
+
m_SceneIsLit: 1
|
451
|
+
m_SceneLighting: 1
|
452
|
+
m_2DMode: 0
|
453
|
+
m_isRotationLocked: 0
|
454
|
+
m_PlayAudio: 0
|
455
|
+
m_AudioPlay: 0
|
456
|
+
m_Position:
|
457
|
+
m_Target: {x: 31.693512, y: 250.70477, z: -75.88492}
|
458
|
+
speed: 2
|
459
|
+
m_Value: {x: 31.693512, y: 250.70477, z: -75.88492}
|
460
|
+
m_RenderMode: 0
|
461
|
+
m_CameraMode:
|
462
|
+
drawMode: 2
|
463
|
+
name: Shaded Wireframe
|
464
|
+
section: Shading Mode
|
465
|
+
m_ValidateTrueMetals: 0
|
466
|
+
m_DoValidateTrueMetals: 0
|
467
|
+
m_ExposureSliderValue: 0
|
468
|
+
m_ExposureSliderMax: 10
|
469
|
+
m_SceneViewState:
|
470
|
+
showFog: 1
|
471
|
+
showMaterialUpdate: 0
|
472
|
+
showSkybox: 1
|
473
|
+
showFlares: 1
|
474
|
+
showImageEffects: 1
|
475
|
+
showParticleSystems: 1
|
476
|
+
m_Grid:
|
477
|
+
xGrid:
|
478
|
+
m_Fade:
|
479
|
+
m_Target: 0
|
480
|
+
speed: 2
|
481
|
+
m_Value: 0
|
482
|
+
m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4}
|
483
|
+
m_Pivot: {x: 0, y: 0, z: 0}
|
484
|
+
m_Size: {x: 0, y: 0}
|
485
|
+
yGrid:
|
486
|
+
m_Fade:
|
487
|
+
m_Target: 1
|
488
|
+
speed: 2
|
489
|
+
m_Value: 1
|
490
|
+
m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4}
|
491
|
+
m_Pivot: {x: 0, y: 0, z: 0}
|
492
|
+
m_Size: {x: 1, y: 1}
|
493
|
+
zGrid:
|
494
|
+
m_Fade:
|
495
|
+
m_Target: 0
|
496
|
+
speed: 2
|
497
|
+
m_Value: 1
|
498
|
+
m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4}
|
499
|
+
m_Pivot: {x: 0, y: 0, z: 0}
|
500
|
+
m_Size: {x: 1, y: 1}
|
501
|
+
m_ShowGrid: 1
|
502
|
+
m_GridAxis: 1
|
503
|
+
m_gridOpacity: 0.5
|
504
|
+
m_Rotation:
|
505
|
+
m_Target: {x: 0.22072403, y: 0.3864565, z: -0.095801756, w: 0.8903756}
|
506
|
+
speed: 2
|
507
|
+
m_Value: {x: 0.22072245, y: 0.38645372, z: -0.09580107, w: 0.89036924}
|
508
|
+
m_Size:
|
509
|
+
m_Target: 188.79495
|
510
|
+
speed: 2
|
511
|
+
m_Value: 188.79495
|
512
|
+
m_Ortho:
|
513
|
+
m_Target: 0
|
514
|
+
speed: 2
|
515
|
+
m_Value: 0
|
516
|
+
m_CameraSettings:
|
517
|
+
m_Speed: 1
|
518
|
+
m_SpeedNormalized: 0.5
|
519
|
+
m_SpeedMin: 0.01
|
520
|
+
m_SpeedMax: 2
|
521
|
+
m_EasingEnabled: 1
|
522
|
+
m_EasingDuration: 0.4
|
523
|
+
m_AccelerationEnabled: 1
|
524
|
+
m_FieldOfViewHorizontalOrVertical: 60
|
525
|
+
m_NearClip: 0.03
|
526
|
+
m_FarClip: 10000
|
527
|
+
m_DynamicClip: 1
|
528
|
+
m_OcclusionCulling: 0
|
529
|
+
m_LastSceneViewRotation: {x: 0.1958305, y: 0.3969501, z: -0.08709937, w: 0.89247364}
|
530
|
+
m_LastSceneViewOrtho: 0
|
531
|
+
m_ReplacementShader: {fileID: 0}
|
532
|
+
m_ReplacementString:
|
533
|
+
m_SceneVisActive: 1
|
534
|
+
m_LastLockedObject: {fileID: 0}
|
535
|
+
m_ViewIsLockedToObject: 0
|
536
|
+
--- !u!114 &11
|
537
|
+
MonoBehaviour:
|
538
|
+
m_ObjectHideFlags: 52
|
539
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
540
|
+
m_PrefabInstance: {fileID: 0}
|
541
|
+
m_PrefabAsset: {fileID: 0}
|
542
|
+
m_GameObject: {fileID: 0}
|
543
|
+
m_Enabled: 1
|
544
|
+
m_EditorHideFlags: 1
|
545
|
+
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
|
546
|
+
m_Name: GameView
|
547
|
+
m_EditorClassIdentifier:
|
548
|
+
m_Children: []
|
549
|
+
m_Position:
|
550
|
+
serializedVersion: 2
|
551
|
+
x: 0
|
552
|
+
y: 513
|
553
|
+
width: 1067
|
554
|
+
height: 337
|
555
|
+
m_MinSize: {x: 101, y: 121}
|
556
|
+
m_MaxSize: {x: 4001, y: 4021}
|
557
|
+
m_ActualView: {fileID: 14}
|
558
|
+
m_Panes:
|
559
|
+
- {fileID: 12}
|
560
|
+
- {fileID: 13}
|
561
|
+
- {fileID: 14}
|
562
|
+
- {fileID: 15}
|
563
|
+
m_Selected: 2
|
564
|
+
m_LastSelected: 3
|
565
|
+
--- !u!114 &12
|
566
|
+
MonoBehaviour:
|
567
|
+
m_ObjectHideFlags: 52
|
568
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
569
|
+
m_PrefabInstance: {fileID: 0}
|
570
|
+
m_PrefabAsset: {fileID: 0}
|
571
|
+
m_GameObject: {fileID: 0}
|
572
|
+
m_Enabled: 1
|
573
|
+
m_EditorHideFlags: 1
|
574
|
+
m_Script: {fileID: 12014, guid: 0000000000000000e000000000000000, type: 0}
|
575
|
+
m_Name:
|
576
|
+
m_EditorClassIdentifier:
|
577
|
+
m_MinSize: {x: 230, y: 250}
|
578
|
+
m_MaxSize: {x: 10000, y: 10000}
|
579
|
+
m_TitleContent:
|
580
|
+
m_Text: Project
|
581
|
+
m_Image: {fileID: -5467254957812901981, guid: 0000000000000000d000000000000000,
|
582
|
+
type: 0}
|
583
|
+
m_Tooltip:
|
584
|
+
m_Pos:
|
585
|
+
serializedVersion: 2
|
586
|
+
x: 0
|
587
|
+
y: 652
|
588
|
+
width: 1303
|
589
|
+
height: 387
|
590
|
+
m_ViewDataDictionary: {fileID: 0}
|
591
|
+
m_SearchFilter:
|
592
|
+
m_NameFilter:
|
593
|
+
m_ClassNames: []
|
594
|
+
m_AssetLabels: []
|
595
|
+
m_AssetBundleNames: []
|
596
|
+
m_VersionControlStates: []
|
597
|
+
m_SoftLockControlStates: []
|
598
|
+
m_ReferencingInstanceIDs:
|
599
|
+
m_SceneHandles:
|
600
|
+
m_ShowAllHits: 0
|
601
|
+
m_SkipHidden: 0
|
602
|
+
m_SearchArea: 1
|
603
|
+
m_Folders:
|
604
|
+
- Assets/Cameretta
|
605
|
+
m_ViewMode: 1
|
606
|
+
m_StartGridSize: 64
|
607
|
+
m_LastFolders:
|
608
|
+
- Assets/Cameretta
|
609
|
+
m_LastFoldersGridSize: -1
|
610
|
+
m_LastProjectPath: /Users/tia/Desktop/ProjectUnity/Cameretta
|
611
|
+
m_LockTracker:
|
612
|
+
m_IsLocked: 0
|
613
|
+
m_FolderTreeState:
|
614
|
+
scrollPos: {x: 0, y: 0}
|
615
|
+
m_SelectedIDs: 1a340000
|
616
|
+
m_LastClickedID: 13338
|
617
|
+
m_ExpandedIDs: 00000000123400001c34000000ca9a3b
|
618
|
+
m_RenameOverlay:
|
619
|
+
m_UserAcceptedRename: 0
|
620
|
+
m_Name:
|
621
|
+
m_OriginalName:
|
622
|
+
m_EditFieldRect:
|
623
|
+
serializedVersion: 2
|
624
|
+
x: 0
|
625
|
+
y: 0
|
626
|
+
width: 0
|
627
|
+
height: 0
|
628
|
+
m_UserData: 0
|
629
|
+
m_IsWaitingForDelay: 0
|
630
|
+
m_IsRenaming: 0
|
631
|
+
m_OriginalEventType: 11
|
632
|
+
m_IsRenamingFilename: 1
|
633
|
+
m_ClientGUIView: {fileID: 11}
|
634
|
+
m_SearchString:
|
635
|
+
m_CreateAssetUtility:
|
636
|
+
m_EndAction: {fileID: 0}
|
637
|
+
m_InstanceID: 0
|
638
|
+
m_Path:
|
639
|
+
m_Icon: {fileID: 0}
|
640
|
+
m_ResourceFile:
|
641
|
+
m_AssetTreeState:
|
642
|
+
scrollPos: {x: 0, y: 0}
|
643
|
+
m_SelectedIDs:
|
644
|
+
m_LastClickedID: 0
|
645
|
+
m_ExpandedIDs: 0000000012340000
|
646
|
+
m_RenameOverlay:
|
647
|
+
m_UserAcceptedRename: 0
|
648
|
+
m_Name:
|
649
|
+
m_OriginalName:
|
650
|
+
m_EditFieldRect:
|
651
|
+
serializedVersion: 2
|
652
|
+
x: 0
|
653
|
+
y: 0
|
654
|
+
width: 0
|
655
|
+
height: 0
|
656
|
+
m_UserData: 0
|
657
|
+
m_IsWaitingForDelay: 0
|
658
|
+
m_IsRenaming: 0
|
659
|
+
m_OriginalEventType: 11
|
660
|
+
m_IsRenamingFilename: 1
|
661
|
+
m_ClientGUIView: {fileID: 0}
|
662
|
+
m_SearchString:
|
663
|
+
m_CreateAssetUtility:
|
664
|
+
m_EndAction: {fileID: 0}
|
665
|
+
m_InstanceID: 0
|
666
|
+
m_Path:
|
667
|
+
m_Icon: {fileID: 0}
|
668
|
+
m_ResourceFile:
|
669
|
+
m_ListAreaState:
|
670
|
+
m_SelectedInstanceIDs: d6f9ffff
|
671
|
+
m_LastClickedInstanceID: -1578
|
672
|
+
m_HadKeyboardFocusLastEvent: 1
|
673
|
+
m_ExpandedInstanceIDs: c62300000000000028340000
|
674
|
+
m_RenameOverlay:
|
675
|
+
m_UserAcceptedRename: 0
|
676
|
+
m_Name:
|
677
|
+
m_OriginalName:
|
678
|
+
m_EditFieldRect:
|
679
|
+
serializedVersion: 2
|
680
|
+
x: 0
|
681
|
+
y: 0
|
682
|
+
width: 0
|
683
|
+
height: 0
|
684
|
+
m_UserData: 0
|
685
|
+
m_IsWaitingForDelay: 0
|
686
|
+
m_IsRenaming: 0
|
687
|
+
m_OriginalEventType: 11
|
688
|
+
m_IsRenamingFilename: 1
|
689
|
+
m_ClientGUIView: {fileID: 11}
|
690
|
+
m_CreateAssetUtility:
|
691
|
+
m_EndAction: {fileID: 0}
|
692
|
+
m_InstanceID: 0
|
693
|
+
m_Path:
|
694
|
+
m_Icon: {fileID: 0}
|
695
|
+
m_ResourceFile:
|
696
|
+
m_NewAssetIndexInList: -1
|
697
|
+
m_ScrollPosition: {x: 0, y: 0}
|
698
|
+
m_GridSize: 64
|
699
|
+
m_SkipHiddenPackages: 0
|
700
|
+
m_DirectoriesAreaWidth: 115
|
701
|
+
--- !u!114 &13
|
702
|
+
MonoBehaviour:
|
703
|
+
m_ObjectHideFlags: 52
|
704
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
705
|
+
m_PrefabInstance: {fileID: 0}
|
706
|
+
m_PrefabAsset: {fileID: 0}
|
707
|
+
m_GameObject: {fileID: 0}
|
708
|
+
m_Enabled: 1
|
709
|
+
m_EditorHideFlags: 1
|
710
|
+
m_Script: {fileID: 12003, guid: 0000000000000000e000000000000000, type: 0}
|
711
|
+
m_Name:
|
712
|
+
m_EditorClassIdentifier:
|
713
|
+
m_MinSize: {x: 100, y: 100}
|
714
|
+
m_MaxSize: {x: 4000, y: 4000}
|
715
|
+
m_TitleContent:
|
716
|
+
m_Text: Console
|
717
|
+
m_Image: {fileID: -4327648978806127646, guid: 0000000000000000d000000000000000,
|
718
|
+
type: 0}
|
719
|
+
m_Tooltip:
|
720
|
+
m_Pos:
|
721
|
+
serializedVersion: 2
|
722
|
+
x: 0
|
723
|
+
y: 543
|
724
|
+
width: 1066
|
725
|
+
height: 316
|
726
|
+
m_ViewDataDictionary: {fileID: 0}
|
727
|
+
--- !u!114 &14
|
728
|
+
MonoBehaviour:
|
729
|
+
m_ObjectHideFlags: 52
|
730
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
731
|
+
m_PrefabInstance: {fileID: 0}
|
732
|
+
m_PrefabAsset: {fileID: 0}
|
733
|
+
m_GameObject: {fileID: 0}
|
734
|
+
m_Enabled: 1
|
735
|
+
m_EditorHideFlags: 0
|
736
|
+
m_Script: {fileID: 12015, guid: 0000000000000000e000000000000000, type: 0}
|
737
|
+
m_Name:
|
738
|
+
m_EditorClassIdentifier:
|
739
|
+
m_MinSize: {x: 100, y: 100}
|
740
|
+
m_MaxSize: {x: 4000, y: 4000}
|
741
|
+
m_TitleContent:
|
742
|
+
m_Text: Game
|
743
|
+
m_Image: {fileID: -6423792434712278376, guid: 0000000000000000d000000000000000,
|
744
|
+
type: 0}
|
745
|
+
m_Tooltip:
|
746
|
+
m_Pos:
|
747
|
+
serializedVersion: 2
|
748
|
+
x: 0
|
749
|
+
y: 543
|
750
|
+
width: 1066
|
751
|
+
height: 316
|
752
|
+
m_ViewDataDictionary: {fileID: 0}
|
753
|
+
m_SerializedViewNames: []
|
754
|
+
m_SerializedViewValues: []
|
755
|
+
m_SerializedCustomFieldsNames: []
|
756
|
+
m_SerializedCustomFieldsValues: []
|
757
|
+
m_PlayModeViewName: GameView
|
758
|
+
m_ShowGizmos: 0
|
759
|
+
m_TargetDisplay: 0
|
760
|
+
m_ClearColor: {r: 0, g: 0, b: 0, a: 0}
|
761
|
+
m_TargetSize: {x: 1066, y: 295}
|
762
|
+
m_TextureFilterMode: 0
|
763
|
+
m_TextureHideFlags: 61
|
764
|
+
m_RenderIMGUI: 1
|
765
|
+
m_MaximizeOnPlay: 0
|
766
|
+
m_UseMipMap: 0
|
767
|
+
m_VSyncEnabled: 0
|
768
|
+
m_Gizmos: 0
|
769
|
+
m_Stats: 0
|
770
|
+
m_SelectedSizes: 00000000000000000000000000000000000000000000000000000000000000000000000000000000
|
771
|
+
m_ZoomArea:
|
772
|
+
m_HRangeLocked: 0
|
773
|
+
m_VRangeLocked: 0
|
774
|
+
hZoomLockedByDefault: 0
|
775
|
+
vZoomLockedByDefault: 0
|
776
|
+
m_HBaseRangeMin: -533
|
777
|
+
m_HBaseRangeMax: 533
|
778
|
+
m_VBaseRangeMin: -147.5
|
779
|
+
m_VBaseRangeMax: 147.5
|
780
|
+
m_HAllowExceedBaseRangeMin: 1
|
781
|
+
m_HAllowExceedBaseRangeMax: 1
|
782
|
+
m_VAllowExceedBaseRangeMin: 1
|
783
|
+
m_VAllowExceedBaseRangeMax: 1
|
784
|
+
m_ScaleWithWindow: 0
|
785
|
+
m_HSlider: 1
|
786
|
+
m_VSlider: 1
|
787
|
+
m_IgnoreScrollWheelUntilClicked: 0
|
788
|
+
m_EnableMouseInput: 1
|
789
|
+
m_EnableSliderZoomHorizontal: 0
|
790
|
+
m_EnableSliderZoomVertical: 0
|
791
|
+
m_UniformScale: 1
|
792
|
+
m_UpDirection: 1
|
793
|
+
m_DrawArea:
|
794
|
+
serializedVersion: 2
|
795
|
+
x: 0
|
796
|
+
y: 21
|
797
|
+
width: 1066
|
798
|
+
height: 295
|
799
|
+
m_Scale: {x: 1.2730502, y: 1.2730502}
|
800
|
+
m_Translation: {x: 533, y: 147.5}
|
801
|
+
m_MarginLeft: 0
|
802
|
+
m_MarginRight: 0
|
803
|
+
m_MarginTop: 0
|
804
|
+
m_MarginBottom: 0
|
805
|
+
m_LastShownAreaInsideMargins:
|
806
|
+
serializedVersion: 2
|
807
|
+
x: -418.67947
|
808
|
+
y: -115.86346
|
809
|
+
width: 837.35895
|
810
|
+
height: 231.72691
|
811
|
+
m_MinimalGUI: 1
|
812
|
+
m_defaultScale: 1
|
813
|
+
m_LastWindowPixelSize: {x: 1066, y: 316}
|
814
|
+
m_ClearInEditMode: 1
|
815
|
+
m_NoCameraWarning: 1
|
816
|
+
m_LowResolutionForAspectRatios: 01000000000000000000
|
817
|
+
m_XRRenderMode: 0
|
818
|
+
m_RenderTexture: {fileID: 0}
|
819
|
+
--- !u!114 &15
|
820
|
+
MonoBehaviour:
|
821
|
+
m_ObjectHideFlags: 52
|
822
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
823
|
+
m_PrefabInstance: {fileID: 0}
|
824
|
+
m_PrefabAsset: {fileID: 0}
|
825
|
+
m_GameObject: {fileID: 0}
|
826
|
+
m_Enabled: 1
|
827
|
+
m_EditorHideFlags: 0
|
828
|
+
m_Script: {fileID: 12013, guid: 0000000000000000e000000000000000, type: 0}
|
829
|
+
m_Name:
|
830
|
+
m_EditorClassIdentifier:
|
831
|
+
m_MinSize: {x: 100, y: 100}
|
832
|
+
m_MaxSize: {x: 4000, y: 4000}
|
833
|
+
m_TitleContent:
|
834
|
+
m_Text: Scene
|
835
|
+
m_Image: {fileID: 2593428753322112591, guid: 0000000000000000d000000000000000,
|
836
|
+
type: 0}
|
837
|
+
m_Tooltip:
|
838
|
+
m_Pos:
|
839
|
+
serializedVersion: 2
|
840
|
+
x: 0
|
841
|
+
y: 543
|
842
|
+
width: 1066
|
843
|
+
height: 316
|
844
|
+
m_ViewDataDictionary: {fileID: 0}
|
845
|
+
m_ShowContextualTools: 0
|
846
|
+
m_WindowGUID: d1b43450c5f55410280783a9de496d8d
|
847
|
+
m_Gizmos: 1
|
848
|
+
m_SceneIsLit: 1
|
849
|
+
m_SceneLighting: 1
|
850
|
+
m_2DMode: 0
|
851
|
+
m_isRotationLocked: 0
|
852
|
+
m_PlayAudio: 0
|
853
|
+
m_AudioPlay: 0
|
854
|
+
m_Position:
|
855
|
+
m_Target: {x: 121.12149, y: 90.42728, z: 6.0421143}
|
856
|
+
speed: 2
|
857
|
+
m_Value: {x: 121.12149, y: 90.42728, z: 6.0421143}
|
858
|
+
m_RenderMode: 0
|
859
|
+
m_CameraMode:
|
860
|
+
drawMode: 0
|
861
|
+
name: Shaded
|
862
|
+
section: Shading Mode
|
863
|
+
m_ValidateTrueMetals: 0
|
864
|
+
m_DoValidateTrueMetals: 0
|
865
|
+
m_ExposureSliderValue: 0
|
866
|
+
m_ExposureSliderMax: 10
|
867
|
+
m_SceneViewState:
|
868
|
+
showFog: 1
|
869
|
+
showMaterialUpdate: 0
|
870
|
+
showSkybox: 1
|
871
|
+
showFlares: 1
|
872
|
+
showImageEffects: 1
|
873
|
+
showParticleSystems: 1
|
874
|
+
m_Grid:
|
875
|
+
xGrid:
|
876
|
+
m_Fade:
|
877
|
+
m_Target: 0
|
878
|
+
speed: 2
|
879
|
+
m_Value: 0
|
880
|
+
m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4}
|
881
|
+
m_Pivot: {x: 0, y: 0, z: 0}
|
882
|
+
m_Size: {x: 0, y: 0}
|
883
|
+
yGrid:
|
884
|
+
m_Fade:
|
885
|
+
m_Target: 1
|
886
|
+
speed: 2
|
887
|
+
m_Value: 1
|
888
|
+
m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4}
|
889
|
+
m_Pivot: {x: 0, y: 0, z: 0}
|
890
|
+
m_Size: {x: 1, y: 1}
|
891
|
+
zGrid:
|
892
|
+
m_Fade:
|
893
|
+
m_Target: 0
|
894
|
+
speed: 2
|
895
|
+
m_Value: 0
|
896
|
+
m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4}
|
897
|
+
m_Pivot: {x: 0, y: 0, z: 0}
|
898
|
+
m_Size: {x: 0, y: 0}
|
899
|
+
m_ShowGrid: 1
|
900
|
+
m_GridAxis: 1
|
901
|
+
m_gridOpacity: 0.5
|
902
|
+
m_Rotation:
|
903
|
+
m_Target: {x: -0.01033666, y: 0.9764713, z: 0.048071787, w: 0.20996653}
|
904
|
+
speed: 2
|
905
|
+
m_Value: {x: -0.010336661, y: 0.97647136, z: 0.04807179, w: 0.20996654}
|
906
|
+
m_Size:
|
907
|
+
m_Target: 169.53864
|
908
|
+
speed: 2
|
909
|
+
m_Value: 169.53864
|
910
|
+
m_Ortho:
|
911
|
+
m_Target: 0
|
912
|
+
speed: 2
|
913
|
+
m_Value: 0
|
914
|
+
m_CameraSettings:
|
915
|
+
m_Speed: 1
|
916
|
+
m_SpeedNormalized: 0.5
|
917
|
+
m_SpeedMin: 0.01
|
918
|
+
m_SpeedMax: 2
|
919
|
+
m_EasingEnabled: 1
|
920
|
+
m_EasingDuration: 0.4
|
921
|
+
m_AccelerationEnabled: 1
|
922
|
+
m_FieldOfViewHorizontalOrVertical: 60
|
923
|
+
m_NearClip: 0.03
|
924
|
+
m_FarClip: 10000
|
925
|
+
m_DynamicClip: 1
|
926
|
+
m_OcclusionCulling: 0
|
927
|
+
m_LastSceneViewRotation: {x: 0, y: 0, z: 0, w: 0}
|
928
|
+
m_LastSceneViewOrtho: 0
|
929
|
+
m_ReplacementShader: {fileID: 0}
|
930
|
+
m_ReplacementString:
|
931
|
+
m_SceneVisActive: 1
|
932
|
+
m_LastLockedObject: {fileID: 0}
|
933
|
+
m_ViewIsLockedToObject: 0
|
934
|
+
--- !u!114 &16
|
935
|
+
MonoBehaviour:
|
936
|
+
m_ObjectHideFlags: 52
|
937
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
938
|
+
m_PrefabInstance: {fileID: 0}
|
939
|
+
m_PrefabAsset: {fileID: 0}
|
940
|
+
m_GameObject: {fileID: 0}
|
941
|
+
m_Enabled: 1
|
942
|
+
m_EditorHideFlags: 1
|
943
|
+
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
|
944
|
+
m_Name: InspectorWindow
|
945
|
+
m_EditorClassIdentifier:
|
946
|
+
m_Children: []
|
947
|
+
m_Position:
|
948
|
+
serializedVersion: 2
|
949
|
+
x: 1067
|
950
|
+
y: 0
|
951
|
+
width: 373
|
952
|
+
height: 850
|
953
|
+
m_MinSize: {x: 276, y: 71}
|
954
|
+
m_MaxSize: {x: 4001, y: 4021}
|
955
|
+
m_ActualView: {fileID: 17}
|
956
|
+
m_Panes:
|
957
|
+
- {fileID: 17}
|
958
|
+
- {fileID: 18}
|
959
|
+
- {fileID: 19}
|
960
|
+
m_Selected: 0
|
961
|
+
m_LastSelected: 2
|
962
|
+
--- !u!114 &17
|
963
|
+
MonoBehaviour:
|
964
|
+
m_ObjectHideFlags: 52
|
965
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
966
|
+
m_PrefabInstance: {fileID: 0}
|
967
|
+
m_PrefabAsset: {fileID: 0}
|
968
|
+
m_GameObject: {fileID: 0}
|
969
|
+
m_Enabled: 1
|
970
|
+
m_EditorHideFlags: 1
|
971
|
+
m_Script: {fileID: 12019, guid: 0000000000000000e000000000000000, type: 0}
|
972
|
+
m_Name:
|
973
|
+
m_EditorClassIdentifier:
|
974
|
+
m_MinSize: {x: 275, y: 50}
|
975
|
+
m_MaxSize: {x: 4000, y: 4000}
|
976
|
+
m_TitleContent:
|
977
|
+
m_Text: Inspector
|
978
|
+
m_Image: {fileID: -2667387946076563598, guid: 0000000000000000d000000000000000,
|
979
|
+
type: 0}
|
980
|
+
m_Tooltip:
|
981
|
+
m_Pos:
|
982
|
+
serializedVersion: 2
|
983
|
+
x: 1067
|
984
|
+
y: 30
|
985
|
+
width: 372
|
986
|
+
height: 829
|
987
|
+
m_ViewDataDictionary: {fileID: 0}
|
988
|
+
m_OpenAddComponentMenu: 0
|
989
|
+
m_ObjectsLockedBeforeSerialization: []
|
990
|
+
m_InstanceIDsLockedBeforeSerialization:
|
991
|
+
m_LockTracker:
|
992
|
+
m_IsLocked: 0
|
993
|
+
m_PreviewResizer:
|
994
|
+
m_CachedPref: 160
|
995
|
+
m_ControlHash: -371814159
|
996
|
+
m_PrefName: Preview_InspectorPreview
|
997
|
+
m_PreviewWindow: {fileID: 0}
|
998
|
+
m_LastInspectedObjectInstanceID: -1
|
999
|
+
m_LastVerticalScrollValue: 0
|
1000
|
+
--- !u!114 &18
|
1001
|
+
MonoBehaviour:
|
1002
|
+
m_ObjectHideFlags: 52
|
1003
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
1004
|
+
m_PrefabInstance: {fileID: 0}
|
1005
|
+
m_PrefabAsset: {fileID: 0}
|
1006
|
+
m_GameObject: {fileID: 0}
|
1007
|
+
m_Enabled: 1
|
1008
|
+
m_EditorHideFlags: 0
|
1009
|
+
m_Script: {fileID: 12019, guid: 0000000000000000e000000000000000, type: 0}
|
1010
|
+
m_Name:
|
1011
|
+
m_EditorClassIdentifier:
|
1012
|
+
m_MinSize: {x: 275, y: 100}
|
1013
|
+
m_MaxSize: {x: 4000, y: 4000}
|
1014
|
+
m_TitleContent:
|
1015
|
+
m_Text: Inspector
|
1016
|
+
m_Image: {fileID: -2667387946076563598, guid: 0000000000000000d000000000000000,
|
1017
|
+
type: 0}
|
1018
|
+
m_Tooltip:
|
1019
|
+
m_Pos:
|
1020
|
+
serializedVersion: 2
|
1021
|
+
x: 1039
|
1022
|
+
y: 30
|
1023
|
+
width: 880
|
1024
|
+
height: 1009
|
1025
|
+
m_ViewDataDictionary: {fileID: 0}
|
1026
|
+
m_OpenAddComponentMenu: 0
|
1027
|
+
m_ObjectsLockedBeforeSerialization: []
|
1028
|
+
m_InstanceIDsLockedBeforeSerialization:
|
1029
|
+
m_LockTracker:
|
1030
|
+
m_IsLocked: 0
|
1031
|
+
m_PreviewResizer:
|
1032
|
+
m_CachedPref: 160
|
1033
|
+
m_ControlHash: 1412526313
|
1034
|
+
m_PrefName: Preview_InspectorPreview
|
1035
|
+
m_PreviewWindow: {fileID: 0}
|
1036
|
+
m_LastInspectedObjectInstanceID: -1
|
1037
|
+
m_LastVerticalScrollValue: 0
|
1038
|
+
--- !u!114 &19
|
1039
|
+
MonoBehaviour:
|
1040
|
+
m_ObjectHideFlags: 52
|
1041
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
1042
|
+
m_PrefabInstance: {fileID: 0}
|
1043
|
+
m_PrefabAsset: {fileID: 0}
|
1044
|
+
m_GameObject: {fileID: 0}
|
1045
|
+
m_Enabled: 1
|
1046
|
+
m_EditorHideFlags: 0
|
1047
|
+
m_Script: {fileID: 12070, guid: 0000000000000000e000000000000000, type: 0}
|
1048
|
+
m_Name:
|
1049
|
+
m_EditorClassIdentifier:
|
1050
|
+
m_MinSize: {x: 880, y: 216}
|
1051
|
+
m_MaxSize: {x: 4000, y: 4000}
|
1052
|
+
m_TitleContent:
|
1053
|
+
m_Text: Profiler
|
1054
|
+
m_Image: {fileID: -1089619856830078684, guid: 0000000000000000d000000000000000,
|
1055
|
+
type: 0}
|
1056
|
+
m_Tooltip:
|
1057
|
+
m_Pos:
|
1058
|
+
serializedVersion: 2
|
1059
|
+
x: 1067
|
1060
|
+
y: 30
|
1061
|
+
width: 372
|
1062
|
+
height: 829
|
1063
|
+
m_ViewDataDictionary: {fileID: 0}
|
1064
|
+
m_VertSplit:
|
1065
|
+
ID: 6887
|
1066
|
+
splitterInitialOffset: 0
|
1067
|
+
currentActiveSplitter: -1
|
1068
|
+
realSizes: 9401000094010000
|
1069
|
+
relativeSizes:
|
1070
|
+
- 0.5
|
1071
|
+
- 0.5
|
1072
|
+
minSizes: 6400000064000000
|
1073
|
+
maxSizes: 0000000000000000
|
1074
|
+
lastTotalSize: 808
|
1075
|
+
splitSize: 6
|
1076
|
+
xOffset: 0
|
1077
|
+
m_Recording: 1
|
1078
|
+
m_ActiveNativePlatformSupportModule:
|
1079
|
+
m_CurrentArea: 2
|
1080
|
+
m_ProfilerModules:
|
1081
|
+
- id: 0
|
1082
|
+
- id: 1
|
1083
|
+
- id: 2
|
1084
|
+
- id: 3
|
1085
|
+
- id: 4
|
1086
|
+
- id: 5
|
1087
|
+
- id: 6
|
1088
|
+
- id: 7
|
1089
|
+
- id: 8
|
1090
|
+
- id: 9
|
1091
|
+
- id: 10
|
1092
|
+
- id: 11
|
1093
|
+
- id: 12
|
1094
|
+
m_ClearOnPlay: 0
|
1095
|
+
references:
|
1096
|
+
version: 1
|
1097
|
+
00000000:
|
1098
|
+
type: {class: CPUProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor}
|
1099
|
+
data:
|
1100
|
+
m_PaneScroll: {x: 0, y: 0}
|
1101
|
+
m_ViewType: 1
|
1102
|
+
m_UpdateViewLive: 0
|
1103
|
+
m_ProfilerViewFilteringOptions: 1
|
1104
|
+
m_FrameDataHierarchyView:
|
1105
|
+
m_Serialized: 0
|
1106
|
+
m_TreeViewState:
|
1107
|
+
scrollPos: {x: 0, y: 0}
|
1108
|
+
m_SelectedIDs:
|
1109
|
+
m_LastClickedID: 0
|
1110
|
+
m_ExpandedIDs:
|
1111
|
+
m_RenameOverlay:
|
1112
|
+
m_UserAcceptedRename: 0
|
1113
|
+
m_Name:
|
1114
|
+
m_OriginalName:
|
1115
|
+
m_EditFieldRect:
|
1116
|
+
serializedVersion: 2
|
1117
|
+
x: 0
|
1118
|
+
y: 0
|
1119
|
+
width: 0
|
1120
|
+
height: 0
|
1121
|
+
m_UserData: 0
|
1122
|
+
m_IsWaitingForDelay: 0
|
1123
|
+
m_IsRenaming: 0
|
1124
|
+
m_OriginalEventType: 11
|
1125
|
+
m_IsRenamingFilename: 0
|
1126
|
+
m_ClientGUIView: {fileID: 0}
|
1127
|
+
m_SearchString:
|
1128
|
+
m_MultiColumnHeaderState:
|
1129
|
+
m_Columns: []
|
1130
|
+
m_VisibleColumns:
|
1131
|
+
m_SortedColumns:
|
1132
|
+
m_ThreadIndex: 0
|
1133
|
+
m_DetailedViewType: 0
|
1134
|
+
m_DetailedViewSpliterState:
|
1135
|
+
ID: 0
|
1136
|
+
splitterInitialOffset: 0
|
1137
|
+
currentActiveSplitter: 0
|
1138
|
+
realSizes:
|
1139
|
+
relativeSizes: []
|
1140
|
+
minSizes:
|
1141
|
+
maxSizes:
|
1142
|
+
lastTotalSize: 0
|
1143
|
+
splitSize: 0
|
1144
|
+
xOffset: 0
|
1145
|
+
m_DetailedObjectsView:
|
1146
|
+
m_SelectedID: 0
|
1147
|
+
m_TreeViewState:
|
1148
|
+
scrollPos: {x: 0, y: 0}
|
1149
|
+
m_SelectedIDs:
|
1150
|
+
m_LastClickedID: 0
|
1151
|
+
m_ExpandedIDs:
|
1152
|
+
m_RenameOverlay:
|
1153
|
+
m_UserAcceptedRename: 0
|
1154
|
+
m_Name:
|
1155
|
+
m_OriginalName:
|
1156
|
+
m_EditFieldRect:
|
1157
|
+
serializedVersion: 2
|
1158
|
+
x: 0
|
1159
|
+
y: 0
|
1160
|
+
width: 0
|
1161
|
+
height: 0
|
1162
|
+
m_UserData: 0
|
1163
|
+
m_IsWaitingForDelay: 0
|
1164
|
+
m_IsRenaming: 0
|
1165
|
+
m_OriginalEventType: 11
|
1166
|
+
m_IsRenamingFilename: 0
|
1167
|
+
m_ClientGUIView: {fileID: 0}
|
1168
|
+
m_SearchString:
|
1169
|
+
m_MultiColumnHeaderState:
|
1170
|
+
m_Columns: []
|
1171
|
+
m_VisibleColumns:
|
1172
|
+
m_SortedColumns:
|
1173
|
+
m_VertSplit:
|
1174
|
+
ID: 0
|
1175
|
+
splitterInitialOffset: 0
|
1176
|
+
currentActiveSplitter: 0
|
1177
|
+
realSizes:
|
1178
|
+
relativeSizes: []
|
1179
|
+
minSizes:
|
1180
|
+
maxSizes:
|
1181
|
+
lastTotalSize: 0
|
1182
|
+
splitSize: 0
|
1183
|
+
xOffset: 0
|
1184
|
+
m_DetailedCallsView:
|
1185
|
+
m_SelectedID: -1
|
1186
|
+
m_VertSplit:
|
1187
|
+
ID: 0
|
1188
|
+
splitterInitialOffset: 0
|
1189
|
+
currentActiveSplitter: 0
|
1190
|
+
realSizes:
|
1191
|
+
relativeSizes: []
|
1192
|
+
minSizes:
|
1193
|
+
maxSizes:
|
1194
|
+
lastTotalSize: 0
|
1195
|
+
splitSize: 0
|
1196
|
+
xOffset: 0
|
1197
|
+
m_CalleesTreeView:
|
1198
|
+
m_ViewState:
|
1199
|
+
scrollPos: {x: 0, y: 0}
|
1200
|
+
m_SelectedIDs:
|
1201
|
+
m_LastClickedID: 0
|
1202
|
+
m_ExpandedIDs:
|
1203
|
+
m_RenameOverlay:
|
1204
|
+
m_UserAcceptedRename: 0
|
1205
|
+
m_Name:
|
1206
|
+
m_OriginalName:
|
1207
|
+
m_EditFieldRect:
|
1208
|
+
serializedVersion: 2
|
1209
|
+
x: 0
|
1210
|
+
y: 0
|
1211
|
+
width: 0
|
1212
|
+
height: 0
|
1213
|
+
m_UserData: 0
|
1214
|
+
m_IsWaitingForDelay: 0
|
1215
|
+
m_IsRenaming: 0
|
1216
|
+
m_OriginalEventType: 11
|
1217
|
+
m_IsRenamingFilename: 0
|
1218
|
+
m_ClientGUIView: {fileID: 0}
|
1219
|
+
m_SearchString:
|
1220
|
+
m_ViewHeaderState:
|
1221
|
+
m_Columns:
|
1222
|
+
- width: 150
|
1223
|
+
sortedAscending: 1
|
1224
|
+
- width: 60
|
1225
|
+
sortedAscending: 0
|
1226
|
+
- width: 60
|
1227
|
+
sortedAscending: 0
|
1228
|
+
- width: 60
|
1229
|
+
sortedAscending: 0
|
1230
|
+
- width: 60
|
1231
|
+
sortedAscending: 0
|
1232
|
+
m_VisibleColumns: 0000000001000000020000000300000004000000
|
1233
|
+
m_SortedColumns: 03000000
|
1234
|
+
m_CallersTreeView:
|
1235
|
+
m_ViewState:
|
1236
|
+
scrollPos: {x: 0, y: 0}
|
1237
|
+
m_SelectedIDs:
|
1238
|
+
m_LastClickedID: 0
|
1239
|
+
m_ExpandedIDs:
|
1240
|
+
m_RenameOverlay:
|
1241
|
+
m_UserAcceptedRename: 0
|
1242
|
+
m_Name:
|
1243
|
+
m_OriginalName:
|
1244
|
+
m_EditFieldRect:
|
1245
|
+
serializedVersion: 2
|
1246
|
+
x: 0
|
1247
|
+
y: 0
|
1248
|
+
width: 0
|
1249
|
+
height: 0
|
1250
|
+
m_UserData: 0
|
1251
|
+
m_IsWaitingForDelay: 0
|
1252
|
+
m_IsRenaming: 0
|
1253
|
+
m_OriginalEventType: 11
|
1254
|
+
m_IsRenamingFilename: 0
|
1255
|
+
m_ClientGUIView: {fileID: 0}
|
1256
|
+
m_SearchString:
|
1257
|
+
m_ViewHeaderState:
|
1258
|
+
m_Columns:
|
1259
|
+
- width: 150
|
1260
|
+
sortedAscending: 1
|
1261
|
+
- width: 60
|
1262
|
+
sortedAscending: 0
|
1263
|
+
- width: 60
|
1264
|
+
sortedAscending: 0
|
1265
|
+
- width: 60
|
1266
|
+
sortedAscending: 0
|
1267
|
+
- width: 60
|
1268
|
+
sortedAscending: 0
|
1269
|
+
m_VisibleColumns: 0000000001000000020000000300000004000000
|
1270
|
+
m_SortedColumns: 03000000
|
1271
|
+
m_ThreadName: Main Thread
|
1272
|
+
00000001:
|
1273
|
+
type: {class: GPUProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor}
|
1274
|
+
data:
|
1275
|
+
m_PaneScroll: {x: 0, y: 0}
|
1276
|
+
m_ViewType: 0
|
1277
|
+
m_UpdateViewLive: 0
|
1278
|
+
m_ProfilerViewFilteringOptions: 1
|
1279
|
+
m_FrameDataHierarchyView:
|
1280
|
+
m_Serialized: 0
|
1281
|
+
m_TreeViewState:
|
1282
|
+
scrollPos: {x: 0, y: 0}
|
1283
|
+
m_SelectedIDs:
|
1284
|
+
m_LastClickedID: 0
|
1285
|
+
m_ExpandedIDs:
|
1286
|
+
m_RenameOverlay:
|
1287
|
+
m_UserAcceptedRename: 0
|
1288
|
+
m_Name:
|
1289
|
+
m_OriginalName:
|
1290
|
+
m_EditFieldRect:
|
1291
|
+
serializedVersion: 2
|
1292
|
+
x: 0
|
1293
|
+
y: 0
|
1294
|
+
width: 0
|
1295
|
+
height: 0
|
1296
|
+
m_UserData: 0
|
1297
|
+
m_IsWaitingForDelay: 0
|
1298
|
+
m_IsRenaming: 0
|
1299
|
+
m_OriginalEventType: 11
|
1300
|
+
m_IsRenamingFilename: 0
|
1301
|
+
m_ClientGUIView: {fileID: 0}
|
1302
|
+
m_SearchString:
|
1303
|
+
m_MultiColumnHeaderState:
|
1304
|
+
m_Columns: []
|
1305
|
+
m_VisibleColumns:
|
1306
|
+
m_SortedColumns:
|
1307
|
+
m_ThreadIndex: 0
|
1308
|
+
m_DetailedViewType: 0
|
1309
|
+
m_DetailedViewSpliterState:
|
1310
|
+
ID: 0
|
1311
|
+
splitterInitialOffset: 0
|
1312
|
+
currentActiveSplitter: 0
|
1313
|
+
realSizes:
|
1314
|
+
relativeSizes: []
|
1315
|
+
minSizes:
|
1316
|
+
maxSizes:
|
1317
|
+
lastTotalSize: 0
|
1318
|
+
splitSize: 0
|
1319
|
+
xOffset: 0
|
1320
|
+
m_DetailedObjectsView:
|
1321
|
+
m_SelectedID: 0
|
1322
|
+
m_TreeViewState:
|
1323
|
+
scrollPos: {x: 0, y: 0}
|
1324
|
+
m_SelectedIDs:
|
1325
|
+
m_LastClickedID: 0
|
1326
|
+
m_ExpandedIDs:
|
1327
|
+
m_RenameOverlay:
|
1328
|
+
m_UserAcceptedRename: 0
|
1329
|
+
m_Name:
|
1330
|
+
m_OriginalName:
|
1331
|
+
m_EditFieldRect:
|
1332
|
+
serializedVersion: 2
|
1333
|
+
x: 0
|
1334
|
+
y: 0
|
1335
|
+
width: 0
|
1336
|
+
height: 0
|
1337
|
+
m_UserData: 0
|
1338
|
+
m_IsWaitingForDelay: 0
|
1339
|
+
m_IsRenaming: 0
|
1340
|
+
m_OriginalEventType: 11
|
1341
|
+
m_IsRenamingFilename: 0
|
1342
|
+
m_ClientGUIView: {fileID: 0}
|
1343
|
+
m_SearchString:
|
1344
|
+
m_MultiColumnHeaderState:
|
1345
|
+
m_Columns: []
|
1346
|
+
m_VisibleColumns:
|
1347
|
+
m_SortedColumns:
|
1348
|
+
m_VertSplit:
|
1349
|
+
ID: 0
|
1350
|
+
splitterInitialOffset: 0
|
1351
|
+
currentActiveSplitter: 0
|
1352
|
+
realSizes:
|
1353
|
+
relativeSizes: []
|
1354
|
+
minSizes:
|
1355
|
+
maxSizes:
|
1356
|
+
lastTotalSize: 0
|
1357
|
+
splitSize: 0
|
1358
|
+
xOffset: 0
|
1359
|
+
m_DetailedCallsView:
|
1360
|
+
m_SelectedID: -1
|
1361
|
+
m_VertSplit:
|
1362
|
+
ID: 0
|
1363
|
+
splitterInitialOffset: 0
|
1364
|
+
currentActiveSplitter: 0
|
1365
|
+
realSizes:
|
1366
|
+
relativeSizes: []
|
1367
|
+
minSizes:
|
1368
|
+
maxSizes:
|
1369
|
+
lastTotalSize: 0
|
1370
|
+
splitSize: 0
|
1371
|
+
xOffset: 0
|
1372
|
+
m_CalleesTreeView:
|
1373
|
+
m_ViewState:
|
1374
|
+
scrollPos: {x: 0, y: 0}
|
1375
|
+
m_SelectedIDs:
|
1376
|
+
m_LastClickedID: 0
|
1377
|
+
m_ExpandedIDs:
|
1378
|
+
m_RenameOverlay:
|
1379
|
+
m_UserAcceptedRename: 0
|
1380
|
+
m_Name:
|
1381
|
+
m_OriginalName:
|
1382
|
+
m_EditFieldRect:
|
1383
|
+
serializedVersion: 2
|
1384
|
+
x: 0
|
1385
|
+
y: 0
|
1386
|
+
width: 0
|
1387
|
+
height: 0
|
1388
|
+
m_UserData: 0
|
1389
|
+
m_IsWaitingForDelay: 0
|
1390
|
+
m_IsRenaming: 0
|
1391
|
+
m_OriginalEventType: 11
|
1392
|
+
m_IsRenamingFilename: 0
|
1393
|
+
m_ClientGUIView: {fileID: 0}
|
1394
|
+
m_SearchString:
|
1395
|
+
m_ViewHeaderState:
|
1396
|
+
m_Columns:
|
1397
|
+
- width: 150
|
1398
|
+
sortedAscending: 1
|
1399
|
+
- width: 60
|
1400
|
+
sortedAscending: 0
|
1401
|
+
- width: 60
|
1402
|
+
sortedAscending: 0
|
1403
|
+
- width: 60
|
1404
|
+
sortedAscending: 0
|
1405
|
+
- width: 60
|
1406
|
+
sortedAscending: 0
|
1407
|
+
m_VisibleColumns: 0000000001000000020000000300000004000000
|
1408
|
+
m_SortedColumns: 03000000
|
1409
|
+
m_CallersTreeView:
|
1410
|
+
m_ViewState:
|
1411
|
+
scrollPos: {x: 0, y: 0}
|
1412
|
+
m_SelectedIDs:
|
1413
|
+
m_LastClickedID: 0
|
1414
|
+
m_ExpandedIDs:
|
1415
|
+
m_RenameOverlay:
|
1416
|
+
m_UserAcceptedRename: 0
|
1417
|
+
m_Name:
|
1418
|
+
m_OriginalName:
|
1419
|
+
m_EditFieldRect:
|
1420
|
+
serializedVersion: 2
|
1421
|
+
x: 0
|
1422
|
+
y: 0
|
1423
|
+
width: 0
|
1424
|
+
height: 0
|
1425
|
+
m_UserData: 0
|
1426
|
+
m_IsWaitingForDelay: 0
|
1427
|
+
m_IsRenaming: 0
|
1428
|
+
m_OriginalEventType: 11
|
1429
|
+
m_IsRenamingFilename: 0
|
1430
|
+
m_ClientGUIView: {fileID: 0}
|
1431
|
+
m_SearchString:
|
1432
|
+
m_ViewHeaderState:
|
1433
|
+
m_Columns:
|
1434
|
+
- width: 150
|
1435
|
+
sortedAscending: 1
|
1436
|
+
- width: 60
|
1437
|
+
sortedAscending: 0
|
1438
|
+
- width: 60
|
1439
|
+
sortedAscending: 0
|
1440
|
+
- width: 60
|
1441
|
+
sortedAscending: 0
|
1442
|
+
- width: 60
|
1443
|
+
sortedAscending: 0
|
1444
|
+
m_VisibleColumns: 0000000001000000020000000300000004000000
|
1445
|
+
m_SortedColumns: 03000000
|
1446
|
+
m_ThreadName: Main Thread
|
1447
|
+
00000002:
|
1448
|
+
type: {class: RenderingProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor}
|
1449
|
+
data:
|
1450
|
+
m_PaneScroll: {x: 0, y: 0}
|
1451
|
+
00000003:
|
1452
|
+
type: {class: MemoryProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor}
|
1453
|
+
data:
|
1454
|
+
m_PaneScroll: {x: 0, y: 0}
|
1455
|
+
m_ViewSplit:
|
1456
|
+
ID: 0
|
1457
|
+
splitterInitialOffset: 0
|
1458
|
+
currentActiveSplitter: -1
|
1459
|
+
realSizes: 0000000000000000
|
1460
|
+
relativeSizes:
|
1461
|
+
- 0.7
|
1462
|
+
- 0.3
|
1463
|
+
minSizes: c201000032000000
|
1464
|
+
maxSizes: 0000000000000000
|
1465
|
+
lastTotalSize: 0
|
1466
|
+
splitSize: 6
|
1467
|
+
xOffset: 0
|
1468
|
+
00000004:
|
1469
|
+
type: {class: AudioProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor}
|
1470
|
+
data:
|
1471
|
+
m_PaneScroll: {x: 0, y: 0}
|
1472
|
+
m_ShowInactiveDSPChains: 0
|
1473
|
+
m_HighlightAudibleDSPChains: 1
|
1474
|
+
m_DSPGraphZoomFactor: 1
|
1475
|
+
00000005:
|
1476
|
+
type: {class: VideoProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor}
|
1477
|
+
data:
|
1478
|
+
m_PaneScroll: {x: 0, y: 0}
|
1479
|
+
00000006:
|
1480
|
+
type: {class: PhysicsProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor}
|
1481
|
+
data:
|
1482
|
+
m_PaneScroll: {x: 0, y: 0}
|
1483
|
+
00000007:
|
1484
|
+
type: {class: Physics2DProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor}
|
1485
|
+
data:
|
1486
|
+
m_PaneScroll: {x: 0, y: 0}
|
1487
|
+
00000008:
|
1488
|
+
type: {class: NetworkingMessagesProfilerModule, ns: UnityEditorInternal.Profiling,
|
1489
|
+
asm: UnityEditor}
|
1490
|
+
data:
|
1491
|
+
m_PaneScroll: {x: 0, y: 0}
|
1492
|
+
00000009:
|
1493
|
+
type: {class: NetworkingOperationsProfilerModule, ns: UnityEditorInternal.Profiling,
|
1494
|
+
asm: UnityEditor}
|
1495
|
+
data:
|
1496
|
+
m_PaneScroll: {x: 0, y: 0}
|
1497
|
+
m_NetworkSplit:
|
1498
|
+
ID: 0
|
1499
|
+
splitterInitialOffset: 0
|
1500
|
+
currentActiveSplitter: -1
|
1501
|
+
realSizes: 0000000000000000
|
1502
|
+
relativeSizes:
|
1503
|
+
- 0.2
|
1504
|
+
- 0.8
|
1505
|
+
minSizes: 6400000064000000
|
1506
|
+
maxSizes: 0000000000000000
|
1507
|
+
lastTotalSize: 0
|
1508
|
+
splitSize: 6
|
1509
|
+
xOffset: 0
|
1510
|
+
msgNames:
|
1511
|
+
- UserMessage
|
1512
|
+
- ObjectDestroy
|
1513
|
+
- ClientRpc
|
1514
|
+
- ObjectSpawn
|
1515
|
+
- Owner
|
1516
|
+
- Command
|
1517
|
+
- LocalPlayerTransform
|
1518
|
+
- SyncEvent
|
1519
|
+
- SyncVars
|
1520
|
+
- SyncList
|
1521
|
+
- ObjectSpawnScene
|
1522
|
+
- NetworkInfo
|
1523
|
+
- SpawnFinished
|
1524
|
+
- ObjectHide
|
1525
|
+
- CRC
|
1526
|
+
- ClientAuthority
|
1527
|
+
0000000A:
|
1528
|
+
type: {class: UIProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor}
|
1529
|
+
data:
|
1530
|
+
m_PaneScroll: {x: 0, y: 0}
|
1531
|
+
0000000B:
|
1532
|
+
type: {class: UIDetailsProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor}
|
1533
|
+
data:
|
1534
|
+
m_PaneScroll: {x: 0, y: 0}
|
1535
|
+
0000000C:
|
1536
|
+
type: {class: GlobalIlluminationProfilerModule, ns: UnityEditorInternal.Profiling,
|
1537
|
+
asm: UnityEditor}
|
1538
|
+
data:
|
1539
|
+
m_PaneScroll: {x: 0, y: 0}
|