Search Issue Tracker
Fixed
Fixed in 1.9.6
Votes
1
Found in [Package]
1.9.5
Issue ID
UVSB-2576
Regression
No
"'AudioMixerController' is inaccessible due to its protection level" error is thrown when building a specific project
How to reproduce:
1. Open the attached “IN-88299” project
2. Build the project
3. Observe the Console log
Expected result: A error is thrown in the Console log
Actual result: No errors are thrown in the Console log
Reproducible with: 1.9.4 (2022.3.52f1, 6000.0.27f1, 6000.1.0a4), 1.9.5 (2022.3.52f1, 6000.0.27f1, 6000.1.0a4)
Could not test with: 2021.3.46f1 (Missing package dependencies and missing method errors)
Reproduced on: Windows 10 (User), Windows 11
Not reproduced on: No other environment tested
Comments (1)
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
- Emojis with different skin tone options show incorrectly when "Multi Atlas Textures" is enabled in the Font Asset Properties
- Eyedropper Tool Shows Black Square UI Artifact on Cursor (Ubuntu)
- Some Emoji and Ligature sequences containing Variant Selectors are misinterpreted
- Errors “Render Graph Execution error” and "KeyNotFoundException" are thrown and Scene/Game views are not rendered when RenderGraphBuilder has AsyncCompute enabled
- Separation Line is used at the bottom of Prefab dropdown options when there is nothing to separate
m4rtindu59
Dec 21, 2024 10:04
Hi,
I came across this discussion that solves part of the problem:
https://discussions.unity.com/t/compilation-error-with-aotstubs/934044
If the AudioMixer is a graph variable rather than an object variable, the error doesn’t occur. This isn’t very convenient, and it would be better if it were possible with an object variable.
However, there are still several errors related to visual scripting that I can’t resolve, which prevent me from building my project.