1- # What is VRM_VisualScriptingNodes
1+ # VRM Visual Scripting Nodes
22
3- ## Unity Visual Scripting node library for VRM 3d models.
3+ ## Unity Visual Scripting node library for VRM models
44
55### Features
66
77- Load VRM models with URL
88- Get meta information of VRM models
99
10- # Installation
10+ ## Install Option A: via OpenUPM command-line interface
1111
12- ## Option A: Install via OpenUPM command-line interface
13-
14- ```
12+ ``` shell
1513# Install openupm-cli
1614npm install -g openupm-cli
1715
@@ -22,7 +20,7 @@ cd YOUR_UNITY_PROJECT_DIR
2220openupm add com.from2001.vrmvisualscriptingnodes
2321```
2422
25- ## Option B: Install via Unity package manager
23+ ## Install Option B: via Unity package manager
2624
2725### 1, Setup scoped registories
2826
@@ -32,19 +30,19 @@ Add Scoped Registories and click "Apply".
3230
3331Name: ` OpenUPM `
3432URL: ` https://package.openupm.com `
35- Scopes:
33+ Scopes:
3634 ` com.from2001.vrmvisualscriptingnodes `
3735 ` com.vrmc `
3836 ` com.cysharp.unitask `
3937
40- ![ ] ( https://github.com/from2001/VRM_VisualScriptingNodes/assets/387880/da298940-5dfb-472a-baaf-7d3d613b962e )
38+ ![ Project Settings ] ( https://github.com/from2001/VRM_VisualScriptingNodes/assets/387880/da298940-5dfb-472a-baaf-7d3d613b962e )
4139
4240### 2, Install VRM Visual Scripting Node Package with Package Manager
4341
44- ![ ] ( https://github.com/from2001/VRM_VisualScriptingNodes/assets/387880/2809ed0b-61a8-47d9-bdb0-24335ac60163 )
42+ ![ Package Manager ] ( https://github.com/from2001/VRM_VisualScriptingNodes/assets/387880/2809ed0b-61a8-47d9-bdb0-24335ac60163 )
4543
46- # How to Use
44+ ## How to Use
4745
4846This Visual Scripting Graph shows how to load VRM with URL and attach animation as well as getting meta information of the VRM model. LoadVRM node only works with Coroutine checked in On Start Event triger node.
4947
50- ![ ] ( https://github.com/from2001/VRM_VisualScriptingNodes/assets/387880/a0055284-7ad1-434c-80c3-f1f91c25881f )
48+ ![ Script Graph ] ( https://github.com/from2001/VRM_VisualScriptingNodes/assets/387880/a0055284-7ad1-434c-80c3-f1f91c25881f )
0 commit comments