Graphics.CopyTexture()는 텍스처 간의 간단하고 효율적인 데이터 전송 효율적인 데이터 전송 Texture.isReadable 값이 false 인 경우, CopyTexture 가 텍스처를 복사하는 가장 빠른 메소드. 아래 3가지 조건이 두 텍스처간에 동일해야 함. - 텍스처 포멧 - 크기 - RenderTexture.antiAliasing 값 https://docs.unity3d.com/ScriptReference/Graphics.CopyTexture.html Unity - Scripting API: Graphics.CopyTexture This method copies pixel data from one texture to another on the GPU. If you set Textu..