Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# VRM_VisualScriptingNodes
# What is VRM_VisualScriptingNodes

Unity Visual Scripting node library for VRM
## Unity Visual Scripting node library for VRM 3d models.

### Features

- Load VRM models with URL
- Get meta information of VRM models

# Installation

Expand All @@ -21,7 +26,7 @@ Scopes: 

## 2, Install VRM Visual Scripting Node Package

Install the unity package with the github package URL (This prcess will be replace when this repository is registered in OpenUPM)
Install the unity package with the github package URL (This prcess will be replaced when this repository is registered in OpenUPM)

- `Window` -> `Package Manager` -> `+` -> `Add package from git URL...`

Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "com.from2001.vrmvisualscriptingnodes",
"version": "0.0.3",
"version": "0.0.4",
"displayName": "VRM Visual Scripting Nodes",
"description": "Unity Visual Scripting node library for VRM",
"unity": "2023.3",
"unity": "2021.3",
"documentationUrl": "https://github.com/from2001/VRM_VisualScriptingNodes",
"changelogUrl": "",
"licensesUrl": "https://github.com/from2001/VRM_VisualScriptingNodes/blob/develop/LICENSE",
"dependencies": {
"com.unity.visualscripting": "1.9.1",
"com.vrmc.vrm": "0.115.0",
"com.unity.render-pipelines.universal": "14.0.9",
"com.unity.render-pipelines.universal": "12.1.13",
"com.cysharp.unitask": "2.5.0"
},
"keywords": [
Expand Down