From 9d6aefc007e411861d1de2aa82fbde79e184c1f8 Mon Sep 17 00:00:00 2001 From: Artem K <98111616+Bioshock1990@users.noreply.github.com> Date: Sat, 17 Jun 2023 17:52:54 +0300 Subject: [PATCH] Create README.md --- README.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d9a6c58 --- /dev/null +++ b/README.md @@ -0,0 +1,45 @@ +# Visual Scripting.Community +#### Bolt.Addons.Community for Unity Visual Scripting 2021+ +**Author:** [**Bolt.Addons.Community**](https://github.com/RealityStop/Bolt.Addons.Community) + +I was able to restore what I could, considering that I have zero programming experience and I'm not a professional. Some graphs were successfully restored without errors, but unfortunately, I couldn't save icons for the nodes. +**Tested on Unity 2022.3.1f1.** + +**Here's what I managed to fix:** +- EveryXSeconds +- CreateMultiArray +- GetArrayItem +- GetRandomElementUnit +- QueryOperation +- QueryUnit +- SetArrayItem +- RandomNumbers +- CommentUnit +- SomeValue +- StuffHappens +- Todo +- LogicParams +- Gate +- MathParamNode +- FlowReroute +- LongString +- ValueReroute +- OnVariableChanged + +# Installation +**Import the Unity package "Visual Scripting.Community" into your project and generate the nodes.** + +--- + +**This package also includes free graphs from Unity Asset Store's "BoltSuperUnits" (for the collection).** + +**Asset Store:** [**BoltSuperUnits**](https://assetstore.unity.com/packages/tools/visual-scripting/bolt-super-units-177410) + +--- + +**Another custom free node from the author Smart Penguins:** +Save and load JSON data + +**SPUC 2.0.0 Save Load Data** [**itch.io**](https://smart-penguins.itch.io/spuc-unity-in-easy-mode) + +---