Sounds that have PlaybackRegionsEnabled
set to true won’t start playing at PlaybackRegion.Min
, they’ll start at TimePosition
instead, even if PlaybackRegion.Min
is set and TimePosition
isn’t 0.
The issue only happens in runtime, not in the studio audio previewer.
Reproduction
- Get sound
- Set playbackregionsenabled to true
- Set playbackregion.min to any number other than 0
- Play sound
Expected behavior
The sound TimePosition
gets set to PlaybackRegion.Min
→ Sound plays