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
- UI Toolkit Style is inconsistent when using Style Classes named using digits
- Outdated page opens when accessing Sprite Atlas v2 reference page
- "DateTime.Now" in the UK timezone does not adjust when the British Summer Time is active
- "Unsupported source texture format (7) in ComputeNextMipLevel" error is shown and the texture atlas is corrupted when the texture format "RGB Compressed ETC2 4bits" is selected
- The label that uses data binding is no longer updated at runtime when `INotifyBindablePropertyChanged` reloads updates of the VisualTreeAsset in UIDocument
Add comment