Loic.vrm-c.UniVRM 1.0.0

dotnet add package Loic.vrm-c.UniVRM --version 1.0.0
                    
NuGet\Install-Package Loic.vrm-c.UniVRM -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Loic.vrm-c.UniVRM" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Loic.vrm-c.UniVRM" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Loic.vrm-c.UniVRM" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Loic.vrm-c.UniVRM --version 1.0.0
                    
#r "nuget: Loic.vrm-c.UniVRM, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Loic.vrm-c.UniVRM&version=1.0.0
                    
Install Loic.vrm-c.UniVRM as a Cake Addin
#tool nuget:?package=Loic.vrm-c.UniVRM&version=1.0.0
                    
Install Loic.vrm-c.UniVRM as a Cake Tool

UniVRM

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

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

VRM is a file format for using 3d humanoid avatars (3D models) in VR applications.
It is based on glTF2.0. Anyone is free to use it.

The imported VRM model has the following Data:

License

Installation

https://vrm.dev/en/docs/univrm/install/

Stable Version

Versions without bug fixes will be picked up as stable versions.
To download the stable version, click the release tag (marked as Latest) as shown in the image below:

<img width=400 src=./right_latest.jpg>

  1. Download UniVRM-0.xx.unitypackage
  2. Import UniVRM-0.xx.unitypackage into the Unity project

Latest Version

The latest version is marked as Pre-release:

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

Script Samples

Contributing to UniVRM

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

$ git clone https://github.com/vrm-c/UniVRM.git
$ cd UniVRM
# Update submodules such as MToon, etc.
$ git submodule update --init --recursive

See contributing guidelines.

UPM

https://vrm.dev/en/docs/univrm/install/univrm_upm/

Copy and paste the following git urls in Packages/manifest.json for UniVRM installation.
To upgrade/downgrade UniVRM version, for example, replace v0.66.0 with v0.71.0 or v0.63.2.

{
  "dependencies": {
    // ...
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.66.0",
    "com.vrmc.unigltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.66.0",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.66.0",
    // ...
}
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net5.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 1 7/31/2021