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
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
- Temporal Anti-aliasing causes jittering/shaking when using a Camera overlay in the Scene View
Add comment