Search Issue Tracker
By Design
Votes
0
Found in
2019.1.0a1
2019.1.0b8
2019.2.0a1
Issue ID
1140704
Regression
No
Assets created via Assets menu become missing from Prefabs when the Prefabs and Assets are imported from external package
How to reproduce:
1. Open the attached project ("case_1140704")
2. Go to Window->Package Manager
3. Press the "Add package from disk" button and select package.json from the provided "testpackage" folder
4. Go to Project->Packages->Test Package
5. Add Cube to the Scene
Expected results: All Cube Assets are preset
Actual results: Cube has missing Assets
Reproduced with: 2019.1.0f2, 2019.2.0a11
Note: The feature allowing to upload custom package using package.json was introduced in 2019.1 version
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
- Some package directories are not found, and errors are thrown in the Console when the project path is quite long
- Code runs slower when using a cached exception instance compared to creating a new one
- Broken UI in Default Preset Add Section of "Preset Manager" window
- [iOS] The Player freezes when closing the Notification Center and quickly swiping down from top
- Crash on Texture2D:SetPixelImpl when rapidly calling Texture2D.Apply()
Resolution Note (2019.3.X):
Not a bug.
The attached package asmdef file was setup incorrectly such that the scripts were not recognized. I updated the test package to setup asmdef file properly and everything works.