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
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
Resolution Note:
Fixed by another internal issue: UUM-51045: OnAudioFilterRead VU meter missing