Search Issue Tracker
Fixed in 2023.2.4f1
Fixed in 2023.2.X, 2023.3.X, 2023.3.0a18
Votes
1
Found in
2023.2.0b17
2023.3.0a13
Issue ID
UUM-55556
Regression
Yes
2 assertion errors are logged in the Console when importing the user's project with a plugin to a newly created one
Reproduction steps:
1. Create a new project in any of the 2023.2.0a17-2023.3.0a13 Unity Editor versions
2. Copy-paste the files of the user-attached “asset-test.zip“ project to the newly created project via the Windows File Explorer
3. Select “Replace the files in the destination” if prompted
Expected result: No errors are thrown in the Console
Actual result: 2 assertion errors are thrown in the Console (see below for full error messages)
Reproducible with: 2023.2.0a17, 2023.2.0b17, 2023.3.0a13
Not reproducible with: 2021.3.32f1, 2022.3.13f1, 2023.1.19f1, 2023.2.0a16
Reproduced on: Windows 11 Pro (22H2)
Not reproduced on: No other environment tested
Notes:
- See internal comments for the link to the PR which might be causing the issue
- The user encountered the problem after upgrading their project with a plugin to the 2023 Unity Editor stream
First error message:
”PluginImporter::GenerateAssetData should never be called. Asset path='Assets/MicrosoftGame.Config'“
Second error message:
”Assertion failed on expression: 'foundQueueIndex'“
Comments (1)
-
pulzefx
May 04, 2024 20:26
This is infact not fixed
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
- Crash on "StoredGraphicsBuffer::GetGfxBufferID" when activating VFX via extention of Activation Track in Timeline window
- [Linux] Stack trace file path and line number information is missing when IL2CPP Stacktrace Information is set to "Method Name, File Name, and Line Number"
- Warnings due to obsolete Object.FindObjectsByType<T> usage and [SerializeReference] are logged when opening the Netcode for Entities setup scene
- Non-standard pointers cannot change Inspector values with arrow controls when crossing Inspector area
- No longer able to change the Toggle or Slider GameObjects' Target Graphic value and a NullReferenceException is thrown when the Target Graphic value is set to None at any point
Resolution Note (fix version 2023.3):
Fixed assertion errors that occur when importing case insensitive plugins.
Resolution Note (fix version 2023.2):
Fixed assertion errors that occur when importing case insensitive plugins.