I am Charmie

メモとログ

Unity

Unityで3次元モデルを表示

Unityで3次元モデルを表示する. 公式ドキュメントの意訳なので間違っているかも. 使用可能な3次元モデルのファイル形式 (公式ドキュメント) 以下の2種類のファイルのいずれかであれば扱える. ※ ただし,Proprietaryファイルを扱うためには,該当するソフ…

Unity 2D で画像を動的に切り替える

とりあえず3行で Unity 2Dで Scriptを駆使して ゲーム実行中に複数枚の画像を切り替える 動画確認バージョン 以下のUnityで動作確認済み 2018.3.7f1 2019.1.3 手順 そんなに大変じゃない. 手順 1 プロジェクトの新規作成 2Dのプロジェクトを新規作成 手順 2…

OvrVisionPro with HTC Vive

タイトル通り,前ポストで散々けなしたOvrvision Proの映像をHTC Viveで閲覧した. 簡単.感動.Unity恐るべし!!Viva Ovrvision Pro!! バージョン 以下のバージョンで成功 Unity Ovrvision SDK SteamVR 2018.3.7f1 1.90 1.3.23 2019.1.3 1.90 ? 事前準備 以…

FLIR camera on HTC Vive with Unity

This post has a set of links to my posts that describe how to show video stream captured by a FLIR camera on HTC Vive using Unity on Linux and Mac.Step 1 Use FLIR cameraStep 2 Show video stream from FLIR camera on HTC Vive

Leap Motion with Unity on Mac

This note describes how to setup an environment to use leap motion with unity on Mac OS X Mojave.The official information is available here. Step 1: Enable to use Leap Motion on computerWe need to install the SDK to use Leap Motion on comp…

Unity on Linux

The installer is available on unity forum. At the end of this thread, you can access the link to the installers. Download the installer (UnityHubSetup.AppImage).Make the installer executable.Run the installer. The installation works as the…

Unity on Mac

This is my note how to setup Unity on Mac OS X Mojave.Unity hub is a Unity package manager with which we can easily install multiple version of Unity and manage installed components.See the official documentation here! Go to download page …

Leap Motion with Unity on Mac

This is a memo on setup using leap motion with unity on my mac book pro mojave.I got hints from the following sites.https://uni.gas.mixh.jp/unity/mac-install.htmlhttp://kan-kikuchi.hatenablog.com/entry/VisualStudioforMachttps://qiita.com/h…