UnityAsyncImageLoader
UnityAsyncImageLoader copied to clipboard
Change interface from byte[] to Memory<byte>
It would be great if the interface didn't take plain byte arrays. The reason being that you can't really allocate those easily from a block based system. Memory
Not sure but since we're in Unity-land anyway, wouldn't it suffice to use NativeArray