Mini Map Settings
Default Zoom
Set the default zoom level for the mini map.
Allow Zoom In/Out
Enable or disable zooming in/out on the mini map using the mouse scroll wheel.
Maximum Zoom Out
Define the maximum zoom-out level for the mini map.
Lock Icon Scale
Maintain consistent icon sizes while zooming in/out. To set this per icon, uncheck this option and configure it in the MapPoint inspector using Always keep the same size.
Display Scene Title
Show or hide the title of the current scene on the mini map interface.
Display Coordinate
Enable or disable the display of the player’s coordinates on the mini map interface.
Map Rotate With Camera
Set the mini map to always rotate with camera angle.
Show Track Arrow When Navigate
When navigate to a target position, toggle this option to show a white arrow point to this position on the mini-map. You can also manually call:
MapManager.StartTrack(Transform _target)
MapManager.EndTrack()
to use this arrow with your own logic.