Unity 2019.3.0

Unity 2019.3.0がリリースされました。

What’s new in Unity 2019.3.0 – Unity
https://unity3d.com/unity/whats-new/2019.3.0

ということで、少し前から使っているLinux版をUnityHub経由でインストールしてみました。が、apkのビルドで

JDK not found

というエラーが発生する不具合があるみたいです。

バグレポートとかを参考に

  • Editor/Data/PlaybackEngines/AndroidPlayer/SDKにtoolsをコピー(もしくはシンボリックリンクを作成)
  • Editor/Data/PlaybackEngines/AndroidPlayer/OpenJDK/jre/bin/*Editor/Data/PlaybackEngines/AndroidPlayer/OpenJDK/bin/*の各ファイルに実行権限を追加
  • Preferences -> External ToolsのNDKパスをEditor/Data/PlaybackEngines/AndroidPlayer/NDK/android-ndk-r19に変更

という感じで修正してみたらビルドできるようになったみたいです。

インストールした環境やUnityのバージョンによって修正の仕方も変ってくるかもしれませんので、困っている人はいろいろ試してみてください。

リンク

Unity Issue Tracker – [Linux] Unity Hub sets up Android SDK, NDK and JDK incorrectly on Linux
https://issuetracker.unity3d.com/issues/ubuntu-unable-to-use-andriod-ndk-and-sdk-tool-installed-via-hub

Android build fails with “UnityException: JDK not found” – Unity Forum
https://forum.unity.com/threads/android-build-fails-with-unityexception-jdk-not-found.781850/

Unity – Download Archive
https://unity3d.com/get-unity/download/archive

関連記事

Unity 2019.1
Unity 2019.1がリリースされました。 What's new in Unity 2019.1 - Unityhttps://unity3d.com/unity/whats-new/2019.1.0 どんな感じでアップデートされているのか詳しく調べていませんが、とりあえずダウンロードして使い始めてみようかなと思います。 リンク Introducing Unity 2...

Unity 2019.2.0
Unity 2019.2.0がリリースされました。 What's new in Unity 2019.2.0 - Unityhttps://unity3d.com/unity/whats-new/2019.2.0 Unityではスクリプト編集でVisual Studio Communityを使っていたのですが、最近は気分を変えてVisual Studio Codeを使っています。拡張...

Unity 2019.2.1
Unity 2019.2.1がリリースされました。 What's new in Unity 2019.2.1 - Unityhttps://unity3d.com/unity/whats-new/2019.2.1 ところで、2019.3からUnity EditorのLinux版がサポートされることになるみたいです。 Announcing the Unity Editor for...

Unity 2019.2.11
Unity 2019.2.11がリリースされました。 What's new in Unity 2019.2.11 - Unityhttps://unity3d.com/unity/whats-new/2019.2.11 ということで、Unityで作ったWindowsゲームの動作条件が気になったのでRelease notesで確認してみました。 OS: Windows 7 SP1...

Unity 2019.2.12
Unity 2019.2.12がリリースされました。 What's new in Unity 2019.2.12 - Unityhttps://unity3d.com/unity/whats-new/2019.2.12 ということで、UbuntuにLinux版Unity Editorをインストールしてみました。 まだ軽く触った程度ですが、Windows上で操作しているのとほとん...

Unity 2017.2.1
Unity 2017.2.1がリリースされました。 Unity - What's new in Unity 2017.2.1https://unity3d.com/unity/whats-new/unity-2017.2.1 細かなバグの修正等が追加されているそうなので、Unity 2017.2を使っている人は更新しておいても良いのではないかと思います。 ...