diff options
Diffstat (limited to 'Assets/Scenes')
| -rw-r--r-- | Assets/Scenes/TestSimulation.unity | 69 |
1 files changed, 64 insertions, 5 deletions
diff --git a/Assets/Scenes/TestSimulation.unity b/Assets/Scenes/TestSimulation.unity index 5e743b5..b2a968b 100644 --- a/Assets/Scenes/TestSimulation.unity +++ b/Assets/Scenes/TestSimulation.unity @@ -363,6 +363,7 @@ GameObject: - component: {fileID: 534669905} - component: {fileID: 534669904} - component: {fileID: 534669903} + - component: {fileID: 534669906} m_Layer: 0 m_Name: Main Camera m_TagString: MainCamera @@ -388,7 +389,7 @@ Camera: m_Enabled: 1 serializedVersion: 2 m_ClearFlags: 1 - m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_BackGroundColor: {r: 0.19215688, g: 0.46801388, b: 0.4745098, a: 0} m_projectionMatrixMode: 1 m_SensorSize: {x: 36, y: 24} m_LensShift: {x: 0, y: 0} @@ -402,7 +403,7 @@ Camera: height: 1 near clip plane: 0.3 far clip plane: 1000 - field of view: 60 + field of view: 70 orthographic: 0 orthographic size: 5 m_Depth: -1 @@ -427,13 +428,71 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 534669902} - m_LocalRotation: {x: 0.22420184, y: -0, z: -0, w: 0.9745428} - m_LocalPosition: {x: 0, y: 5.978, z: -9.774} + m_LocalRotation: {x: 0.5, y: 0, z: 0, w: 0.8660254} + m_LocalPosition: {x: 0, y: 20, z: -5} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 25.912, y: 0, z: 0} + m_LocalEulerAnglesHint: {x: 60, y: 0, z: 0} +--- !u!114 &534669906 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 534669902} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 28ef8c68bade09b41aca258d42a632f2, type: 3} + m_Name: + m_EditorClassIdentifier: + lastTab: 1 + movementSettingsFoldout: 0 + zoomingSettingsFoldout: 0 + rotationSettingsFoldout: 0 + heightSettingsFoldout: 0 + mapLimitSettingsFoldout: 0 + targetingSettingsFoldout: 0 + inputSettingsFoldout: 0 + useFixedUpdate: 0 + keyboardMovementSpeed: 20 + screenEdgeMovementSpeed: 3 + followingSpeed: 5 + rotationSped: 3 + panningSpeed: 10 + mouseRotationSpeed: 20 + autoHeight: 1 + groundMask: + serializedVersion: 2 + m_Bits: 4294967295 + maxHeight: 10 + minHeight: 15 + heightDampening: 5 + keyboardZoomingSensitivity: 2 + scrollWheelZoomingSensitivity: 50 + limitMap: 1 + limitX: 20 + limitY: 20 + targetFollow: {fileID: 0} + targetOffset: {x: 0, y: 0, z: 0} + useScreenEdgeInput: 0 + screenEdgeBorder: 25 + useKeyboardInput: 1 + horizontalAxis: Horizontal + verticalAxis: Vertical + usePanning: 1 + panningKey: 325 + useKeyboardZooming: 1 + zoomInKey: 91 + zoomOutKey: 93 + useScrollwheelZooming: 1 + zoomingAxis: Mouse ScrollWheel + useKeyboardRotation: 1 + rotateRightKey: 120 + rotateLeftKey: 122 + useMouseRotation: 1 + mouseRotationKey: 324 --- !u!1 &1353580675 GameObject: m_ObjectHideFlags: 0 |
