Search Issue Tracker
Fixed in 5.0.X
Votes
0
Found in
5.0.0a2
Issue ID
597460
Regression
No
Activating the Audio Profiler spawns "&other != this" error messages at runtime
Activating the Audio Profiler spawns error messages in Console.
To reproduce:
- Open attached project and launch scene
- Open the "mainMix" Audio Mixer window
- Open the Audio Profiler
- Hit Play and observe the following error messages in Console:
&other != this
UnityEditorInternal.ProfilerProperty:SetRoot(Int32, ProfilerColumn, ProfilerViewType)
UnityEditor.ProfilerWindow:CreateProperty(Boolean) (at C:/audio_5.0/unity/Editor/Mono/Profiler/ProfilerWindow.cs:186)
UnityEditor.ProfilerWindow:DrawAudioPane() (at C:/audio_5.0/unity/Editor/Mono/Profiler/ProfilerWindow.cs:557)
UnityEditor.ProfilerWindow:OnGUI() (at C:/audio_5.0/unity/Editor/Mono/Profiler/ProfilerWindow.cs:1003)
System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo) (at /Users/builduser/buildslave/monoAndRuntimeClassLibs/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)
System.Reflection.MethodBase:Invoke(Object, Object[]) (at /Users/builduser/buildslave/monoAndRuntimeClassLibs/build/mcs/class/corlib/System.Reflection/MethodBase.cs:115)
UnityEditor.HostView:Invoke(String, Object) (at C:/audio_5.0/unity/Editor/Mono/GUI/DockArea.cs:241)
UnityEditor.HostView:Invoke(String) (at C:/audio_5.0/unity/Editor/Mono/GUI/DockArea.cs:234)
UnityEditor.DockArea:OnGUI() (at C:/audio_5.0/unity/Editor/Mono/GUI/DockArea.cs:671)
[C:/audio_5.0/unity/Runtime/Utilities/dynamic_array.h line 91]
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Add comment