From 3b3e82b88df1f087ec148fd6a6affd7388b1f157 Mon Sep 17 00:00:00 2001 From: Masahiro Yamaguchi Date: Sat, 2 Dec 2023 15:12:02 +0900 Subject: [PATCH 1/3] Modified readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05b5592..d61593a 100644 --- a/README.md +++ b/README.md @@ -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 From 5e032fb145dfac2380ae48760525f26fa8a74ade Mon Sep 17 00:00:00 2001 From: Masahiro Yamaguchi Date: Sun, 3 Dec 2023 00:05:59 +0900 Subject: [PATCH 2/3] Fixed dependencies and required Unity version --- .../com.from2001.vrmvisualscriptingnodes/package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/VRM_VisualScriptingNodes/Packages/com.from2001.vrmvisualscriptingnodes/package.json b/VRM_VisualScriptingNodes/Packages/com.from2001.vrmvisualscriptingnodes/package.json index 8456651..013b633 100644 --- a/VRM_VisualScriptingNodes/Packages/com.from2001.vrmvisualscriptingnodes/package.json +++ b/VRM_VisualScriptingNodes/Packages/com.from2001.vrmvisualscriptingnodes/package.json @@ -1,15 +1,16 @@ { "name": "com.from2001.vrmvisualscriptingnodes", - "version": "0.0.2", + "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": [ From 05caf365ea64064c4e0b569f685e5fe47bab4bf2 Mon Sep 17 00:00:00 2001 From: Masahiro Yamaguchi Date: Sun, 3 Dec 2023 00:07:13 +0900 Subject: [PATCH 3/3] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d61593a..71dea7e 100644 --- a/README.md +++ b/README.md @@ -26,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...`