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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Resolution Note:
Fixed by another internal issue: UUM-51045: OnAudioFilterRead VU meter missing