The PlayerOutOfBoundsModule now has its own configuration profile
The PlayerOutOfBoundsModule now supports auto reset. If activated, the player will be reset back into bounds after a given period of time automatically
Introduced IXRPlayerHead interface. The already existing type XRPlayerHead is the default implementation of it
Changed
Exposed the head on the xr player controller interface
Moved bounds calculation responsibility out of the xr head component and into the bounds module
Reality Toolkit PR
What has Changed
Added
PlayerOutOfBoundsModule
now has its own configuration profilePlayerOutOfBoundsModule
now supports auto reset. If activated, the player will be reset back into bounds after a given period of time automaticallyIXRPlayerHead
interface. The already existing typeXRPlayerHead
is the default implementation of itChanged
Fixed