Unityで画面の一部をキャプチャーしたJPG、Base64データをデコードしたい

```C# //画面切取 texture = new Texture2D(Screen.width, 800); texture.ReadPixels(new Rect(0, 720, Sc