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
- Crash on SkinnedMeshRenderer::UpdateSkinnedMeshes when interacting with the Editor in a specific Scene
- Packman: "My Assets" filters section doesn't rescale on filter sections collapse
- "DrawDepthNormalPrepass" exceptions are thrown in Editor when Ctrl key is held with specific renderer settings
- Script file name changes do not display in Editor when Compiler errors are present
- Sprites are not rotating with bones when the Sprite type is Unlit
Add comment