Scenes no longer show up in the indexed search window

Since 2021.1.4, scenes are no longer showing up in search. If I open a scene manually and try for a while it does show again, only to disappear the next time…

They came back when I picked “Legacy” as the search providers… But now all the prefabs are gone :stuck_out_tongue:

I have no ideas what search you speak of, since Unity has a LOT of different ways to search stuff.

REGARDLESS of what window you are talking about, please consider using source control in order to guard and protect your hard-earned work.

Personally I use git because it is free and there are tons of tutorials out there to help you set it up.

Here’s how I use git in one of my games, Jetpack Kurt:

Using fine-grained source control as you work to refine your engineering:

Share/Sharing source code between projects:

Setting up the right .gitignore file:

You wouldn’t play a 1000-hr RPG without a savegame… don’t work on a game for 1000 hrs without source control!

I’m talking about the search that is now built into Unity that was once called QuickSearch:
https://docs.unity3d.com/Packages/com.unity.quicksearch@1.0/manual/index.html

When I say that the prefabs are gone, I mean they have been dropped from the indexed search - not from disk. Definitely using git :slight_smile:

If anyone else bumps into this, double click Assets.index and you can add .unity and .prefab as includes. Stumbled over it by accident :stuck_out_tongue:

1 Like