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
25 changes: 18 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,22 @@

# Installation

## 1, Setup scoped registories
## Option A: Install via OpenUPM command-line interface

```
# Install openupm-cli
npm install -g openupm-cli

# Go to your unity project directory
cd YOUR_UNITY_PROJECT_DIR

# Install package:
openupm add com.from2001.vrmvisualscriptingnodes
```

## Option B: Install via Unity package manager

### 1, Setup scoped registories

Open "Edit - Project Settings - Package Manager" on your Unity project.

Expand All @@ -24,13 +39,9 @@ Scopes: 

![](https://github.com/from2001/VRM_VisualScriptingNodes/assets/387880/da298940-5dfb-472a-baaf-7d3d613b962e)

## 2, Install VRM Visual Scripting Node Package

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...`
### 2, Install VRM Visual Scripting Node Package with Package Manager

[`https://github.com/from2001/VRM_VisualScriptingNodes.git?path=VRM_VisualScriptingNodes/Packages/com.from2001.vrmvisualscriptingnodes`](https://github.com/from2001/VRM_VisualScriptingNodes.git?path=VRM_VisualScriptingNodes/Packages/com.from2001.vrmvisualscriptingnodes)
![](https://github.com/from2001/VRM_VisualScriptingNodes/assets/387880/2809ed0b-61a8-47d9-bdb0-24335ac60163)

# How to Use

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.from2001.vrmvisualscriptingnodes",
"version": "0.0.5",
"version": "0.0.6",
"displayName": "VRM Visual Scripting Nodes",
"description": "Unity Visual Scripting node library for VRM",
"unity": "2021.3",
Expand Down