Search Issue Tracker
Active
Under Consideration for 2021.3.X
Votes
0
Found in
2021.3.43f1
Issue ID
UUM-79114
Regression
No
Crash on JobQueue::ScheduleJobMultipleDependencies when adding UI Components to multiple Sprite GameObjects simultaneously
Reproduction steps:
1. Open the attached “pupshoot.zip” project
2. In the Project window navigate to the “Assets/FinishedCharacterSprites“ folder
3. Drag the “Corgi_base_side.psb“ Prefab into the Hierarchy
4. Right-click on the “Corgi_base_side“ GO and select “Prefab” → “Uncpack Completely”
5. Expand the child list of the “Corgi_base_side.psd“ GO and select all of the existing GOs
6. In the Inspector window, click “Add Component” and add the “Image” component
7. Observe the crash
Reproducible with: 2021.3.43f1, 2022.1.0a11
Not reproducible with: 2022.3.44f1, 6000.0.18f1
Fixed in: 2022.1.0a12
Reproduced on: Windows 10, Windows 11
Not reproducible on: No other environment tested
Notes:
- Could not reproduce adding other than UI Components
- Appears to only reproduce if “Sprite Skin” script Component is attached to the GameObject
First few lines of the stacktrace:
0x00007ff66be14103 (Unity) JobQueue::ScheduleJobMultipleDependencies
0x00007ff66be0b280 (Unity) ScheduleMultiDependencyJobInternal
0x00007ff66be18bad (Unity) ScheduleManagedJobParallelForTransform
0x00007ff66b4ce6ce (Unity) JobsUtility_CUSTOM_ScheduleParallelForTransform_Injected
0x000002258cf4a8a8 (Mono JIT Code) (wrapper managed-to-native) Unity.Jobs.LowLevel.Unsafe.JobsUtility:ScheduleParallelForTransform_Injected (Unity.Jobs.LowLevel.Unsafe.JobsUtility/JobScheduleParameters&,intptr,Unity.Jobs.JobHandle&)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Add comment