public void Record() { playButton.StartRecording(); Texture curTex = GetComponent <GUITexture>().texture; GetComponent <GUITexture>().texture = stopTex; stopTex = curTex; }
public void Record() { playButton.StartRecording(); Texture curTex = guiTexture.texture; guiTexture.texture = stopTex; stopTex = curTex; }