Why Fuzzy Search in hireachy no longer supported by Unity2019?


For my case, I have a script called CommonTest,which is attached to a Scene Object

It seems required complete name for searching, in this case ,if only input the word common,the commonTest object will not be displayed, I remenber in some early Unity Edition ,fuzzy research was supported…

You’ve got “common” in the name, that’s why it was found previously.

AFAIK, it always wanted a full type name.

1 Like