unity 再android环境打包后Render Texture不显示,但是在Window环境是可以显示的
有报什么错误吗?RenderTexture的antiAliasing项设置为1试试,比如:
rt = new RenderTexture(512, 512, 24); rt.antiAliasing = 1;