Texture2D.GetData is not supported in GL ES 2. This came up before in a GitHub issue. What are you using it for specifically? There’s often a better way to do things that does not rely on pulling texture data from the GPU (which is typically very slow).