예제 #1
0
        private void Awake()
        {
            textureCapture = GetComponent <TextureCapture>();
            textureCapture.SetRenderTexture(renderTexture);

            Application.runInBackground = true;
        }