/FreeInspector

An asset to increase the customization in Unity's inspector.

Primary LanguageC#MIT LicenseMIT

FREE INSPECTOR

Custom attributes to customize classes fields in the Unity's Inspector.

Installing

Using git

  • Open the Package Manager window
  • Click on the "plus" sign
  • Select "Add package from git URL"
  • Paste this repo's SSH link (git@github.com:PixelRouge/FreeInspector.git)

Editing manifest file

Add the following line to your manifest.json found in the "Packages" folder

"com.pixelrouge.freeinspector": "git@github.com:PixelRouge/FreeInspector.git"

Known problems

  • The order of the attributes sometimes matters
  • Some attributes don't work well with each other