Developer Update, Week 3
Goals:
To create:
- A minimap which updates based on the player's location and orientation
- This minimap also displays the current surroundings of the player
Personnel:
Jack
Technologies, Tools and Resources used:
(For most of the Task)[https://www.youtube.com/watch?v=28JTTXqMvOU]
Tasks Undertaken:
Created a basic minimap that follows the player, displays surroundings and orientates itself to the direction the player is facing.
Justification:
The minimap works as an orthographic camera that follows the player and looks directly down. This works because as the camera is orthographic there is no perspective, so it appears as a flat image like a map. Additionally by attaching it to the player, the minimap camera is constantly following the player. Finally the map adjusts it's orientation based on where the player is facing (The top of the map will always be where the player is facing), this allows the map to be viewed easier. This was achieved by feeding the player's x axis to the minimap script.
What we found out:
Learned the basics of how Unity handles player x and y axes and the basics of working with a canvas to create an UI.
Open Issues/Risks:
Because the minimap is somewhat tied to PlayerLook, which is then tied to PlayerMovement, there is some risk of the minimap breaking as PlayerMovement is being handled by another team member.
Recommendations:
Continue using Unity and learning through YouTube videos as this appears to be the best way to learn
Dev Logs
Status | In development |
Category | Other |
Author | Garviel |
More posts
- Developer Update, Week 12May 25, 2020
- Developer Update, Week 11May 17, 2020
- Developer Update, Week 10May 08, 2020
- Developer Update, Week 9Apr 30, 2020
- Developer Update, Week 8Apr 16, 2020
- Developer Update, Week 7Apr 16, 2020
- Developer Update, Week 6Apr 02, 2020
- Developer Update, Week 5Mar 19, 2020
- Developer Update, Week 4Mar 12, 2020
Leave a comment
Log in with itch.io to leave a comment.