realitycollective / com.realitytoolkit.player

The camera service module of the Reality Toolkit. Use this module to set up a camera rig for XR apps and games in no time.
https://realitytoolkit.realitycollective.net/
MIT License
0 stars 0 forks source link

Add PlayerFootstepSFX component #32

Closed FejZa closed 6 months ago

FejZa commented 6 months ago

Reality Collective - Reality Toolkit Pull Request

Overview

Adds a new PlayerFootstepSFX component for conventiently simulating a footstep sound effect as the player moves around. Makes use of the locomotion service, if available, with a fallback implementation to LateUpdate, if not. The locomotion path has the added benefit to be more precise in terms of player movement.