<

Release Notes

Release Notes

underline
28 Nov 2024

Release Notes of the development cycle of the plugin Map Navigation.


v2.1: 13 Jan 2025

Latest
  • Fix slight icon wiggle movement with the minimap camera when RotateWithCamera is activated.
  • Convert cm to m for distance waypoint.
  • Fix an issue with minimap camera when Circular Minimap is used with RotateWithCamera.
  • Remove outdated comments.


v2.0: 25 Nov 2024

Major Update
  • Dungeon has been removed, use Switch Level Map instead.
  • No need to specify exact class player character when adding player icon on map.
  • Player Icon on world map are now buttons which can be customised(tooltip, set waypoint, scale icon)
  • (Multiplayer) Different icon player can be assigned to each player using their player state.
  • When opening world map, it will now auto center to player icon.
  • Ability to track a moving player, npc, enemy on world map.
  • Added Filter Icon on the world map (can be customised by just setting an enum to BP_ComponentIcon)
  • Much simpler to add effect icon with their icon category(enum via WorldIcon)
  • Zooming on world map will reduce the icons size accordingly(can be customised).
  • Improve waypoint design - no need to adjust margin size for icon when creating a custom texture icon.
  • Reduce complexity of code for saving data.
  • Move widget code to bp controller so that the player can easily switch character.
  • Improve zoom accuracy for panning in the direction of the cursor.
  • Use of GetProjectDirectory instead of GetProjectFile path for capture map.
  • Event EndPlay to automatically remove icon from world map if owner is destroyed.
  • Reduce plugin asset size from 300MB to 100MB.
  • Revision of documentation.
  • Revision of Side Scroller.
  • Fixed some minor bugs and added some QoL code.


Change Marketplace: 18 Oct 2024

Published
  • Moved to Fab marketplace.
  • Replacing ue marketplace.


v1.1a: 9 Sept 2024

Published
  • fix unknown function from capture scene mini map.
  • fix mini map update by replacing the capture tool from level map.
  • this only affect ue5.4.4


v1.1: 10 August 2024

Published
  • multiplayer support.
  • function to switch world map when changing level map.
  • fix assigning unique id when adding new custom marker icon.
  • simplify GetCursorPositionOnMap
  • fix UpdateComponentIcon from BP_WidgetComponentIcon for not showing world map icon after hiding it
  • add ClearAllCustomMarkers for world map
  • optimise CaptureEveryFrame for capture camera tool when opening closing map


v1.00: 29 July 2024

Published
  • Publish on the marketplace.
  • Prepare images presentation.
  • Added demo video youtube.


v0.90: 29 Apr 2024

  • Mini Map Fog.
  • Waypoint.