Files
Joywayer e879efaa89 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.
2026-05-23 00:10:23 +08:00
..
2026-05-19 11:50:21 +08:00

Tuning — 开发者参数配置指南

本文件夹收录各系统的运行时参数配置说明,面向关卡设计师与开发者,说明每组参数的物理含义、调整方向以及推荐初始值。

所有参数均在对应的 ScriptableObject 中配置,无需修改代码。


目录

文件 覆盖系统
PlayerJumpDash_Tuning.md 玩家跳跃 / 冲刺手感参数
WeaponSO_Tuning.md 武器连击 / 伤害 / HitBox 参数
InputDeviceIconSet_Tuning.md 按键图标集 SO 配置、BindingPath 参考表、图片规格、完整工作流

通用约定

  • 单位Unity 世界空间单位1 unit ≈ 1 米,项目中约等于 1 个格子宽)
  • 帧率Physics FixedUpdate 默认 50Hz0.02s/步)
  • 重力Physics2D.gravity.y = -9.81,各重力相关参数均以此为基准倍率