Add InputDeviceIconSetSO configuration guide and related documentation
- Created a new markdown file detailing the configuration of InputDeviceIconSetSO. - Included sections on system architecture, field explanations, image specifications, and complete workflow from setup to runtime. - Documented the automatic device recognition logic and provided troubleshooting for common issues. - Added references to relevant files and scripts for easier navigation.
This commit is contained in:
@@ -14,15 +14,15 @@ MonoBehaviour:
|
||||
m_EditorClassIdentifier:
|
||||
RunSpeed: 6
|
||||
AirDragFactor: 1
|
||||
JumpForce: 20
|
||||
JumpForce: 17.5
|
||||
CoyoteTime: 0.12
|
||||
FallGravityMult: 2.5
|
||||
MaxFallSpeed: 28
|
||||
FallGravityMult: 2
|
||||
MaxFallSpeed: 15
|
||||
JumpCutMultiplier: 0.321
|
||||
ApexThreshold: 3
|
||||
ApexGravityMultiplier: 0.3
|
||||
MaxAirJumps: 5
|
||||
DoubleJumpForce: 15
|
||||
DoubleJumpForce: 14
|
||||
DashSpeed: 20
|
||||
DashDuration: 0.25
|
||||
DashCooldown: 0.4
|
||||
@@ -37,8 +37,8 @@ MonoBehaviour:
|
||||
WallGrabHeightTolerance: 0.05
|
||||
WallCoyoteTime: 0.12
|
||||
WallJumpAwayForceX: 10
|
||||
WallJumpAwayForceY: 18
|
||||
WallJumpAwayForceY: 14
|
||||
WallJumpTowardForceX: -6
|
||||
WallJumpTowardForceY: 18
|
||||
WallJumpTowardForceY: 14
|
||||
WallJumpInputLockDuration: 0.15
|
||||
DefaultGravityScale: 6
|
||||
DefaultGravityScale: 5
|
||||
|
||||
Reference in New Issue
Block a user