06f8cefd11
unity is being stupid, turns out changing this data AT ALL will *not* update the file to be tracked in git. instead, need to quit unity and reopen it to get git to recognize the changes, like here
45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
Plaintext
%YAML 1.1
|
|
%TAG !u! tag:unity3d.com,2011:
|
|
--- !u!114 &11400000
|
|
MonoBehaviour:
|
|
m_ObjectHideFlags: 0
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
m_PrefabInstance: {fileID: 0}
|
|
m_PrefabAsset: {fileID: 0}
|
|
m_GameObject: {fileID: 0}
|
|
m_Enabled: 1
|
|
m_EditorHideFlags: 0
|
|
m_Script: {fileID: 11500000, guid: 5ddb4766145463c75a48eeb29e77e0d3, type: 3}
|
|
m_Name: PlayerMovementData
|
|
m_EditorClassIdentifier:
|
|
gravityStrength: -28.125
|
|
gravityScale: 2.8669724
|
|
fallGravityMult: 1.4
|
|
maxFallSpeed: 20
|
|
fastFallGravityMult: 2
|
|
maxFastFallSpeed: 30
|
|
runMaxSpeed: 7
|
|
runAcceleration: 4
|
|
runAccelAmount: 28.571428
|
|
runDecceleration: 2
|
|
runDeccelAmount: 14.285714
|
|
accelInAir: 0.5
|
|
deccelInAir: 0.05
|
|
doConserveMomentum: 1
|
|
jumpHeight: 2.25
|
|
jumpTimeToApex: 0.4
|
|
jumpForce: 11.25
|
|
jumpCutGravityMult: 2
|
|
jumpHangGravityMult: 0.5
|
|
jumpHangTimeThreshold: 1.02
|
|
jumpHangAccelerationMult: 1.1
|
|
jumpHangMaxSpeedMult: 1.3
|
|
wallJumpForce: {x: 15, y: 25}
|
|
wallJumpRunLerp: 0.5
|
|
wallJumpTime: 0.15
|
|
doTurnOnWallJump: 0
|
|
slideSpeed: 0
|
|
slideAccel: 0
|
|
coyoteTime: 0.1
|
|
jumpInputBufferTime: 0.1
|