Node finder for unity visual scripting

$0.00

Categories: ,

Description

Node Finder is a tool that let you find nodes within the Unity Visual Scripting environment. It can help you find, events, variables, groups, or any type of nodes in your project or opened graph.

It let you search in Visual Scripting, by letting you simply press Alt+F and start to browse for nodes in graphs, so you always know where your events are used in the project, or where your variables or subgraphs are used in your super huge graph.

Unity package (Download Free): https://assetstore.unity.com/packages/tools/visual-scripting/node-finder-for-unity-visual-scripting-205655
Source Code: https://github.com/myanko/uvs-finder
Bugs: https://github.com/myanko/uvs-finder/issues
Donation: https://ko-fi.com/sokatoa

 

Overview
Node Finder is a tool that let you find nodes within the Unity Visual Scripting environment. It can help you find, events, variables, groups, or any type of nodes in your project or opened graph.

 

Technical details

This package adds searching functionalities to Visual Scripting, by letting you simply press Alt+F and start to browse for nodes in graphs, so you always know where your events are used in the project, or where your variables or subgraphs are used in your super huge graph.

Features:

Find nodes in current graph.

  • Find nodes in all project graphs.
  • Find nodes in states graphs.
  • Find nodes in embed graphs.
  • Find nodes in State transition condition nodes.

– Find nodes in objects from scene hierarchy.

– Easily find variables, events, events trigger and more.

Missing Features

– Find nodes in embedded graphs(Multi Scenes)

Dependencies

Work with Unity visual scripting packages.