As the title goes: is there any way to limit search or find only for scripts of certain range/namespace? At first it was hardly an issue but as the project grew, its started to take up more and more effort to look for the right symbol.
Asked
Active
Viewed 28 times
-1
-
If you're talking aboud Add Component menu in Inspector window, there is no way to change the hot search (when you typing letters after clicking the Add Component button), but you can decorate your class with `[AddComponentMenu(string menuName)]` attribute and specify the menu name and category, like `"Gameplay/Player"`. This hopefully will help to maintain some structure in your project. – Xander Mar 18 '23 at 19:43
1 Answers
0
Your IDE probably should provide that feature, Unity itself does not have complex search. For example, in JetBrains Rider you can search for a script or code part within a scope - directory, solution or project

JottoWorol
- 281
- 2
- 9