inspector and recursive reference

I’m wondering how to read this


it says no recursive and somewhere else it gives a hard limit of recursion so I’m wondering if this
6895406--806711--upload_2021-3-2_15-7-32.png
isn’t legit, no error but hiddenUntilThisIsBought doesn’t show up in the inspector, everything else does.
So I’m thinking that even though it’s ok to do that, the inspector hides it
6895406--806717--upload_2021-3-2_15-10-15.png
any confirmation on that?

I’m not sure what your question is. Recursion is one of the more powerful tools under our belt, and you’ll notice that some of the most often-used components in Unity use recursion (how else does Transform point to parents/children).

What do you need to be clarified?