Search Issue Tracker
Fixed in 5.2.4
Votes
0
Found in
5.3.0f1
Issue ID
746296
Regression
No
[UWP][WSA] Scripts are referenced twice in built Unity C# Projects
If scripts are placed inside Plugins folder, they will be referenced twice in the C# Projects (Assembly-CSharp and Assembly-CSharp-firstpass) that is built for UWP or WSA. This will cause the following error:
Error CS0121 The call is ambiguous between the following methods or properties: [...]
This might have gone unnoticed before because the error is only a warning when dealing with normal classes, but when extensions are involved these become errors.
Reproducible in Unity 5.2.X and 5.3.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [macOS] Project fails to load when Virtual Artifacts are Corrupted
- Long scheduler times on main thread when using InstantiateAsync with a singular massive Prefab
- The project hangs upon opening it when importing the "discrete_rank2_vector_v2_0.onnx" file
- Opening the Look Dev hangs the Editor when the window is opened for the first time in the project or after deleting the Library folder
- Look Dev has blurry icons on 4k monitors
Add comment