I try to get texture Pixels on an iOS paradox project
Color[] colors = gradientTexture.GetData();
But doing so I get a exception
System.NotSupportedException: Operation is not supported.
What other function should I use to to do read-only access to a texture on iOS?
Using low level apis like DX or OpenTK it is possible to lock, but I could find such function in paradox.
Thanks!