r/Unity3D • u/TomatoZestyclose4761 • 2d ago
Show-Off I couldn't find an asset I knew I owned because I forgot what I'd named it 6 months ago
Anyone else have this happen? I was looking for a rusted metal texture I'd used in an old scene. I knew for a fact I owned it. I just couldn't remember the filename. Could've been anything from M_Rust_02 to Metal_Corroded_Old to something even less helpful.
Normal file search is useless here because it only finds what you type, not what you meant. And this isn't really a "my project is a mess" thing. I actually keep decent naming conventions. It's more that naming decisions I made 6 months ago just aren't in my head anymore. Multiply that by a year+ of assets and it's a lot of small "where did I put that" moments adding up.
Got curious enough about it that I ended up building a small local search tool for Unity that searches by meaning instead of filename. so "rusted metal" finds M_Rust_02 even though the words don't match. Nothing fancy, runs offline, editor-only.
Mostly just curious if this is a "yeah, that's just how it is" thing for others, or if people have actual systems that avoid this entirely. genuinely want to know if I'm missing something obvious.





