Search Issue Tracker
Fixed in 5.0.X
Votes
0
Found in
5.0.0a16
Issue ID
618786
Regression
No
Audio Plugin components can not be dragged up/down in Inspector
Audio Plugin components can not be dragged up/down in Inspector
To reproduce:
- Open attached project and launch "test" scene
- Double-click on "New AudioMixer" asset and dock the Audio Mixer window
- Click on "Drums" and go to Inspector
- Try to drag one of the customized plugin components up/down
- Observe the dark overlay, but the component is not moving
- Observe also the following error message:
MissingMethodException: Method not found: 'UnityEditor.IAudioEffectPlugin.GetParameter'.
UnityEditor.AudioMixerEffectView.DoEffectGUI (Int32 effectIndex, UnityEditor.Audio.AudioMixerGroupController group, System.Collections.Generic.List`1 allGroups, System.Collections.Generic.Dictionary`2 effectMap, System.Int32& highlightEffectIndex) (at C:/buildslave/unity/build/Editor/Mono/Audio/Mixer/GUI/AudioMixerEffectView.cs:370)
UnityEditor.AudioMixerEffectView.OnGUI (UnityEditor.Audio.AudioMixerGroupController group) (at C:/buildslave/unity/build/Editor/Mono/Audio/Mixer/GUI/AudioMixerEffectView.cs:132)
UnityEditor.AudioMixerGroupEditor.OnInspectorGUI () (at C:/buildslave/unity/build/Editor/Mono/Inspector/AudioMixerInspector.cs:18)
UnityEditor.InspectorWindow.DrawEditor (UnityEditor.Editor editor, Int32 editorIndex, Boolean forceDirty, System.Boolean& showImportedObjectBarNext, UnityEngine.Rect& importedObjectBarRect, Boolean eyeDropperDirty) (at C:/buildslave/unity/build/Editor/Mono/Inspector/InspectorWindow.cs:1118)
UnityEditor.DockArea:OnGUI()
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Popup windows spawn on the incorrect monitor when the Editor is placed near the boundary of scaled monitor next to a monitor with different scaling
- Hidden Tabs do not shift into empty space after closing visible Tabs
- [Android] Application not deployed on a device when "activity-alias" is used in the AndroidManifest
- Shader compile process adds shader ID to the constant buffer name when the word "Globals" is being used in Vulkan
- Audio Mixer Snapshot link to the documentation isn’t working
Add comment