Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.1.0f3
Issue ID
935242
Regression
No
Similar named script overrides the already existing one in the project when imported with the unitypackage
The bug seems to happen only when the script is created, exported to package, modified and exported to a different package
To reproduce:
1. Download the packages, attached by the tester (package1.unitypackage and package2.unitypackage)
2. Import package1 into the new project
3. A menu item should appear in the toolbar: Tools -> Class1
4. Import package2 into the project
5. Tools -> Class 1 menu item will be overridden and will show Class2 instead of showing both Class1 and Class2.
6. Both packages contain a differently named script in the Editor folder, but after importing both packages there is only one script
Expected: importing the package which contains a very similar script to a previously imported package's script, doesn't override the existing script
Reproduced in 5.5.4p2, 5.6.3f1, 2017.1.0f3, 2017.2.0b5, 2017.3.0a2
Won't fix: asset store package feature (.unitypackage) is deprecated in favour of the new Unity Package Manager. This bug user pain is too low to invest development time
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Add comment