Search Issue Tracker
Duplicate
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2018.3.2f1
2019.1.0a1
2019.2.0a1
Issue ID
1118822
Regression
No
Script reference lost when importing .unitypackage with .dll files
Steps to reproduce:
1. Open the attached Project "ReimportReproPackage"
2. See the Inspector Window for GameObject "ColorChaningCube" (there is a Script Component attached)
3. Export the Project as a Unity Package
4. Create new Unity Project and Import the Package
5. See the Inspector Window for GameObject "ColorChaningCube" (the Script Component lost Script refference)
Expected Result: scripts are imported with the Package
Actual Result: script references are lost and Scripts are not imported with the package
Reproducible with: 2017.4.18f1, 2018.3.3f1, 2019.1.0a14, 2019.2.0a1
Note: Asset store item "DllSwitcher " is used in the Project. Scripts are restored if Assets -> Reimport All is called.
-
Resolution Note:
Interdependent .dlls have to be in the same folder for this to work.
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 JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
This is a duplicate of issue #696013