Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| brasil:courses:blender_unity:unity:5_the_solar_system [2026/08/27 15:13] – [Ship Controller] yann | brasil:courses:blender_unity:unity:5_the_solar_system [2026/08/27 15:16] (Version actuelle) – [Ship Controller] yann | ||
|---|---|---|---|
| Ligne 70: | Ligne 70: | ||
| Here's the spaceship control script in C#, self-contained (it creates its own InputActions in code, so no separate .inputactions asset is needed — but the Input System package still needs to be installed, and Active Input Handling must be set to "Input System Package (New)" or " | Here's the spaceship control script in C#, self-contained (it creates its own InputActions in code, so no separate .inputactions asset is needed — but the Input System package still needs to be installed, and Active Input Handling must be set to "Input System Package (New)" or " | ||
| <note tip> | <note tip> | ||
| - | **This code has been generated with Claude AI.** prompt | + | **This code has been generated with Claude AI.** |
| + | |||
| + | // | ||
| </ | </ | ||
| Ligne 212: | Ligne 214: | ||
| What it does | What it does | ||
| - | * W/S: move forward/ | + | |
| - | * A/D: strafe left/ | + | |
| - | * Space / Left Ctrl: move up/down. | + | |
| - | * Mouse: pitch and yaw. | + | |
| - | * Q/E: roll, with its own acceleration. | + | |
| - | * All speed/ | + | |
