I'd like to be able to see all the places an object is used as a value for a public variable in a script - is there a built-in way to do this? Is there a way too write some custom functionality to do this?
Motivation: We use scripts to enable and disable models, to make them visible or invisible, and ran into an issue that could have been caused by an overlooked, forgotten, or buried script, so it seemed like a really useful tool would be one that found and showed which scripts were affecting a given model.
↧