MMD for Unity on Linux
Created|Updated|3d

http://mmd-for-unity-proj.github.io/mmd-for-unity/
Unity 3D のLinux 版でMMD を取り込んでみました。
MMD for Unity のダウンロード
- http://mmd-for-unity-proj.github.io/mmd-for-unity/ を開きます。
DOWNLOADSボタンのリンク先のマスターブランチは少し古いのでブランチを切り替えることにします。 View on GitHubボタンをクリックして、リポジトリでブランチを2.1.1bに切り替えます。Download ZIPをクリックしてダウンロードして、プロジェクトのAssets ディレクトリに展開します。- メニューに[MMD for Unity] が表示されます。
PMD のインポート
- Assets の中のPMD モデルファイルを選択します。
- Inspector で
Convert to Perfabを選択します。
とやったような気がする。
Related Articles
2014-01-12
MikuMikuPenguin
https://github.com/sn0w75/MikuMikuPenguin ニコニコ動画でMikuMikuPenguin が公開されていたので、試してみました。作成者の方に感謝です。今後に期待ですね。 実行環境 項目 環境 ディストロ Ubuntu GNOME 14.04 a1 デスクトップ環境 GNOME Shell 3.11.3 Linux カーネル 3.12.0 コンパイラ gcc/g++ 4.8.2 ビデオカード GeForce GTX 560 Ti/PCIe/SSE2 前提ライブラリ等確か、こんな感じで入れたと思う。 $ sudo apt-get install git dialog automake autoconf libtool libglfw-dev libBullet-dev libglm-dev libSOIL-dev libSDL2-dev libsdl2-mixer-dev ビルド$ ./configure$ make -j4 実行$ ./pmxThis is PMXViewe...

2016-08-11
Unity3D 5.4.0p1
http://forum.unity3d.com/threads/unity-on-linux-release-notes-and-known-issues.350256/#post-2747477 Unity3D の5.4.0p1 が公開されていたので、インストールしてみました。 環境 Ubuntu GNOME 16.04 GNOME Shell 3.20.3 Linux Kernel 4.4.0-31 Unity 3D 5.4.0p1 ダウンロード Official Installers for 64-bit Ubuntu Linux:5.4.0p1: http://download.unity3d.com/download_unity/linux/unity-editor-5.4.0p1+20160810_amd64.deb(sha1sum 1194c7ac7f075bc768b3b999ecc59b29fbc5be8a) Unsupported installer for Other 64-bit Distributions:5.4.0p1: http://d...

2022-07-30
Neutralinojs + Nuxt3 + MMD + Audio
https://github.com/mrdoob/three.js/blob/dev/examples/webgl_loader_mmd_audio.htmlhttps://github.com/ktkr3d/neutralinojs-nuxt3 MMD の音声再生付きサンプルが掲載されていたのでNuxt3 に移植してみました。カメラ用のVMDでカメラアングルが目まぐるしく展開します。 利用させていただいたデータ。 PMD: hololive さん、桃鈴ねね公式mmd_ver1.0 VMD: hino さん、WAVEFILE 音声:ラマーズP さん、WAVEFILE まだ途中です。今日はここまで。 構築 クローン npm install -g @neutralinojs/neugit clone https://github.com/ktkr3d/neutralinojs-nuxt3.gitcd neutralinojs-nuxt3/nuxt3-srcnpm install モデル https://3d.nicovideo.jp/works/td78505...
2012-11-14
Unity 4.0 + GNOME Shell 3.6
http://blogs.unity3d.com/2012/11/13/unity-4-is-out/ Unity 4.0 (デスクトップ環境のUnity ではなくUnity3D の方)がリリースされたので、フリー版をUbuntu 12.10 x86_64, Linux kernel 3.5.0, GNOME Shell 3.6.1 + Wine 1.5.17 の環境で試してみよう。 つづく…

2015-08-27
Unity3D on Ubuntu
http://forum.unity3d.com/threads/unity-on-linux-release-notes-and-known-issues.350256/ http://forum.unity3d.com/forums/linux-editor-support-feedback-experimental.93/ https://www.assetstore.unity3d.com/jp/#!/content/32351 Unity3D がLinux に対応したので、動かしてみました。 環境は Ubuntu 15.10 (wily) alpha GNOME Shell 3.17.90 Linux Kernel 4.1.0 Unity3D 5.1.0f3 ダウンロードhttp://download.unity3d.com/download_unity/unity-editor-5.1.0f3+2015082501_amd64.deb インストール unity-editor-5.1.0f3+2015082501_amd64.deb をダブルクリック So...

2015-08-30
Unity 5 Standard Assets Example Project on Linux
http://forum.unity3d.com/threads/missing-default-assets.350369/ Linux 版のUnity のインストーラでは自動でStandard Assets がインストールされないので手動でインストールしてみました。 Standard Assets の取得 [Window]-[Asset Store] を開く Standard Assets をダウンロードするhttps://www.assetstore.unity3d.com/jp/?gclid=CMWs08L50McCFRQDvAodM6QPbg#!/content/32351 Standard Assets Example Project の作成 New Project でプロジェクトを新規作成する。 Project name にStandard Assets Example Project を指定する。 Asset packages ボタンを押下して、Standard Assets をチェックする。 Create Project ボタンを押下する。 [File]-...
Comments