Search Issue Tracker
Fixed
Votes
0
Found in
5.5.0xf3
Issue ID
858666
Regression
No
[Linux Editor] Renaming exposed parameter of AudioMixer fails with "BeginRename fail: already renaming" error
When renaming an exposed parameter of Audio Mixer, renaming it fails and errors appear in the console.
Steps to reproduce:
1) Open the attached project.
2) Double click on the Audio Mixer in /Assets folder.
3) In the top-right of Audio Mixer window, click on 'Exposed Parameters'.
4) Right click on any of the exposed parameters > Rename.
An error appears in the console:
BeginRename fail: already renaming
UnityEditor.RenameOverlay:BeginRename(String, Int32, Single)
UnityEditorInternal.ReorderableListWithRenameAndScrollView:BeginRename(Int32, Single) (at /home/builduser/buildslave/unity/build/Editor/Mono/Audio/Mixer/GUI/ReorderableListWithRenameAndScrollView.cs:181)
UnityEditor.GenericMenu:CatchMenu(Object, String[], Int32)
Sometimes, the parameter cannot be renamed at all (input is ignored), sometimes only the error appears, but the parameter can be renamed successfully. This does not occur on other platforms.
Reproduced on:
5.6.0b6, 5.5.1p3, 5.3.6f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Build fails with the "IL2CPP error C2039: __entity is not a member of BlobBuilder" error when building a specific project
- Object reflection missing on a Planar Reflection Probe when rotating the camera to certain angles with the Realtime Raytracing quality setting enabled
- HDRP water exclusion shader doesn't work with BRG
- Crash on GraphicsStateCollection::KeywordsFromShaderAndKeywordNames when calling GraphicsStateCollection.GetVariants()
- Editor crash when saving Currently Tracked Variants to Asset
Add comment