Search Issue Tracker
Fixed in 2018.1.X
Fixed in 2017.3.X
Votes
0
Found in
2017.1.0f3
Issue ID
940463
Regression
No
[UWP] Player fails to build with Release/Master after deleting 'UnityOverwrite.txt' and overwriting the build
Steps to reproduce:
1. Create a new Unity project
2. Create a new Scene
3. Build for UWP to an empty folder (make sure scripting backend is selected to .NET)
4. Open VS solution
5. Build & deploy on local machine (Release x86)
6. Exit player and Visual Studio
7. Go to the player's folder
8. Delete "UnityOverwrite.txt"
9. Repeat steps 3 - 5 (overwrite the previous build instead of building to an empty folder)
Actual result: build fails with an exception thrown
System.Exception: AssemblyConverter running on already processed assemblies. There is something wrong with your build.
at Unity.SanityCheckStep.Execute()
at Unity.Step.Execute(OperationContext operationContext, IStepContext previousStepContext)
at Unity.Operation.Execute()
at Unity.Program.Main(String[] args)
Reproducible with: 5.6.3f1, 2017.1.0p3, 2017.2.0b6, 2017.3.0a3
Not reproducible with Debug configuration
Fixed in: 2017.3.0b8, 2018.1.0a2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Add comment