⭐ Unity 开发bug —— 打包后shader失效或者bug (我这里用Shader做两张图片的合并发现了问题)
1.这里我代码没啥问题~~~编辑器里也没毛病voidStart(){//加载底图和上层图片stringbackgroundImagePath=Application.streamingAssetsPath+"/background.jpg";Texture2DbackgroundTexture=newTexture2D(2,2);byte[]backgroundImageData=System.I