Skip to content

Display info (Name,Tag, Layer,Position,Rotation,Scale,etc.) of all active GameObjects in the scene.

Notifications You must be signed in to change notification settings

Demkeys/DisplayObjectInfoTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Display Object Info Tool

Display info (Name,Tag, Layer,Position,Rotation,Scale,etc.) of all active GameObjects in the scene.

alt text

Demo video posted on Twitter: https://twitter.com/abhinav_Demkeys/status/966896775477968902

Features

  • Show Info - You can choose multiple options between Name, Tag, Layer, Position (Local/Global), Rotation (Local/Global), Scale (Local/Global), Magnitude and Parent Connection
  • All text and line colors customizable
  • Text size customizable
  • Text space customizable
  • Text position offset customizable
  • Data Persistence - Data is saved whenever OnDisable() is called, this includes closing the Editor Window, and even maximizing any other Editor Window. So if the window is closed, the data will be saved, and the next time it is opened again, the saved data will be loaded.
  • Restore Tool To Default - Tool settings can be restored to default.

Instructions

  1. Import DisplayObjectInfo.cs script into project.
  2. Place DisplayObjectInfo.cs script in Editor folder.
  3. Click My Tools -> Display Object Info to open DisplayObjectInfo window.
  4. Dock window next to any existing tabs. Docking next to Inspector is recommended.

Notes

  • DisplayObjectInfo window has to be open (not necessarily in focus) for tool to work.

Releases

No releases published

Packages

No packages published

Languages