Skip to content

Commit 6356ea5

Browse files
committed
Update README.md
1 parent f278cc4 commit 6356ea5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Feel free to request additional features in the [Issues](https://github.com/choc
1515

1616
### Graph Lens
1717

18+
(Window > Visual Scripting > Graph Lens)
19+
1820
A fuzzy search tool that can hunt down nodes, sticky notes, states, and state transitions in your graphs. Clicking the search results lets you jump straight to where the node is.
1921

2022
You can also use the sticky note search tool as a way to hunt down TODOs. This can be a powerful tool that lets you navigate through a large graph with ease.
@@ -23,16 +25,22 @@ Note that for elements that can have their names changed manually (Sticky Notes
2325

2426
### Graph Analyzer
2527

28+
(Window > Visual Scripting > Graph Analyzer)
29+
2630
A tool that can hunt down graph warnings. You can specify the minimum warning level to filter out unimportant warnings. Useful for cleaning up unused nodes and finding broken nodes quickly.
2731

2832
### Graph Debugger
2933

34+
(Window > Visual Scripting > Graph Debugger)
35+
3036
A runtime tool that automatically pauses the game in Play Mode whenever a graph encounters an exception. The stack trace is laid out as well so you can quickly figure out why the exception happened. This can save you a lot of time by skipping the part where you have to dig through a long chain of red nodes to find the exception-causing node.
3137

3238
### Test Node
3339

3440
https://github.com/chocola-mint/VisualScriptingPlus/assets/56677134/0ae2b1b1-0729-4e25-989a-f527cdfc522f
3541

42+
(Events > VS Plus > Test)
43+
3644
A powerful debugging node that lets you run Visual Scripting code anytime, anywhere, by just double-clicking on it. Use it as a way to test logic quickly.
3745

3846
## Requirements

0 commit comments

Comments
 (0)