Search Issue Tracker
By Design
Votes
0
Found in
2020.1.0b16
2020.1.13f1
2020.2
2021.1
Issue ID
1293771
Regression
Yes
Only the latest imported Asset's path is recorded when multiple Assets are imported at the same time
How to reproduce:
1. Open the user's attached "MinimumSampleProject" project
2. Import both attached Material Assets (Assets->Import New Assets..., then in the opened window select both attached Material Assets, then press Import)
3. Select "MyPathList" found in the Assets/SampleImporter folder
4. Open the Inspector (Window->General->Inspector)
Expected results: All imported Asset's paths are recorded
Actual results: Only the latest imported Asset's path is recorded
Reproducible with: 2020.1.0b16, 2020.1.16f1, 2020.2.0b14, 2021.1.0a8
Not reproducible with: 2018.4.30f1, 2019.4.16f1, 2020.1.0b15
Notes:
- Importing Assets one by one will record their paths
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
- [VFX Graph] ArcCone Direction computation is wrong in Base Mode
- [Android] [Galaxy Tab] A singular Pen touch logs a Pen touch event and a singular finger touch event when logged using "VisualElement.RegisterCallback" with "Pointer(Up/Down)Event"
- Crash on D3D12DescriptorCache::Deallocate or vkGetInstanceProcAddr when loading RenderDoc in a specific Scene
- [HDRP] Lit material preview is rendered incorrectly with a mask map
- The "LerpWhiteTo" missing function displays an error when the Shadows.hlsl shader is included in a Shader file
Resolution Note (2021.2.X):
It is not supported to load a native asset, update it, save it and again load it, within the same OnPostprocessAllAssets callback. Instead only save the asset, once all the updates have been done.