Search Issue Tracker
Won't Fix
Votes
0
Found in
3.0.0b7
Issue ID
372710
Regression
No
Importing packages that have the same folder but different content fails (GUID issue)
Repro:
1) Import PackageOne.unitypackage
2) Import PackageTwo.unitypackage
Result:
The second package import reports that there's nothing new to import. This is not true:
Package1 contains: Editor/FileNumberOne.cs
Package2 contains: Edtior/FileNumberTwo.cs
Update: This is only reproducible by creating packages from files that have the same GUID. The repro steps below are what needs to be done to reproduce the packages already included with the case.
1) Create a package from a script file
2) Rename the script file and change some of it's content
3) Create a new package from the script file
4) Delete the packages
5) Import package1
6) Import package2
Result: Unity will tell you that it wants to import the file contained in package1 even though you're importing from package2. After import, you will only have one file. It will have the name of the script in package1 and the contents of the file in package2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Render Pipeline Converter selected asset counter reports one fewer item when using manual selection
- [Android] [Adreno] [WebGL] A light cookie is not rendered with shader compile error when WebGL build is launched on a device with Adreno GPU
- Rigibody sliding over a flat surface that is made of several GameObjects detects false collisions when Collision Detection is set to "Continuous" or "Continuous Dynamic"
- UI Toolkit Label height is incorrectly calculated when using max-width with percentage value
- Visual Effect Material causes Scene view to update continuously when both Scene and Game views are open, despite "Always Refresh" being disabled
Add comment