HW-Week2-Part-2
Week 2 - Weekly Unity Assignment - Question 2 - Unity Intro
This assignment focuses on understanding and demonstrating camera and object behavior in Unity, particularly in scenarios involving rotation and scaling adjustments in a 2D environment.
Features
- Mini-Map: Added a mini-map on the right side of the player's screen. The mini-map adjusts dynamically during orientation changes for better usability.
- Camera Adjustment: Solves the issue of objects appearing larger or smaller when rotating the simulator by dynamically adjusting the camera's
orthographicSize
.