3.0 Alpha Preview 7
jackyyang09
released this
03 Nov 03:10
·
34 commits
to master
since this release
Even more fixes!
Some of these were a long time coming.
Changes
- The default Audio File Preset path is now set to
Assets/JSAMPresets
- You can change the path in
Project Settings/Audio - JSAM/Editor/Presets Path
- The default presets can still be found within the JSAM package folder. The default presets will always be loaded
- You can change the path in
- The
Stop Sounds on Scene Load
setting has been renamed toStop All Sounds on Scene Changed
. The behavior associated with this setting has been adjusted accordingly. - Added
Stop All Music on Scene Changed
setting - Added a check during Audio File preset creation that ensures the Preset path defined in the Project Settings exists.
Fixes
- Fixed a warning that appears when JSAM is imported for the first time
- Fixed AudioManager trying to do things while you're in prefab mode
- Fixed AudioManager trying to look for an AudioListener in
OnValidate
, this should cause less log messages to appear in console when loading scenes - Fixed some inspector-specific behavior with Sound/Music Player components
- Fixed Advanced Mode not being toggleable if there was no Library set in the AudioManager and the component was missing an Audio File reference
- The "use advanced mode" warning now goes away when Advanced Mode is enabled