Search Issue Tracker
Fixed in 5.4.0
Votes
7
Found in
5.0.0b3
Issue ID
632169
Regression
No
AudioMixer.GetFloat() / SetFloat() do not work unless Unity is restarted
To Reproduce:
1. Open the attached project.
2. Add, 'mixer.SetFloat(exposedParameterName, 2f)' after line 10, in SoundTest.cs.
3. Play, notice that 'GetFloat' fails to get this value, and returns false.
4. Restart Unity, play notice that the value is saved/loaded fine.
5. If you remove the line, save and add it again it breaks again.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on ResizeScriptingList<ScriptingObjectPtr> when passing an undeclared variable to the results parameter for GameObject.FindGameObjectsWithTag
- [Android] "Screen.safeArea.y" always returns values outside of the Safe Area when the device is in Portrait orientation
- Frame spike due to many TreeRenderer.TreeUpdated calls when repositioning terrains in large Scenes
- Crash on GameObject::RemoveComponentFromGameObjectInternal when reparenting Text GameObjects
- [IL2CPP-GarbageCollector] Changing GCMode might permanently disable GC in a multithreaded context
Add comment