Skip to main content

Back

v1.7.0

2025-03-04

🚀 Features

  • Added new methods to the ARPlayGround class:
    • LoadNavigation(Vector3 coord, string stageName, PathFindingType pathFindingType)
    • ShowARItems()
    • HideARItems()
    • ForceUpdateStage(string)
  • Renamed some methods in the ARPlayGround class:
    • SetStage(string)TryUpdateStage(string)
    • OnNavigationReSearched()OnNavigationRerouted()
  • Added support for the New Input System
  • Automatically adds the ARItem tag when adding the ARSDK package
  • Changed POI creation to use Atlas
  • Removed the following examples: 0.example_simple, 1.example_navigation, 2.example_vlsdk
  • Added the ARSDKExample example

🐛 Bug Fixes

  • Fixed rendering quality issues with TurnSpot and Indicator
  • Fixed pathfinding failures in certain situations
  • Fixed abnormal floor transitions in some cases
  • Fixed the InfoPanel's "Use Rounded Border" option in AMapper not applying correctly