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
- 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
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.