Skip to content

Commit

Permalink
fix Wheel script and Wheel Collider Config script
Browse files Browse the repository at this point in the history
  • Loading branch information
syn-rei-tomita committed May 28, 2024
1 parent e9d1e92 commit 68e4da9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/specifications/simulator.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The Wheel (script) provides a reference to the collider and visual object for th
- Update the force exerted by the tire forward and sideways depending on the acceleration (including cancellation of skidding).
- Ensure setting the tire sleep (it is impossible to put Rigidbody to sleep, but putting all wheels to sleep allows to get closer to this effect).

The Wheel Collider Config (script) has been developed to prevent inspector entry for the WheelCollider which ensures that friction is set to 0 and only wheel suspension and collisions are enabled. For more details, please see [this manual](https://docs.unity3d.com/Manual/class-WheelCollider.html).
The Wheel Collider Config script is designed to prevent inspector input for wheel colliders, set friction to zero, and only enable wheel suspension and collisions. For more details on wheel colliders, please refer to [this manual](https://docs.unity3d.com/Manual/class-WheelCollider.html).

![wheel-collider-component](./images/wheel-collider-component.png)

Expand Down
4 changes: 2 additions & 2 deletions docs/specifications/simulator.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ Wheelスクリプトは特定の車輪のコライダーと視覚オブジェク

- ホイールコライダーのステアリング角を更新する
- 速度とターンの角度に応じて車輪の視覚部分を更新する
- WheelHitオブジェクトに保存された車輪の接触情報を新する
- WheelHitオブジェクトに保存された車輪の接触情報を更新する
- 加速(スキッドのキャンセルを含む)に応じてタイヤが前方および側方に及ぼす力を更新する
- タイヤのスリープ設定を保証する(Rigidbodyをスリープ状態にすることは不可能ですが、すべての車輪をスリープ状態にすることで、この効果に近づけます)。

Wheel Collider Configスクリプトは、ホイールコライダーに対するインスペクター入力を防ぎ、摩擦を0に設定し、車輪のサスペンションと衝突のみを有効にするために開発されました。詳細は[こちらのマニュアル](https://docs.unity3d.com/Manual/class-WheelCollider.html)をご覧ください。
Wheel Collider Configスクリプトは、ホイールコライダーに対するインスペクター入力を防ぎ、摩擦を0に設定し、車輪のサスペンションと衝突のみを有効にするために設定されています。ホイールコライダーの詳細については[こちらのマニュアル](https://docs.unity3d.com/Manual/class-WheelCollider.html)をご覧ください。

![wheel-collider-component](./images/wheel-collider-component.png)

Expand Down

0 comments on commit 68e4da9

Please sign in to comment.