Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.3.0b2
Issue ID
1082263
Regression
No
[BuildFolder] Building app using duplicate project picks original project's folder
How to reproduce:
1. Create a new project
2. Build SampleScene
3. Close project
4. Right click on project folder and Compress it
5. Unzip the project (folder name can be renamed)
6. Open unzipped project and build on same platform
Actual result: notice the folder selected to build the app to is of original project
Expected result: it should select folder of the project which is open
Reproducible: 2018.1.9f1, 2018.2.5f1, 2018.3.0a1, 2018.3.0b2, 2019.1.0a1
Note:
Tested using Mac Standalone, iOS and Android
Tested on MacBook Pro (2017) OSX 10.13.6
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Builder can't set a background image to a sprite from a multi-sprite spritesheet in the Resources folder
- Light2D freeform does not render the internal part when rendered in certain shapes
- Using AddCopyPass causes an incorrect merging of passes.
- Negative Enum value is not pasted correctly when copying from another array
- Silent Crash when generating Lightmap UVs for a model with a large object scale
Resolution Note:
Given that we use absolute paths to save the build location there's no reliable way to determine that we shouldn't be using the original build path in the new project.