#How to work on a AsyncGPUReadback from within a job?

1 messages · Page 1 of 1 (latest)

jaunty sable
#

Unity complains that it uses unsafe pointer, I sprinkle unsafe pointer restriction disable but it still complains. I think that the way the code is written won't lead to race condition since the Update loop waits for the job to complete before refreshing the request.
...And as Unity just crashed, Oh IIIII wonder.