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 形式である必要があります。ICOConvert や AConvert などのオンラインツールを使うと、.png ファイルから .ico ファイルを簡単に作成できます。画像をアップロードし、少なくとも次のアイコンサイズを使用します: 16x16、24x24、32x32、48x48、256x256。
出典: Microsoft - Windows アプリのアイコンの作成
ImageMagick は、デジタル画像の編集や加工に使用する、無料のオープンソースソフトウェアスイートです。
apt を使ってインストールします
sudo apt install imagemagick
brew を使ってインストールします:
brew install imagemagick
magick icon_256x256px.png -compress None -define icon:auto-resize=256,128,96,64,48,32,24,16 favicon.ico
A: この問題は、AMD Radeon GPU を使用するコンピューターで発生することがあります。グラフィックスドライバーを更新してください。
com.sun.jna.Native.open.class java.lang.Error: Access is denied が表示されるのはなぜですか?
A: Defold を管理者として実行してみてください。Defold の実行ファイルを右クリックして、”Run as Administrator” を選択します。
A: ドライバーをバージョン 27.20.100.8280 以降に更新してください。Intel Driver Support Assistantで確認します。詳しくは、こちらのフォーラム投稿を参照してください。
AWTError: Assistive Technology not found と表示されます
エディターがクラッシュし、ログに 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
#`)を追加します