unity 再android环境打包后Render Texture不显示,但是在Window环境是可以显示的
1条回答 默认 最新
带酒书生 2021-06-23 15:50关注有报什么错误吗?RenderTexture的antiAliasing项设置为1试试,比如:
rt = new RenderTexture(512, 512, 24); rt.antiAliasing = 1;解决 无用评论 打赏 举报
unity 再android环境打包后Render Texture不显示,但是在Window环境是可以显示的
有报什么错误吗?RenderTexture的antiAliasing项设置为1试试,比如:
rt = new RenderTexture(512, 512, 24);
rt.antiAliasing = 1;