SkillAgentSearch skills...

Fullinspector

Full Inspector supercharges Unity's inspector

Install / Use

/learn @jacobdufault/Fullinspector
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Full Inspector

Full Inspector supercharges the Unity inspector.

Checking out the code

Full Inspector relies on a sparse submodule checkout of Full Serializer, which makes settings up the repro locally slightly convoluted. Here is the recommended method:

$ # Standard git clone with submodule
$ git clone --recursive https://github.com/jacobdufault/FullInspector
$ cd FullInspector
$ # Setup sparse checkout
$ git config -f .git/modules/Assets/FullSerializer/config --add core.sparsecheckout true
$ echo Assets/FullSerializer/Source > .git/modules/Assets/FullSerializer/info/sparse-checkout 
$ # Remove any content from submodule that is not in the sparse checkout
$ rm -rf Assets/FullSerializer && git checkout Assets && git submodule update
View on GitHub
GitHub Stars110
CategoryProduct
Updated1y ago
Forks27

Languages

C#

Security Score

80/100

Audited on Mar 30, 2025

No findings