All Projects → vrm-c → Univrm

vrm-c / Univrm

Licence: mit
Unity package that can import and export VRM format

Labels

Projects that are alternatives of or similar to Univrm

Uduino
Simple and easy connection between Arduino and Unity
Stars: ✭ 25 (-97.26%)
Mutual labels:  unity3d
Ubernet
Flexible networking library for Unity
Stars: ✭ 10 (-98.91%)
Mutual labels:  unity3d
Beaverandfairies
Stars: ✭ 14 (-98.47%)
Mutual labels:  unity3d
Stylisedwater surfaceshader
Simple water shader in the style of Zelda: Wind Waker
Stars: ✭ 26 (-97.16%)
Mutual labels:  unity3d
Unitynativescripting
Unity Scripting in C++
Stars: ✭ 844 (-7.66%)
Mutual labels:  unity3d
Unityprojecttreegenerator
This script will generate universal folder structure for your Unity3D project.
Stars: ✭ 12 (-98.69%)
Mutual labels:  unity3d
Moonsharp
An interpreter for the Lua language, written entirely in C# for the .NET, Mono, Xamarin and Unity3D platforms, including handy remote debugger facilities.
Stars: ✭ 926 (+1.31%)
Mutual labels:  unity3d
Hsplugins
Various Honey Select plugins
Stars: ✭ 21 (-97.7%)
Mutual labels:  unity3d
Ocean community next gen
Next gen iteration of the unity community ocean shader
Stars: ✭ 855 (-6.46%)
Mutual labels:  unity3d
Moverbots
A small Unity AI game built with ML-agents v0.5
Stars: ✭ 13 (-98.58%)
Mutual labels:  unity3d
Vscode Unity Code Snippets
All snippets for Unity3D development
Stars: ✭ 26 (-97.16%)
Mutual labels:  unity3d
Shaderlabvs
ShaderlabVS is a Visual Studio plugin for Unity Shaderlab programming
Stars: ✭ 841 (-7.99%)
Mutual labels:  unity3d
Shadergraphexamples
Simple examples of Unity shader graphs.
Stars: ✭ 869 (-4.92%)
Mutual labels:  unity3d
Unitygltf
Runtime GLTF Loader for Unity3D
Stars: ✭ 935 (+2.3%)
Mutual labels:  unity3d
Pix2pix
Real-time pix2pix implementation with Unity
Stars: ✭ 912 (-0.22%)
Mutual labels:  unity3d
Voxelengine unity
Voxel engine made in C# for Unity
Stars: ✭ 25 (-97.26%)
Mutual labels:  unity3d
Testbedhdrp
Testbed project for Unity HDRP (High Definition Render Pipeline)
Stars: ✭ 859 (-6.02%)
Mutual labels:  unity3d
Postprocessingdemo
A demo project used in the post-processing stack presentation at Unite 2017 Tokyo.
Stars: ✭ 21 (-97.7%)
Mutual labels:  unity3d
Unityfx
DocFX template to create Unity-esque documentation
Stars: ✭ 21 (-97.7%)
Mutual labels:  unity3d
C Sharp Promise
Promises library for C# for management of asynchronous operations.
Stars: ✭ 870 (-4.81%)
Mutual labels:  unity3d

UniVRM

License

VRM

"VRM" is a file format for using 3d humanoid avatars (and models) in VR applications.
VRM is based on glTF2.0. If you comply with the MIT license, you are free to use it.

UniVRM

"UniVRM" is a Unity implementation of VRM. It can create, import and export VRM models.

  • Currently UniVRM supports Unity-2018.4LTS+ .Net4.x
  • Recommended version is Unity-2019.4LTS

Download

  1. Go to the releases page
  2. Download the latest UniVRM-0.xx.unitypackage
  3. Import the downloaded package into the Unity project.
    1. See also UniVRM installation

Script Samples

Contributing to UniVRM

Use the commands below to clone UniVRM repository, and open the UniVRM folder by Unity.

$ git clone https://github.com/vrm-c/UniVRM.git
$ cd UniVRM
$ git submodule update --init --recursive

See contributing guidelines.

Documents

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].