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
- Packman: "My Assets" filters section doesn't rescale on filter sections collapse
- "DrawDepthNormalPrepass" exceptions are thrown in Editor when Ctrl key is held with specific renderer settings
- Script file name changes do not display in Editor when Compiler errors are present
- Sprites are not rotating with bones when the Sprite type is Unlit
- Crash on TransferField_NonArray<YAMLRead,Converter_String> when opening a specific project
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.