240 发简信
IP属地:北京
  • 120
    Managed plug-ins (DLL工具封装)注意点

    与Unity版本对应的.NET Framework框架版本, 不同dll之间相互调用只需要引用类库即可 生成dll文件 dll文件所在

  • 120
    Unity Export64Bit Android工程所遇到的问题

    从2019 年 8 月 1 日开始,在 Google Play 上发布的应用必须支持64 位架构。 公司所有在Google Play 上发布的应用都要重新发布为64Bit的包...

  • Unity坐标转换

    世界坐标转换本地坐标 public Transform ObjectPos; public void CdPos() { Transform parent=ObjectorP...

  • android Build apk Error: Build-in class shrinker and multidex are not supported yet.

    我的解决方案 添加 shrinkResourcesfalse 调试和发布 buildTypes: buildTypes { debug { //minifyEnabled f...