All Projects → seldomU → relationsinspector

seldomU / relationsinspector

Licence: MIT license
An editor extension for the Unity game engine.

Programming Languages

C#
18002 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to relationsinspector

karaoke
Karaoke is a neat plugin to parse and display karaoke subtitle files such as SSA/ASS inside Unity
Stars: ✭ 19 (-20.83%)
Mutual labels:  unity3d-plugin
collision-sound
Collision Sound aims to be an easy and powerful way of adding sound to object collisions in Unity
Stars: ✭ 21 (-12.5%)
Mutual labels:  unity3d-plugin
YLYRichText
a feature-rich, easy to use unity rich text plugin
Stars: ✭ 32 (+33.33%)
Mutual labels:  unity3d-plugin
Unity-IMGUI-TreeView
Simple Tree View implementation for IMGUI (Editor GUI) in Unity. Includes a special type for working with asset paths, but base data structure and view can be easily extended to support anything.
Stars: ✭ 73 (+204.17%)
Mutual labels:  unity3d-plugin
SafeValues
A simple Unity library for cheating prevention
Stars: ✭ 75 (+212.5%)
Mutual labels:  unity3d-plugin
SimpleKeplerOrbits
Unity3d static 2-body orbits simulation
Stars: ✭ 76 (+216.67%)
Mutual labels:  unity3d-plugin
TinyECS
Tiny ECS is an easy to use Entity-Component-System framework that's designed specially for Unity3D.
Stars: ✭ 20 (-16.67%)
Mutual labels:  unity3d-plugin
Newtonsoft.Json-for-Unity.Converters
Converters of common Unity types for Newtonsoft.Json. Goes hand in hand with jilleJr/Newtonsoft.Json-for-Unity
Stars: ✭ 147 (+512.5%)
Mutual labels:  unity3d-plugin
FPSCounter
FPS counter plugin for BepInEx - measure frame time and plugin performance
Stars: ✭ 27 (+12.5%)
Mutual labels:  unity3d-plugin
Android Screen Recorder Plugin
A simple android library project for record android screen in Unity
Stars: ✭ 28 (+16.67%)
Mutual labels:  unity3d-plugin
UnityNativeTool
Allows to unload native plugins in Unity3d editor
Stars: ✭ 147 (+512.5%)
Mutual labels:  unity3d-plugin
UnityProminentColor
Tool to gather main colors of an image using Unity.
Stars: ✭ 40 (+66.67%)
Mutual labels:  unity3d-plugin
UnitySoundManager
Sound manager with 3 tracks, language system, pooling system, Fade in/out effects, EventTrigger system and more.
Stars: ✭ 55 (+129.17%)
Mutual labels:  unity3d-plugin
VRQuestionnaireToolkit
🎓 ---- VRQuestionnaireToolkit ---- 🎓Enables the community to easily collect subjective measures in virtual environments.
Stars: ✭ 86 (+258.33%)
Mutual labels:  unity3d-plugin
UnityGlobalTextSystem
Allow the user to 'change' the default font in Unity from "Arial" to a font of their liking.
Stars: ✭ 21 (-12.5%)
Mutual labels:  unity3d-plugin
UBind
UBind is a value binding component for Unity, which is used to quickly realize the association binding between UI and logical data.
Stars: ✭ 57 (+137.5%)
Mutual labels:  unity3d-plugin
CSharpCompilerSettingsForUnity
Change the C# compiler (csc) used on your Unity project, as you like!
Stars: ✭ 208 (+766.67%)
Mutual labels:  unity3d-plugin
streamdeck-unity
Enables Stream Deck integration with Unity.
Stars: ✭ 22 (-8.33%)
Mutual labels:  unity3d-plugin
UnityTexture3DAtlasImportPipeline
A Texture3D Atlas Import Pipeline for Unity 2019.3 and newer.
Stars: ✭ 24 (+0%)
Mutual labels:  unity3d-plugin
awesome-unity
A curated list of awesome Unity games! 🎮
Stars: ✭ 346 (+1341.67%)
Mutual labels:  unity3d-plugin

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].