Search Issue Tracker
Fixed in 2021.2.X
Fixed in 2021.1.X
Votes
0
Found in
2021.1.0a1
Issue ID
1318381
Regression
Yes
AsyncReadManager.Read writes to input array pointer during async operation
A recent change in 2021.1 started writing the bytes read to the pointer passed in to the Read command. Prior to this PR, the user did not need to maintain the life of the pointer beyond the call to Read. This PR reverts the behavior so that the user does not need to maintain the passed in ReadCommand for the duration of the Read operation.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
Add comment