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
- [tvOS] Provisioning Profile Type is ignored when it is set to "Distribution"
- Top-level lists are handled differently than nested lists when using JsonUtility.FromJson
- Console does not display Deprecation Warnings for certain packages
- Decal's fade occurs inconsistently when Scene and Game views are both open
- Not all Post-processing Overrides are visible when Camera Stack is applied
Add comment