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
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
- Errors and warnings are thrown after installing Visual Effect Graph Learning Samples
- Add Behaviour dropdown has a part in which the dropdown outline is cut out when the Add Behaviour dropdown is opened
Resolution Note:
Fixed by another internal issue: UUM-51045: OnAudioFilterRead VU meter missing