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
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
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.