Search Issue Tracker
Active
Under Consideration for 6000.0.X
Votes
0
Found in
6000.0.67f1
Issue ID
UUM-134036
Regression
Yes
Errors thrown in console when entering Play mode if an object with an Audio Source component is selected
How to reproduce:
1. Open the attached "IN-133251_AudioFilterWarn.zip" project
2. Open the "SampleScene"
3. In the Hierarchy, select "Audio Source"
4. Enter Play mode
5. Observe the Console
Actual result: Multiple errors are thrown in the console
Expected result: No errors thrown in the console
Reproducible with: 6000.0.61f1, 6000.0.67f1,
Not reproducible with: 6000.0.60f1 (61dfb374e36f), 6000.3.7f1, 6000.4.0b7, 6000.5.0a6
Reproducible on: Windows 11, MacOS 26.2 Arm64 (by user)
Not reproducible on: No other environments tested
Note: Errors thrown in console are:
”UnityException: LoadFontFace_With_Size_and_FaceIndex_FromFont_Internal can only be called from the main thread.”
”UnityException: GetOrCreateTrackerHandleImpl can only be called from the main thread.
Constructors and field initializers will be executed from the loading thread when loading a scene.”
”NullReferenceException: Object reference not set to an instance of an object
UnityEngine.UIElements.UIR.MeshGenerator.DrawText (System.Collections.Generic.List`1[T] vertices, System.Collections.Generic.List`1[T] indices, System.Collections.Generic.List`1[T] materials,”
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Incorrect UI wording: Missing articles in project creation options
- “[Worker0] InvalidOperationException: Cannot create a new scene additively with an untitled scene unsaved.” error thrown when closing converted Sub Scene in Inspector window
- “InvalidOperationException: Trying to set the parent for HierarchyNodeHandle” errors spammed in the Console when converting Sample Scene to Sub Scene and Entities Hierarchy window is open
- Using Physics.ComputePenetration on a Capsule collider causes it to sometimes return incorrect value when dragging it through the Mesh collider
- Sprite is rendered incorrectly in Web Build when it is set as a Splash Image Logo
Add comment