mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
fix: Updated example scenes and prefabs
This commit is contained in:
parent
70351d96f4
commit
98d192aa84
@ -304,18 +304,19 @@ MonoBehaviour:
|
|||||||
initialJumpSpeed: 2.5
|
initialJumpSpeed: 2.5
|
||||||
maxJumpSpeed: 3.5
|
maxJumpSpeed: 3.5
|
||||||
jumpAcceleration: 4
|
jumpAcceleration: 4
|
||||||
groundState: 2
|
runtimeData:
|
||||||
horizontal: 0
|
_horizontal: 0
|
||||||
vertical: 0
|
_vertical: 0
|
||||||
mouseInputX: 0
|
_turnSpeed: 0
|
||||||
mouseSensitivity: 0
|
_jumpSpeed: 0
|
||||||
turnSpeed: 0
|
_animVelocity: 0
|
||||||
jumpSpeed: 0
|
_animRotation: 0
|
||||||
animVelocity: 0
|
_mouseInputX: 0
|
||||||
animRotation: 0
|
_mouseSensitivity: 0
|
||||||
direction: {x: 0, y: 0, z: 0}
|
_groundState: 0
|
||||||
velocity: {x: 0, y: 0, z: 0}
|
_direction: {x: 0, y: 0, z: 0}
|
||||||
controllerUI: {fileID: 0}
|
_velocity: {x: 0, y: 0, z: 0}
|
||||||
|
_controllerUI: {fileID: 0}
|
||||||
--- !u!143 &5462452979215896872
|
--- !u!143 &5462452979215896872
|
||||||
CharacterController:
|
CharacterController:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
@ -370,15 +370,16 @@ MonoBehaviour:
|
|||||||
initialJumpSpeed: 2.5
|
initialJumpSpeed: 2.5
|
||||||
maxJumpSpeed: 3.5
|
maxJumpSpeed: 3.5
|
||||||
jumpAcceleration: 4
|
jumpAcceleration: 4
|
||||||
groundState: 2
|
runtimeData:
|
||||||
horizontal: 0
|
_horizontal: 0
|
||||||
vertical: 0
|
_vertical: 0
|
||||||
mouseInputX: 0
|
_turnSpeed: 0
|
||||||
mouseSensitivity: 0
|
_jumpSpeed: 0
|
||||||
turnSpeed: 0
|
_animVelocity: 0
|
||||||
jumpSpeed: 0
|
_animRotation: 0
|
||||||
animVelocity: 0
|
_mouseInputX: 0
|
||||||
animRotation: 0
|
_mouseSensitivity: 0
|
||||||
direction: {x: 0, y: 0, z: 0}
|
_groundState: 0
|
||||||
velocity: {x: 0, y: 0, z: 0}
|
_direction: {x: 0, y: 0, z: 0}
|
||||||
controllerUI: {fileID: 0}
|
_velocity: {x: 0, y: 0, z: 0}
|
||||||
|
_controllerUI: {fileID: 0}
|
||||||
|
@ -305,18 +305,19 @@ MonoBehaviour:
|
|||||||
initialJumpSpeed: 2.5
|
initialJumpSpeed: 2.5
|
||||||
maxJumpSpeed: 3.5
|
maxJumpSpeed: 3.5
|
||||||
jumpAcceleration: 4
|
jumpAcceleration: 4
|
||||||
groundState: 2
|
runtimeData:
|
||||||
horizontal: 0
|
_horizontal: 0
|
||||||
vertical: 0
|
_vertical: 0
|
||||||
mouseInputX: 0
|
_turnSpeed: 0
|
||||||
mouseSensitivity: 0
|
_jumpSpeed: 0
|
||||||
turnSpeed: 0
|
_animVelocity: 0
|
||||||
jumpSpeed: 0
|
_animRotation: 0
|
||||||
animVelocity: 0
|
_mouseInputX: 0
|
||||||
animRotation: 0
|
_mouseSensitivity: 0
|
||||||
direction: {x: 0, y: 0, z: 0}
|
_groundState: 0
|
||||||
velocity: {x: 0, y: 0, z: 0}
|
_direction: {x: 0, y: 0, z: 0}
|
||||||
controllerUI: {fileID: 0}
|
_velocity: {x: 0, y: 0, z: 0}
|
||||||
|
_controllerUI: {fileID: 0}
|
||||||
--- !u!143 &8993127209816276930
|
--- !u!143 &8993127209816276930
|
||||||
CharacterController:
|
CharacterController:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
@ -387,15 +387,16 @@ MonoBehaviour:
|
|||||||
initialJumpSpeed: 2.5
|
initialJumpSpeed: 2.5
|
||||||
maxJumpSpeed: 3.5
|
maxJumpSpeed: 3.5
|
||||||
jumpAcceleration: 4
|
jumpAcceleration: 4
|
||||||
groundState: 2
|
runtimeData:
|
||||||
horizontal: 0
|
_horizontal: 0
|
||||||
vertical: 0
|
_vertical: 0
|
||||||
mouseInputX: 0
|
_turnSpeed: 0
|
||||||
mouseSensitivity: 0
|
_jumpSpeed: 0
|
||||||
turnSpeed: 0
|
_animVelocity: 0
|
||||||
jumpSpeed: 0
|
_animRotation: 0
|
||||||
animVelocity: 0
|
_mouseInputX: 0
|
||||||
animRotation: 0
|
_mouseSensitivity: 0
|
||||||
direction: {x: 0, y: 0, z: 0}
|
_groundState: 0
|
||||||
velocity: {x: 0, y: 0, z: 0}
|
_direction: {x: 0, y: 0, z: 0}
|
||||||
controllerUI: {fileID: 0}
|
_velocity: {x: 0, y: 0, z: 0}
|
||||||
|
_controllerUI: {fileID: 0}
|
||||||
|
@ -1595,18 +1595,19 @@ MonoBehaviour:
|
|||||||
initialJumpSpeed: 2.5
|
initialJumpSpeed: 2.5
|
||||||
maxJumpSpeed: 3.5
|
maxJumpSpeed: 3.5
|
||||||
jumpAcceleration: 4
|
jumpAcceleration: 4
|
||||||
groundState: 2
|
runtimeData:
|
||||||
horizontal: 0
|
_horizontal: 0
|
||||||
vertical: 0
|
_vertical: 0
|
||||||
mouseInputX: 0
|
_turnSpeed: 0
|
||||||
mouseSensitivity: 0
|
_jumpSpeed: 0
|
||||||
turnSpeed: 0
|
_animVelocity: 0
|
||||||
jumpSpeed: 0
|
_animRotation: 0
|
||||||
animVelocity: 0
|
_mouseInputX: 0
|
||||||
animRotation: 0
|
_mouseSensitivity: 0
|
||||||
direction: {x: 0, y: 0, z: 0}
|
_groundState: 0
|
||||||
velocity: {x: 0, y: 0, z: 0}
|
_direction: {x: 0, y: 0, z: 0}
|
||||||
controllerUI: {fileID: 0}
|
_velocity: {x: 0, y: 0, z: 0}
|
||||||
|
_controllerUI: {fileID: 0}
|
||||||
--- !u!114 &5149898387657116502
|
--- !u!114 &5149898387657116502
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
@ -531,18 +531,19 @@ MonoBehaviour:
|
|||||||
initialJumpSpeed: 2.5
|
initialJumpSpeed: 2.5
|
||||||
maxJumpSpeed: 3.5
|
maxJumpSpeed: 3.5
|
||||||
jumpAcceleration: 4
|
jumpAcceleration: 4
|
||||||
groundState: 2
|
runtimeData:
|
||||||
horizontal: 0
|
_horizontal: 0
|
||||||
vertical: 0
|
_vertical: 0
|
||||||
mouseInputX: 0
|
_turnSpeed: 0
|
||||||
mouseSensitivity: 0
|
_jumpSpeed: 0
|
||||||
turnSpeed: 0
|
_animVelocity: 0
|
||||||
jumpSpeed: 0
|
_animRotation: 0
|
||||||
animVelocity: 0
|
_mouseInputX: 0
|
||||||
animRotation: 0
|
_mouseSensitivity: 0
|
||||||
direction: {x: 0, y: 0, z: 0}
|
_groundState: 0
|
||||||
velocity: {x: 0, y: 0, z: 0}
|
_direction: {x: 0, y: 0, z: 0}
|
||||||
controllerUI: {fileID: 0}
|
_velocity: {x: 0, y: 0, z: 0}
|
||||||
|
_controllerUI: {fileID: 0}
|
||||||
--- !u!114 &-4217278923851902145
|
--- !u!114 &-4217278923851902145
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
@ -965,18 +965,19 @@ MonoBehaviour:
|
|||||||
initialJumpSpeed: 2.5
|
initialJumpSpeed: 2.5
|
||||||
maxJumpSpeed: 3.5
|
maxJumpSpeed: 3.5
|
||||||
jumpAcceleration: 4
|
jumpAcceleration: 4
|
||||||
groundState: 2
|
runtimeData:
|
||||||
horizontal: 0
|
_horizontal: 0
|
||||||
vertical: 0
|
_vertical: 0
|
||||||
mouseInputX: 0
|
_turnSpeed: 0
|
||||||
mouseSensitivity: 0
|
_jumpSpeed: 0
|
||||||
turnSpeed: 0
|
_animVelocity: 0
|
||||||
jumpSpeed: 0
|
_animRotation: 0
|
||||||
animVelocity: 0
|
_mouseInputX: 0
|
||||||
animRotation: 0
|
_mouseSensitivity: 0
|
||||||
direction: {x: 0, y: 0, z: 0}
|
_groundState: 0
|
||||||
velocity: {x: 0, y: 0, z: 0}
|
_direction: {x: 0, y: 0, z: 0}
|
||||||
controllerUI: {fileID: 0}
|
_velocity: {x: 0, y: 0, z: 0}
|
||||||
|
_controllerUI: {fileID: 0}
|
||||||
--- !u!114 &-6188707919164901343
|
--- !u!114 &-6188707919164901343
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
@ -311,18 +311,19 @@ MonoBehaviour:
|
|||||||
initialJumpSpeed: 2.5
|
initialJumpSpeed: 2.5
|
||||||
maxJumpSpeed: 3.5
|
maxJumpSpeed: 3.5
|
||||||
jumpAcceleration: 4
|
jumpAcceleration: 4
|
||||||
groundState: 2
|
runtimeData:
|
||||||
horizontal: 0
|
_horizontal: 0
|
||||||
vertical: 0
|
_vertical: 0
|
||||||
mouseInputX: 0
|
_turnSpeed: 0
|
||||||
mouseSensitivity: 0
|
_jumpSpeed: 0
|
||||||
turnSpeed: 0
|
_animVelocity: 0
|
||||||
jumpSpeed: 0
|
_animRotation: 0
|
||||||
animVelocity: 0
|
_mouseInputX: 0
|
||||||
animRotation: 0
|
_mouseSensitivity: 0
|
||||||
direction: {x: 0, y: 0, z: 0}
|
_groundState: 0
|
||||||
velocity: {x: 0, y: 0, z: 0}
|
_direction: {x: 0, y: 0, z: 0}
|
||||||
controllerUI: {fileID: 0}
|
_velocity: {x: 0, y: 0, z: 0}
|
||||||
|
_controllerUI: {fileID: 0}
|
||||||
--- !u!1 &4926068573968176962
|
--- !u!1 &4926068573968176962
|
||||||
GameObject:
|
GameObject:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
@ -311,18 +311,19 @@ MonoBehaviour:
|
|||||||
initialJumpSpeed: 2.5
|
initialJumpSpeed: 2.5
|
||||||
maxJumpSpeed: 3.5
|
maxJumpSpeed: 3.5
|
||||||
jumpAcceleration: 4
|
jumpAcceleration: 4
|
||||||
groundState: 2
|
runtimeData:
|
||||||
horizontal: 0
|
_horizontal: 0
|
||||||
vertical: 0
|
_vertical: 0
|
||||||
mouseInputX: 0
|
_turnSpeed: 0
|
||||||
mouseSensitivity: 0
|
_jumpSpeed: 0
|
||||||
turnSpeed: 0
|
_animVelocity: 0
|
||||||
jumpSpeed: 0
|
_animRotation: 0
|
||||||
animVelocity: 0
|
_mouseInputX: 0
|
||||||
animRotation: 0
|
_mouseSensitivity: 0
|
||||||
direction: {x: 0, y: 0, z: 0}
|
_groundState: 0
|
||||||
velocity: {x: 0, y: 0, z: 0}
|
_direction: {x: 0, y: 0, z: 0}
|
||||||
controllerUI: {fileID: 0}
|
_velocity: {x: 0, y: 0, z: 0}
|
||||||
|
_controllerUI: {fileID: 0}
|
||||||
--- !u!1 &4926068573968176962
|
--- !u!1 &4926068573968176962
|
||||||
GameObject:
|
GameObject:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
@ -370,15 +370,16 @@ MonoBehaviour:
|
|||||||
initialJumpSpeed: 2.5
|
initialJumpSpeed: 2.5
|
||||||
maxJumpSpeed: 3.5
|
maxJumpSpeed: 3.5
|
||||||
jumpAcceleration: 4
|
jumpAcceleration: 4
|
||||||
groundState: 2
|
runtimeData:
|
||||||
horizontal: 0
|
_horizontal: 0
|
||||||
vertical: 0
|
_vertical: 0
|
||||||
mouseInputX: 0
|
_turnSpeed: 0
|
||||||
mouseSensitivity: 0
|
_jumpSpeed: 0
|
||||||
turnSpeed: 0
|
_animVelocity: 0
|
||||||
jumpSpeed: 0
|
_animRotation: 0
|
||||||
animVelocity: 0
|
_mouseInputX: 0
|
||||||
animRotation: 0
|
_mouseSensitivity: 0
|
||||||
direction: {x: 0, y: 0, z: 0}
|
_groundState: 0
|
||||||
velocity: {x: 0, y: 0, z: 0}
|
_direction: {x: 0, y: 0, z: 0}
|
||||||
controllerUI: {fileID: 0}
|
_velocity: {x: 0, y: 0, z: 0}
|
||||||
|
_controllerUI: {fileID: 0}
|
||||||
|
@ -566,7 +566,7 @@ Terrain:
|
|||||||
m_DrawInstanced: 0
|
m_DrawInstanced: 0
|
||||||
m_DrawTreesAndFoliage: 1
|
m_DrawTreesAndFoliage: 1
|
||||||
m_ReflectionProbeUsage: 1
|
m_ReflectionProbeUsage: 1
|
||||||
m_MaterialTemplate: {fileID: 10652, guid: 0000000000000000f000000000000000, type: 0}
|
m_MaterialTemplate: {fileID: 10650, guid: 0000000000000000f000000000000000, type: 0}
|
||||||
m_BakeLightProbesForTrees: 1
|
m_BakeLightProbesForTrees: 1
|
||||||
m_PreserveTreePrototypeLayers: 0
|
m_PreserveTreePrototypeLayers: 0
|
||||||
m_DeringLightProbesForTrees: 1
|
m_DeringLightProbesForTrees: 1
|
||||||
@ -804,8 +804,6 @@ MonoBehaviour:
|
|||||||
headlessStartMode: 1
|
headlessStartMode: 1
|
||||||
editorAutoStart: 0
|
editorAutoStart: 0
|
||||||
sendRate: 60
|
sendRate: 60
|
||||||
autoStartServerBuild: 0
|
|
||||||
autoConnectClientBuild: 0
|
|
||||||
offlineScene:
|
offlineScene:
|
||||||
onlineScene:
|
onlineScene:
|
||||||
offlineSceneLoadDelay: 0
|
offlineSceneLoadDelay: 0
|
||||||
|
Binary file not shown.
@ -370,15 +370,16 @@ MonoBehaviour:
|
|||||||
initialJumpSpeed: 2.5
|
initialJumpSpeed: 2.5
|
||||||
maxJumpSpeed: 3.5
|
maxJumpSpeed: 3.5
|
||||||
jumpAcceleration: 4
|
jumpAcceleration: 4
|
||||||
groundState: 2
|
runtimeData:
|
||||||
horizontal: 0
|
_horizontal: 0
|
||||||
vertical: 0
|
_vertical: 0
|
||||||
mouseInputX: 0
|
_turnSpeed: 0
|
||||||
mouseSensitivity: 0
|
_jumpSpeed: 0
|
||||||
turnSpeed: 0
|
_animVelocity: 0
|
||||||
jumpSpeed: 0
|
_animRotation: 0
|
||||||
animVelocity: 0
|
_mouseInputX: 0
|
||||||
animRotation: 0
|
_mouseSensitivity: 0
|
||||||
direction: {x: 0, y: 0, z: 0}
|
_groundState: 0
|
||||||
velocity: {x: 0, y: 0, z: 0}
|
_direction: {x: 0, y: 0, z: 0}
|
||||||
controllerUI: {fileID: 0}
|
_velocity: {x: 0, y: 0, z: 0}
|
||||||
|
_controllerUI: {fileID: 0}
|
||||||
|
@ -196,15 +196,16 @@ MonoBehaviour:
|
|||||||
inputGravity: 2
|
inputGravity: 2
|
||||||
maxTurnSpeed: 100
|
maxTurnSpeed: 100
|
||||||
turnAcceleration: 3
|
turnAcceleration: 3
|
||||||
groundState: 2
|
runtimeData:
|
||||||
horizontal: 0
|
_horizontal: 0
|
||||||
vertical: 0
|
_vertical: 0
|
||||||
turnSpeed: 0
|
_turnSpeed: 0
|
||||||
animVelocity: 0
|
_animVelocity: 0
|
||||||
animRotation: 0
|
_animRotation: 0
|
||||||
direction: {x: 0, y: 0, z: 0}
|
_groundState: 0
|
||||||
velocity: {x: 0, y: 0, z: 0}
|
_direction: {x: 0, y: 0, z: 0}
|
||||||
controllerUI: {fileID: 0}
|
_velocity: {x: 0, y: 0, z: 0}
|
||||||
|
_controllerUI: {fileID: 0}
|
||||||
--- !u!114 &4696500281269712544
|
--- !u!114 &4696500281269712544
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
@ -251,15 +252,16 @@ MonoBehaviour:
|
|||||||
maxPitchUpAngle: 25
|
maxPitchUpAngle: 25
|
||||||
maxPitchDownAngle: 0
|
maxPitchDownAngle: 0
|
||||||
pitchAcceleration: 3
|
pitchAcceleration: 3
|
||||||
mouseInputX: 0
|
runtimeData:
|
||||||
mouseSensitivity: 10
|
_turretSpeed: 0
|
||||||
turretSpeed: 0
|
_pitchAngle: 0
|
||||||
pitchAngle: 0
|
_pitchSpeed: 0
|
||||||
pitchSpeed: 0
|
_mouseInputX: 0
|
||||||
lastShotTime: 0
|
_mouseSensitivity: 10
|
||||||
turretUI: {fileID: 0}
|
_lastShotTime: 0
|
||||||
turretNTR: {fileID: 8662002890669114756}
|
_turretUI: {fileID: 0}
|
||||||
barrelNTR: {fileID: 4362334322449175123}
|
turretNetworkTransform: {fileID: 8662002890669114756}
|
||||||
|
barrelNetworkTransform: {fileID: 4362334322449175123}
|
||||||
--- !u!114 &8662002890669114756
|
--- !u!114 &8662002890669114756
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
@ -196,15 +196,16 @@ MonoBehaviour:
|
|||||||
inputGravity: 2
|
inputGravity: 2
|
||||||
maxTurnSpeed: 100
|
maxTurnSpeed: 100
|
||||||
turnAcceleration: 3
|
turnAcceleration: 3
|
||||||
groundState: 2
|
runtimeData:
|
||||||
horizontal: 0
|
_horizontal: 0
|
||||||
vertical: 0
|
_vertical: 0
|
||||||
turnSpeed: 0
|
_turnSpeed: 0
|
||||||
animVelocity: 0
|
_animVelocity: 0
|
||||||
animRotation: 0
|
_animRotation: 0
|
||||||
direction: {x: 0, y: 0, z: 0}
|
_groundState: 0
|
||||||
velocity: {x: 0, y: 0, z: 0}
|
_direction: {x: 0, y: 0, z: 0}
|
||||||
controllerUI: {fileID: 0}
|
_velocity: {x: 0, y: 0, z: 0}
|
||||||
|
_controllerUI: {fileID: 0}
|
||||||
--- !u!114 &3523936333989725058
|
--- !u!114 &3523936333989725058
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
@ -251,15 +252,16 @@ MonoBehaviour:
|
|||||||
maxPitchUpAngle: 25
|
maxPitchUpAngle: 25
|
||||||
maxPitchDownAngle: 0
|
maxPitchDownAngle: 0
|
||||||
pitchAcceleration: 3
|
pitchAcceleration: 3
|
||||||
mouseInputX: 0
|
runtimeData:
|
||||||
mouseSensitivity: 10
|
_turretSpeed: 0
|
||||||
turretSpeed: 0
|
_pitchAngle: 0
|
||||||
pitchAngle: 0
|
_pitchSpeed: 0
|
||||||
pitchSpeed: 0
|
_mouseInputX: 0
|
||||||
lastShotTime: 0
|
_mouseSensitivity: 10
|
||||||
turretUI: {fileID: 0}
|
_lastShotTime: 0
|
||||||
turretNTR: {fileID: 8518206564796711397}
|
_turretUI: {fileID: 0}
|
||||||
barrelNTR: {fileID: 470423508858832317}
|
turretNetworkTransform: {fileID: 8518206564796711397}
|
||||||
|
barrelNetworkTransform: {fileID: 470423508858832317}
|
||||||
--- !u!114 &8518206564796711397
|
--- !u!114 &8518206564796711397
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
@ -308,18 +308,19 @@ MonoBehaviour:
|
|||||||
initialJumpSpeed: 2.5
|
initialJumpSpeed: 2.5
|
||||||
maxJumpSpeed: 3.5
|
maxJumpSpeed: 3.5
|
||||||
jumpAcceleration: 4
|
jumpAcceleration: 4
|
||||||
groundState: 2
|
runtimeData:
|
||||||
horizontal: 0
|
_horizontal: 0
|
||||||
vertical: 0
|
_vertical: 0
|
||||||
mouseInputX: 0
|
_turnSpeed: 0
|
||||||
mouseSensitivity: 0
|
_jumpSpeed: 0
|
||||||
turnSpeed: 0
|
_animVelocity: 0
|
||||||
jumpSpeed: 0
|
_animRotation: 0
|
||||||
animVelocity: 0
|
_mouseInputX: 0
|
||||||
animRotation: 0
|
_mouseSensitivity: 0
|
||||||
direction: {x: 0, y: 0, z: 0}
|
_groundState: 0
|
||||||
velocity: {x: 0, y: 0, z: 0}
|
_direction: {x: 0, y: 0, z: 0}
|
||||||
controllerUI: {fileID: 0}
|
_velocity: {x: 0, y: 0, z: 0}
|
||||||
|
_controllerUI: {fileID: 0}
|
||||||
--- !u!1 &4926068573968176962
|
--- !u!1 &4926068573968176962
|
||||||
GameObject:
|
GameObject:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
@ -308,18 +308,19 @@ MonoBehaviour:
|
|||||||
initialJumpSpeed: 2.5
|
initialJumpSpeed: 2.5
|
||||||
maxJumpSpeed: 3.5
|
maxJumpSpeed: 3.5
|
||||||
jumpAcceleration: 4
|
jumpAcceleration: 4
|
||||||
groundState: 2
|
runtimeData:
|
||||||
horizontal: 0
|
_horizontal: 0
|
||||||
vertical: 0
|
_vertical: 0
|
||||||
mouseInputX: 0
|
_turnSpeed: 0
|
||||||
mouseSensitivity: 0
|
_jumpSpeed: 0
|
||||||
turnSpeed: 0
|
_animVelocity: 0
|
||||||
jumpSpeed: 0
|
_animRotation: 0
|
||||||
animVelocity: 0
|
_mouseInputX: 0
|
||||||
animRotation: 0
|
_mouseSensitivity: 0
|
||||||
direction: {x: 0, y: 0, z: 0}
|
_groundState: 0
|
||||||
velocity: {x: 0, y: 0, z: 0}
|
_direction: {x: 0, y: 0, z: 0}
|
||||||
controllerUI: {fileID: 0}
|
_velocity: {x: 0, y: 0, z: 0}
|
||||||
|
_controllerUI: {fileID: 0}
|
||||||
--- !u!1 &4926068573968176962
|
--- !u!1 &4926068573968176962
|
||||||
GameObject:
|
GameObject:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
@ -739,8 +739,6 @@ MonoBehaviour:
|
|||||||
headlessStartMode: 1
|
headlessStartMode: 1
|
||||||
editorAutoStart: 0
|
editorAutoStart: 0
|
||||||
sendRate: 60
|
sendRate: 60
|
||||||
autoStartServerBuild: 0
|
|
||||||
autoConnectClientBuild: 0
|
|
||||||
offlineScene:
|
offlineScene:
|
||||||
onlineScene:
|
onlineScene:
|
||||||
offlineSceneLoadDelay: 0
|
offlineSceneLoadDelay: 0
|
||||||
|
@ -370,15 +370,16 @@ MonoBehaviour:
|
|||||||
initialJumpSpeed: 2.5
|
initialJumpSpeed: 2.5
|
||||||
maxJumpSpeed: 3.5
|
maxJumpSpeed: 3.5
|
||||||
jumpAcceleration: 4
|
jumpAcceleration: 4
|
||||||
groundState: 2
|
runtimeData:
|
||||||
horizontal: 0
|
_horizontal: 0
|
||||||
vertical: 0
|
_vertical: 0
|
||||||
mouseInputX: 0
|
_turnSpeed: 0
|
||||||
mouseSensitivity: 0
|
_jumpSpeed: 0
|
||||||
turnSpeed: 0
|
_animVelocity: 0
|
||||||
jumpSpeed: 0
|
_animRotation: 0
|
||||||
animVelocity: 0
|
_mouseInputX: 0
|
||||||
animRotation: 0
|
_mouseSensitivity: 0
|
||||||
direction: {x: 0, y: 0, z: 0}
|
_groundState: 0
|
||||||
velocity: {x: 0, y: 0, z: 0}
|
_direction: {x: 0, y: 0, z: 0}
|
||||||
controllerUI: {fileID: 0}
|
_velocity: {x: 0, y: 0, z: 0}
|
||||||
|
_controllerUI: {fileID: 0}
|
||||||
|
@ -370,15 +370,16 @@ MonoBehaviour:
|
|||||||
initialJumpSpeed: 2.5
|
initialJumpSpeed: 2.5
|
||||||
maxJumpSpeed: 3.5
|
maxJumpSpeed: 3.5
|
||||||
jumpAcceleration: 4
|
jumpAcceleration: 4
|
||||||
groundState: 2
|
runtimeData:
|
||||||
horizontal: 0
|
_horizontal: 0
|
||||||
vertical: 0
|
_vertical: 0
|
||||||
mouseInputX: 0
|
_turnSpeed: 0
|
||||||
mouseSensitivity: 0
|
_jumpSpeed: 0
|
||||||
turnSpeed: 0
|
_animVelocity: 0
|
||||||
jumpSpeed: 0
|
_animRotation: 0
|
||||||
animVelocity: 0
|
_mouseInputX: 0
|
||||||
animRotation: 0
|
_mouseSensitivity: 0
|
||||||
direction: {x: 0, y: 0, z: 0}
|
_groundState: 0
|
||||||
velocity: {x: 0, y: 0, z: 0}
|
_direction: {x: 0, y: 0, z: 0}
|
||||||
controllerUI: {fileID: 0}
|
_velocity: {x: 0, y: 0, z: 0}
|
||||||
|
_controllerUI: {fileID: 0}
|
||||||
|
@ -219,15 +219,16 @@ MonoBehaviour:
|
|||||||
inputGravity: 2
|
inputGravity: 2
|
||||||
maxTurnSpeed: 100
|
maxTurnSpeed: 100
|
||||||
turnAcceleration: 3
|
turnAcceleration: 3
|
||||||
groundState: 2
|
runtimeData:
|
||||||
horizontal: 0
|
_horizontal: 0
|
||||||
vertical: 0
|
_vertical: 0
|
||||||
turnSpeed: 0
|
_turnSpeed: 0
|
||||||
animVelocity: 0
|
_animVelocity: 0
|
||||||
animRotation: 0
|
_animRotation: 0
|
||||||
direction: {x: 0, y: 0, z: 0}
|
_groundState: 0
|
||||||
velocity: {x: 0, y: 0, z: 0}
|
_direction: {x: 0, y: 0, z: 0}
|
||||||
controllerUI: {fileID: 0}
|
_velocity: {x: 0, y: 0, z: 0}
|
||||||
|
_controllerUI: {fileID: 0}
|
||||||
--- !u!114 &2826031213648375834
|
--- !u!114 &2826031213648375834
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
@ -274,15 +275,16 @@ MonoBehaviour:
|
|||||||
maxPitchUpAngle: 25
|
maxPitchUpAngle: 25
|
||||||
maxPitchDownAngle: 0
|
maxPitchDownAngle: 0
|
||||||
pitchAcceleration: 3
|
pitchAcceleration: 3
|
||||||
mouseInputX: 0
|
runtimeData:
|
||||||
mouseSensitivity: 10
|
_turretSpeed: 0
|
||||||
turretSpeed: 0
|
_pitchAngle: 0
|
||||||
pitchAngle: 0
|
_pitchSpeed: 0
|
||||||
pitchSpeed: 0
|
_mouseInputX: 0
|
||||||
lastShotTime: 0
|
_mouseSensitivity: 10
|
||||||
turretUI: {fileID: 0}
|
_lastShotTime: 0
|
||||||
turretNTR: {fileID: 1724966638944128536}
|
_turretUI: {fileID: 0}
|
||||||
barrelNTR: {fileID: -1561722988585270094}
|
turretNetworkTransform: {fileID: 1724966638944128536}
|
||||||
|
barrelNetworkTransform: {fileID: -1561722988585270094}
|
||||||
--- !u!114 &1724966638944128536
|
--- !u!114 &1724966638944128536
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
@ -219,15 +219,16 @@ MonoBehaviour:
|
|||||||
inputGravity: 2
|
inputGravity: 2
|
||||||
maxTurnSpeed: 100
|
maxTurnSpeed: 100
|
||||||
turnAcceleration: 3
|
turnAcceleration: 3
|
||||||
groundState: 2
|
runtimeData:
|
||||||
horizontal: 0
|
_horizontal: 0
|
||||||
vertical: 0
|
_vertical: 0
|
||||||
turnSpeed: 0
|
_turnSpeed: 0
|
||||||
animVelocity: 0
|
_animVelocity: 0
|
||||||
animRotation: 0
|
_animRotation: 0
|
||||||
direction: {x: 0, y: 0, z: 0}
|
_groundState: 0
|
||||||
velocity: {x: 0, y: 0, z: 0}
|
_direction: {x: 0, y: 0, z: 0}
|
||||||
controllerUI: {fileID: 0}
|
_velocity: {x: 0, y: 0, z: 0}
|
||||||
|
_controllerUI: {fileID: 0}
|
||||||
--- !u!114 &-8195396223309571671
|
--- !u!114 &-8195396223309571671
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
@ -274,15 +275,16 @@ MonoBehaviour:
|
|||||||
maxPitchUpAngle: 25
|
maxPitchUpAngle: 25
|
||||||
maxPitchDownAngle: 0
|
maxPitchDownAngle: 0
|
||||||
pitchAcceleration: 3
|
pitchAcceleration: 3
|
||||||
mouseInputX: 0
|
runtimeData:
|
||||||
mouseSensitivity: 10
|
_turretSpeed: 0
|
||||||
turretSpeed: 0
|
_pitchAngle: 0
|
||||||
pitchAngle: 0
|
_pitchSpeed: 0
|
||||||
pitchSpeed: 0
|
_mouseInputX: 0
|
||||||
lastShotTime: 0
|
_mouseSensitivity: 10
|
||||||
turretUI: {fileID: 0}
|
_lastShotTime: 0
|
||||||
turretNTR: {fileID: 3555053558530271693}
|
_turretUI: {fileID: 0}
|
||||||
barrelNTR: {fileID: -1846505870324383132}
|
turretNetworkTransform: {fileID: 3555053558530271693}
|
||||||
|
barrelNetworkTransform: {fileID: -1846505870324383132}
|
||||||
--- !u!114 &3555053558530271693
|
--- !u!114 &3555053558530271693
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user