2020年05月06日

ブログ移転のお知らせ

「Unityお勉強中のメモ・ブログ」を移転することにしました。

新ブログはこちらです。

My note | パソコンやプログラミング関連で勉強したことの覚え書き
https://ugcj.com/

Unity関連は主にこちらのカテゴリーに分類しています。

「Unity」カテゴリーアーカイブ
https://ugcj.com/category/programming/unity/

これまで同様、Unityに関する覚え書きやLinux/サーバー関連の覚え書きを投稿していく予定にしています。
posted by unity-chan at 20:09 | News

2020年02月27日

Unity Student プラン

学生向けに無料で使える「Unity Student プラン」が始まるそうです。

Get a Unity Student plan today | Free 3D & VR software for students | Unity - Unity Store
https://store.unity.com/academic/unity-student

GitHub Student Developer Packの1つとして提供される形になるようです。

GitHub Student Developer Pack - GitHub Education
https://education.github.com/pack

対象は18歳以上の学生で在学証明書の提出等も必要となりますが、Unity含めていろいろなサービスが提供されているみたいです。学生でゲーム開発やプログラミングに興味ある人はチェックしてみてください。
posted by unity-chan at 07:20 | News

2020年02月06日

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
タグ:android Linux
posted by unity-chan at 07:27 | News

2019年11月13日

Unity 2019 2 12

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

What's new in Unity 2019.2.12 - Unity
https://unity3d.com/unity/whats-new/2019.2.12

ということで、UbuntuにLinux版Unity Editorをインストールしてみました。

まだ軽く触った程度ですが、Windows上で操作しているのとほとんど変わらない操作感で使えています。クロスコンパイルでWindows用のexeやAndroid用のapkもビルド可能できます。

インストール自体もUnity Hubを実行(ダブルクリック)するだけで、Linuxに詳しくない人でも問題ないと思います。想像以上に簡単なのでLinux版が気になっている人はチャレンジしてみてください。

Linux版Unity Hubのダウンロード

Unity - Manual: Installing the Unity Hub
https://docs.unity3d.com/2019.3/Documentation/Manual/GettingStartedInstallingHub.html

Unity Hub v2.0.0 Release - Unity Forum
https://forum.unity.com/threads/unity-hub-v2-0-0-release.677485/

リンク

Unity - Download Archive
https://unity3d.com/get-unity/download/archive
タグ:Linux
posted by unity-chan at 21:37 | News

2019年11月10日

Unity 2019 2 11

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

What's new in Unity 2019.2.11 - Unity
https://unity3d.com/unity/whats-new/2019.2.11

ということで、Unityで作ったWindowsゲームの動作条件が気になったのでRelease notesで確認してみました。

OS: Windows 7 SP1+, 8, 10, 64-bit versions only
CPU: SSE2 instruction set support
GPU: Graphics card with DX10 (shader model 4.0) capabilities.

Windows XP/Vistaが動作環境外なのは少し前に話題になったような気がします。
Windows 7以降でSSE2非対応なCPUを使っているPCはまずないと思いますので、CPUは通常問題ないと思います。
DX10はCPU内蔵のGPUでもほとんどの場合対応していますが、仮想環境で実行したい場合などには注意が必要かなと思います。

Unityで作ったゲームの動作環境を聞かれた場合の参考に。

リンク

Unity - Download Archive
https://unity3d.com/get-unity/download/archive
posted by unity-chan at 11:17 | News