You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<UnityEngine>\UnityEngine\Rendering\AsyncGPUReadback.cs:1143 Pointers may only be used in an unsafe context
Error:
Calling:
Adding unsafe to the call makes the error go away but this might not be correct looking at the CSReference above (maybe they changed it tho) where the called method Internal_RequestAsyncReadback_1(src, callback); does not have a third argument
Input code
Please see #2389
Decompilation fails in
UnityEngine.Rendering.CommandBuffer
e.g.RequestAsyncReadback
Here is the relevant section in CSReference
https://github.com/Unity-Technologies/UnityCsReference/blob/61f92bd79ae862c4465d35270f9d1d57befd1761/Runtime/Export/Graphics/RenderingCommandBuffer.bindings.cs#L42
Erroneous output
<UnityEngine>\UnityEngine\Rendering\AsyncGPUReadback.cs:1143 Pointers may only be used in an unsafe context
Error:
Calling:
Adding unsafe to the call makes the error go away but this might not be correct looking at the CSReference above (maybe they changed it tho) where the called method
Internal_RequestAsyncReadback_1(src, callback);
does not have a third argumentDetails
Please see #2389
The text was updated successfully, but these errors were encountered: