Search Issue Tracker
Fixed
Under Consideration for 2022.3.X, 2023.2.X, 2023.3.X
Votes
0
Found in
2022.3.4f1
2023.1.3f1
2023.2.0a22
2023.3.0a3
Issue ID
UUM-41502
Regression
Yes
VU meter is not shown in the Inspector window when using “OnAudioFilterRead”
How to reproduce:
1. Open the user’s attached “UAS-Core-Dev_2022_3.zip” project
2. Enter Play Mode
3. In the Hierarchy window, select “Example” GameObject
4. Observe the “Example” component in the Inspector window
Expected result: VU meter is shown
Actual result: VU meter is not shown
Reproducible with: 2022.2.0a9, 2022.2.21f1, 2022.3.4f1, 2023.1.3f1, 2023.2.0a22
Not reproducible with: 2021.3.28f1, 2022.2.0a8
Reproduced on: macOS 13.2.1 (Intel)
Workaround: implementing a custom editor without overwriting anything brings the VU meter back
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Resolution Note:
Fixed by another internal issue: UUM-51045: OnAudioFilterRead VU meter missing