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
- The tag adder functionality does not work if a space is entered instead of a name
- Errors thrown in the Console when configuring In-App Purchases package
- Longer Scaler Profile names go out of the"Scaler Profilers" section
- AI Navigation window UI elements overlap when the AI Navigation window is docked and resized
- Editor freezes after some time when using NavMeshQuery::Raycast
Add comment