So in all major 3d packages and game engines, there is a way to select all objects that share the same materials. I can’t seem to find anything in Unity that would allow me to do this on a default install. Is that something that would need to be scripted?
Thanks for the suggestions ![]()
1 Like
1 Answer
1You can search a scene for references to a material but searching a project does not seem to support it.
To search a scene right click on the material and choose “Find References In Scene”