Skip to content

seldomU/relationsinspector

Repository files navigation

Logo

RelationsInspector

An editor extension for the Unity game engine.
Download from the Asset Store

User docs · Discussion

About

This is a node based editor and viewer that can be connected to all kinds of data in your Unity project. Its main advantage is probably the automatic layout of nodes, allowing you to quickly grasp how they are connected. Support exists for asset references, asset dependencies, UI events, playmaker state machines and more, but you can also add your own.

Usage

If you simply want to use RelationsInspector, install it through the asset store. If you want to add support for your use case, see the documentation for the utility classes. If you want to change the tool's internal library, this repository is for you.

Build

Run build.bat to generate RIDLLProject\bin\Release\RelationsInspector.dll. Copy that file to any Unity project that has RelationsInspector already installed, to the folder Assets\Plugins\Editor\RelationsInspector. There are two paths that you have to adjust to your environment:

  • the path to msbuild.exe in build.bat
  • the path to your Unity editor in build.bat and in RIDllProject/RelationsInspectorLib.csproj. Replace the paths containing Unity 5.5.

License

Distributed under the MIT License. See LICENSE for more information.

About

An editor extension for the Unity game engine.

Topics

Resources

License

Stars

Watchers

Forks