Templates & Examples
Built in templates in Sonity which you can use as a starting point
Example_AudioMixer.mixer
TemplateSoundMusicManager.cs
SonityTemplate.TemplateSoundMusicManager.Instance.PlayMainMenu();TemplateSoundPlayUI.cs
SonityTemplate.TemplateSoundPlayUI.Instance.PlayButtonClick();TemplateSoundVolumeManager.cs
SonityTemplate.TemplateSoundVolumeManager.Instance.SetVolumeMaster(1f);Last updated