Reveal

Sometimes we might have a Prefab that we want to lock, but for which it would still make sense to expose a handful of properties that are not on the root object, or that might be part of a bigger component that we don't want to be fully editable.

For this, BlackBox provides the ability to reveal properties, methods, object references or even entire components:

Tip: You don't need to lock a Prefab to be able to reveal items on it.

You can in fact use this pattern only to highlight some properties you tweak often by surfacing them in the BlackBox component without hiding anything else.

Last updated