2

我有代码:

savedImage = new Texture2D((int) this.camera.pixelWidth, (int) this.camera.pixelHeight, TextureFormat.RGB24, false);
savedImage.ReadPixels(this.camera.pixelRect, 0, 0);
savedImage.Apply ();

它只是以某种方式截取屏幕截图。此代码适用于三星 SI 和 SIII,但不适用于 Note。在三星 Note 上,它只返回黑屏。有谁知道为什么会这样?非常感谢?

4

0 回答 0