top of page
SS3.JPG

Selection Identity Tool (Unity Editor Extension)

A Tool by Aniketh Gondesi

This is a tool that will aid the user while selecting things in unity. The tool will display the name of the object your mouse if hovering over and will be selected on click. The name of the object will be displayed in 2 or 3 locations on the screen depending on the user’s choice. Additionally, the window over which the mouse is hovering is also displayed in the tool window.

The tool was made in Unity 2019.3 but is compatible with all versions of Unity 2019 and higher. Things used and leaned to make the tool are:

  • C# Coding

  • Editor scripting

  • Editor window library

  • Using GUI Elements

  • Using Handles

  • Designing the way the tool should work

  • Research and Debugging

  • Creating Unity Packages

  • Working of unity asset store

  • Learn and using #if pre-processing directive to account for different version in the same script

The asset is available on the Unity Asset Store : https://assetstore.unity.com/packages/slug/167342 

Below is few more screen shots of the tool in use.

bottom of page