unitycoder / UnityMobilePaint

Public repository for MobilePaint issues & requests
https://www.assetstore.unity3d.com/en/#!/content/19803?aid=1101lGti
MIT License
49 stars 16 forks source link

Unity 2020.1+ Texture Access API examples #53

Open unitycoder opened 3 years ago

unitycoder commented 3 years ago

Unity 2020.1+ Texture Access API examples.. would be faster:

SetPixels: 113ms,
SetPixel: 140ms,
SetPixelData w/ Burst: 17ms,
SetPixelData w/ Burst, parallel jobs: 1.7ms.

https://github.com/aras-p/UnityTextureAccessApiExamples