jacobdufault / fullinspector

Full Inspector supercharges Unity's inspector
MIT License
111 stars 27 forks source link

Missing references are displayed as 'None' instead of 'Missing' as in stock Unity inspector #169

Open hymerman opened 7 years ago

hymerman commented 7 years ago

If there's a missing reference, the Unity inspector will show it as "Missing (Type)". Full Inspector shows it as "None (Type)", so it's not possible to visually differentiate between a missing (broken) reference and one that's simply not referencing anything.