Alpha 0.2.1.5
Small VR-readability + stability follow-up to 0.2.1.4.
Changes
- (Game) Scene teleporters now show a floating 3D label above them with the destination scene name (or a custom override), aimed at making them readable in VR.
Bug Fixes & Other
- (Game) Fixed a NullReferenceException spam in
MiuPathingAI/PlayerDetectionwhen running in VR — Miu's player reference was resolved once at Start via tag lookup, but the VR rig spawns after that and is swapped across scene loads, so losing sight of the player crashedSwitchToSearchStateand chase/search never engaged. The reference is now resolved lazily, so chase, search, and last-known-location updates all work against the VR rig.


