📄️ Custom Range
During navigation, when entering a specific Transit node, the OnTransitMovingStarted event is triggered if you come within 5m of the Transit node. However, if the entry to the Transit node is determined based on distance, it may be judged as entered at unintended moments. To address such cases, you can use Custom Range. Using Custom Range, you can determine entry to the Transit node based on the shape of the polygon set in AMapper.
📄️ Change Navigation Assets
When performing route navigation using AMapper and ARSDK, the default indicator model files for the route are referenced. The default reference path is Contents/Indicator, and it references files such as TurnSpotL.glb, TurnSpotR.glb, etc., in the subdirectory. If you want to change these model files, you can modify the IndicatorConfigAR in the stage's Config.
📄️ Common Assets
When supporting multiple regions in a single app, duplicate assets are often used. In particular, various arrow models used during route navigation are likely to be reused. It is recommended to manage frequently used assets as common assets.
📄️ Localization
To support multiple languages, you can use the localization features provided by ARSDK.