获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
一模一样
unity转微信小程序限制分辨率失败https://github.com/wechat-miniprogram/minigame-unity-webgl-transform/blob/main/Design/OptimizationPerformence.md 根据文档中的推荐,依靠devicePixelRatio限制分辨率,会报“Cannot assign to read only property 'devicePixelRatio' of object '#<Window>' as game.js...” if(wx.getSystemInfoSync().platform == 'ios') window.devicePixelRatio = 2;
01-19一样的问题
unity 2d开发 使用插件转成小游戏后打开显示 Texture2D 序列化出错unity 2d开发 使用插件转成小游戏后打开显示 Texture2D 序列化出错 Mismatched serialization in the builtin class 'Texture2D'. (Read 21984 bytes but expected 21960 bytes) plugin.js:77 Mismatched serialization in the builtin class 'Texture2D'. (Read 2796388 bytes but expected 2796364 bytes)
2023-12-21