Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.3.X
Votes
0
Found in
2017.4.31f1
2019.3.0a12
Issue ID
1182349
Regression
No
[Asset Importing] .unitypackage file in a project folder can import to the wrong project if multiple projects are open
If you open two projects and you have a .unitypackage file in a project folder of the project you opened most recently, clicking the .unitypackage file to import assets will lead to it trying to import into the other unity project.
1. Create a new unity project.
2. Create a second new unity project.
3. Open both projects. Make note of which project you opened second.
4. In the project you opened second, place a .unitypackage file into Assets folder externally in a file manager. (Do not do it in the editor.)
5. Open the .unitypackage file inside the editor to import it.
Expected Outcome: The package will begin its importing process inside the current project.
Actual Outcome: The window of the project that was opened first will be brought into focus. If you import, it will import into that project instead of the expected one.
Tested and reproducible in 2019.3.0b1, 2019.3.0a12, 2018.4.8f1, 2017.4.31f1
Not a regression.
A .unitypackage file to test this is attached to this project, as well as a .mov file of the issue occuring.
License type: Pro
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
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
- UI Builder doesn't update the style sheet when using "Extract inline style" right-click option
Resolution Note (fix version 2020.1):
The reproduction steps list an an unsupported use case (copying .unitypackage inside the Assets folder).