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
- [Android][iOS] The keyboard closes and re-opens when consecutive input fields are selected
- Complex Sub Graph connected to a Voronoi node is ignored when the shader gets applied as a Material
- Compute Shader property not set error when entering play mode with path tracing and PBR sky
- "WebGL Publish" detects WebGL module and allows building when it is installed without restarting the project
- Editor is non-responsive and flickers when multiple Water System instances are enabled
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.