【Unity踩坑】UWP项目安装包认证失败

问题:在Unity导出的VS项目,打包生成appx后,进行应用认证时失败。提示部分API不支持。

  • API __C_specific_handler in kernel32.dll is not supported for this application type. UnityPlayer.dll calls this API.
  • API DXGIGetDebugInterface1 in dxgi.dll is not supported for this application type. UnityPlayer.dll calls this API.
  • API GetFileVersionInfoSizeA in version.dll is not supported for this application type. UnityPlayer.dll calls this API.

解决方案:

在打包时要选择"Master"。因为报告中提到的API,只在debug和release版本中用到。

参考:https://discussions.unity.com/t/uwp-certification-offline-and-online-fails-unity-2019-master-build/784490/4

相关推荐
Flamesky9 小时前
实时多人游戏同步方案:不同架构的对比
unity·p2p·同步·pvp·状态同步·多人在线·帧同步
王维志12 小时前
在Unity中使用Epplus写Excel
unity·游戏引擎·excel
虾球xz12 小时前
游戏引擎学习第18天
java·学习·游戏引擎
tealcwu20 小时前
【Unity基础】对比Unity中碰撞类与触发类交互机制
unity·游戏引擎·交互
这不比博人传燃?1 天前
传奇996_22——自动挂机
游戏引擎
杳戢1 天前
凹凸/高度贴图、法线贴图、视差贴图、置换贴图异同
unity·图形渲染·贴图·技术美术
飞起的猪1 天前
【虚幻引擎】UE5数字人开发实战教程
ue5·游戏引擎·虚幻
异次元的归来1 天前
UE5的线程同步机制
ue5·游戏引擎·unreal engine
我是汉堡请多指教1 天前
Unity学习---IL2CPP打包时可能遇到的问题
学习·unity·游戏引擎
虾球xz1 天前
游戏引擎学习第16天
学习·microsoft·游戏引擎