This translation is community contributed and may not be up to date. We only maintain the English version of the documentation. Read this manual in English
为Windows平台开发开发Defold应用是一件轻车熟路的事.
Windows 相关设置位于game.project 文件的 Windows部分 .
Windows游戏的图标要使用 .ico 格式. 你可以拿一个 .png 文件, 使用ICOConvert 或者 AConvert 之类的在线工具生成 .ico 图标. 上传图片最小使用这些尺寸: 16x16, 24x24, 32x32, 48x48, 256x256.
原文: Microsoft - Windows 应用图标建设
例如在 Linux 上:
sudo apt install imagemagick
convert icon_256x256px.png -compress None -define icon:auto-resize=256,128,96,64,48,32,24,16 favicon.ico
A: 这个错误发生在 使用 AMD Radeon GPU 的机器 上. 注意更新显卡驱动.
A: 试试以管理员身份打开 Defold. 右键点击 Defold 可执行程序选择 “以管理员身份运行”.
A: 確保你的驅動版本大於等於 27.20.100.8280. 參見 Intel Driver Support Asistant. 更多信息請見 這個帖子.
如果编辑器崩溃, 日志提示 Caused by: java.awt.AWTError: Assistive Technology not found: com.sun.java.accessibility.AccessBridge
请参考如下步骤:
C:\Users\<username>
.accessibility.properties
的文件assistive_technologies=com.sun.java.accessibility.AccessBridge
screen_magnifier_present=true
#
`)Did you spot an error or do you have a suggestion? Please let us know on GitHub!
GITHUB