Search Issue Tracker
Fixed in 2021.1.X
Fixed in 2019.4.X, 2020.1.X, 2020.2.X
Votes
2
Found in
2019.4
2019.4.4f1
Issue ID
1268154
Regression
No
[Asset Import] Errors thrown on creating a project using microgame templates
When a project is created using the latest microgame templates, a couple of errors are thrown in the console.
1] GetLoadedImportedAssetsAndTargetHashes called with invalid targetHash
Assertion failed on expression: 'it->second.IsValid()'
2] Failed to load window layout: System.ArgumentException: Window layout at 'Temp/InitialLayout.wlt' could not be loaded.
3]Failed to load layout from "Temp/InitialLayout.wlt".
UnityEngine.Debug:LogError (object)
affects:
FPS 1.2.0
Karting 2.1.0
Steps to reproduce:
1. Download the template file attached to this case and install it (On windows, the folder is [editorroot]\Editor\Data\Resources\PackageManager\ProjectTemplates
2. Restart the HUB
3. Create a new project using the FPS template
4. Check the console once everything is launched.
Expected Result:
Project is created without any errors.
Actual Result:
Errors are thrown in the console.
Tested on Windows & MacOS.
Reproduced using 2020.2.0b3, 2020.1.5f1, 2019.4.0f1, 2019.4.7f1
Cannot reproduce using 2020.1.1f1, 2020.2.a20
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Graphic components errors when running Dedicated Server Build/Standalone build at headless runtime
- "Use incremental GC" is a shared parameter but not identified as one with a "*" when displayed in the Player Settings
- "Path could not be found for script compilation file" error is thrown when the files are injected with RegisterPostInitializationOutput
- SrpBatcher causes all SpriteRenderers to render the same sprite when the shader is not compatible with the SrpBatcher
- SelectedIndex does not update when a ListView item is selected by a Mouse click
Add comment