Search Issue Tracker
Fixed
Fixed in 2022.3.52f1, 6000.0.20f1, 7000.0.0a10
Votes
0
Found in
2022.3.32f1
6000.0.5f1
7000.0.0a1
Issue ID
UUM-73373
Regression
No
NativeArray can not be accessed when making a second AsyncGPUReadback.RequestIntoNativeSlice request
How to reproduce:
1. Open the “IN-77552_repro“ project
2. Open the “SampleScene“
3. Enter Play Mode
4. Observe the Console
Expected result: Error is not thrown
Actual result: InvalidOperationException error is thrown
Reproducible with: 2021.3.39f1, 2022.3.32f1, 6000.0.5f1
Reproducible on: WIndows 10
Not reproducible on: No other environment tested
Error: InvalidOperationException: The Unity.Collections.NativeArray1[System.Byte] can no longer be accessed, since its owner has been invalidated. You can simply Dispose() the container and create a new one.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Add comment