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
- Rigged GameObject doesn’t return to its idle state when disabling "Preview" and the GameObject has nested rigged GameObjects
- Error "ArgumentException: Trying to use an invalid resource" when creating custom post-processing effect in URP
- [DX12] GameObjects using CommandBuffer DrawProcedural and DispatchCompute calls have color flicker when changing color and moving mouse cursor
- The Player becomes unresponsive after resolution switch in Exclusive Fullscreen mode when using DX12 Graphics API
- (Apple Silicon) Floating point inconsistencies between mono and il2cpp
Add comment