niu-gdo / IGDO-Fall-2023-Project

IGDO's Fall 2023 game project.
7 stars 0 forks source link

(Group) Create a system where the player's gravity is affected by a gravity generator #8

Closed Migs closed 10 months ago

Migs commented 12 months ago

Create a script that has a generators information stored in it. (Alternatively, you can use a ScriptableObject for this)

Create (or update) a script that reduces or increases the plauyer's velocity based on the Gravity Field Strength emiited by the gravity generator.

Create a script adding fall damage to the player affected by fall distance/time and gravity strength.

Create a script that changes the players upward position based on the Gravity Direction emiited by the generator

Nmerryman commented 12 months ago

Step s