Skip to content

Commit

Permalink
#1 Improving walk animation and look sernsitivity
Browse files Browse the repository at this point in the history
  • Loading branch information
Yisas committed Mar 18, 2017
1 parent 6d53250 commit fb2ec9a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Assets/Prefabs/Ground Characters/Test Dog.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 1497780920488766}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0.89, y: 0.76, z: -1.1}
m_LocalPosition: {x: -21.560139, y: 0.5000001, z: -1.9801629}
m_LocalScale: {x: 10, y: 10, z: 10}
m_Children:
- {fileID: 4528689228399078}
Expand Down Expand Up @@ -1771,7 +1771,7 @@ Camera:
m_TargetTexture: {fileID: 0}
m_TargetDisplay: 1
m_TargetEye: 3
m_HDR: 0
m_HDR: 1
m_OcclusionCulling: 1
m_StereoConvergence: 10
m_StereoSeparation: 0.022
Expand Down Expand Up @@ -2016,22 +2016,22 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 752255e4ddabc8244a797e87756a5aa2, type: 3}
m_Name:
m_EditorClassIdentifier:
walkAnimSpeed: 1
walkAnimSpeed: 2
sitAnimSpeed: 1
idleAnimSpeed: 1
walkingTailWagAnimSpeed: 1
tiltLeftAnimSpeed: 1
tiltRightAnimSpeed: 1
speed: 10
speed: 8
enableTilt: 1
disableStrafe: 1
gravity: 10
maxVelocityChange: 10
canJump: 1
jumpHeight: 2
m_MouseLook:
XSensitivity: 2
YSensitivity: 2
XSensitivity: 2.5
YSensitivity: 2.5
clampVerticalRotation: 1
MinimumX: -90
MaximumX: 90
Expand Down Expand Up @@ -2102,7 +2102,7 @@ CapsuleCollider:
m_Material: {fileID: 0}
m_IsTrigger: 0
m_Enabled: 1
m_Radius: 0.03688387
m_Radius: 0.044385593
m_Height: 0.1973693
m_Direction: 2
m_Center: {x: 0, y: 0.052, z: 0.03}
Expand Down
16 changes: 16 additions & 0 deletions ProjectSettings/InputManager.asset
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,22 @@ InputManager:
type: 2
axis: 3
joyNum: 1
- serializedVersion: 3
m_Name: Mouse X
descriptiveName:
descriptiveNegativeName:
negativeButton:
positiveButton:
altNegativeButton:
altPositiveButton:
gravity: 0
dead: 0.2
sensitivity: 0.4
snap: 0
invert: 0
type: 2
axis: 0
joyNum: 1
- serializedVersion: 3
m_Name: Mouse Y
descriptiveName:
Expand Down

0 comments on commit fb2ec9a

Please sign in to comment.