Install UniVRM

Unity Version

  • The recommended version is Unity-2019.4. Other supported Unity versions can be found here.

Get unity package in

https://github.com/vrm-c/UniVRM/releases

UniVRM-0.XX.X_XXXX.unitypackage

.

Before Installation

  • Create a new Unity project

  • Go to ProjectSettings - Player - Other Settings - Rendering - ColorSpace and set ColorSpace to Linear (recommended setting)

../../_images/linear_setting.jpg

linear setting

If your Unity version is {Unity-2018.3, Unity-2018.4, Unity-2019.1}:

  • Go to ProjectSettings - Player - Other Settings - Scripting Runtime Version and set Scripting Runtime Version to .Net4.X equivalent

Install UniVRM in an Existing Project:

If old UniVRM version exists, please delete Assets/VRM, Assets/UniGLTF (if exists), Assets/VRMShaders (if exists) and Assets/MeshUtility (if exists) before installation. Refer to Uninstall UniVRM for more information

Import unitypackage

.

Go to Assets - Import Package - Custom Package and select UniVRM-0.XX.X_XXXX.unitypackage.

Three folders: Assets/VRM, Assets/UniGLTF and Assets/VRMShaders will be imported into the Unity project.

../../_images/package_import.jpg

Import Unity Package

Check if UniVRM has been imported successfully

If UniVRM import successes, VRM menu will be displayed in the menu bar:

../../_images/vrm_menu.jpg

vrm menu

Previous versions:

../../_images/vrm_menu_old.jpg

vrm menu old

If menu does not show up:

  • Open Console: click clear button on the upper-left corner of the Console window to see if any error (message in red) occurs

../../_images/show_console.jpg

show console

../../_images/clear_console.jpg

clear console

Related Sections