Georkis Valdez - IT201-452 - Project 4
For Project 4, I focused solely on fixing bugs and did not introduce any new features beyond the main menu that provides links to the class projects . Here's a summary of the fixes I implemented:
- I created a base for the rocket to stand on preventing it from falling during gameplay.
- I repositioned UI elements to improve the layout and alignment to enhance the visual consistency.
- The UI appeared too small and didn't fit the screen properly, so I changed the Canvas Scaler's UI Scale Mode to "Scale with Screen Size" for better scaling on different devices.
- I created a new GameObject with a SphereCollider to allow the rocket to stand on any sphere shape.
My game lets users control a rocket with WASD keys for movement and the R key to change its rotation state. Players can use the shapes they spawn as a base for the rocket. They can interact with shapes in the scene by selecting and moving them with the Option key (Alt on Windows) and left mouse button. Shapes are deselected when the mouse button is released, or the Option key is no longer pressed. Also, a particle system triggers fire effects when the rocket is moving.
Leave a comment
Log in with itch.io to leave a comment.