A small editor extension for Unity to quickly select objects with same material.It`s particularly useful when cleaning up your scene. Usually after prototyping many objects are left with test or deprecated materials. Select By Material Tools helps you find them easily.There are two tools in the package:Get Scene Materials -Analyzes the scene for materials that are currently in use and gives you a list of buttons - one for each material. Click a button with material name to select all objects that share this material.Select Same Material - works based on the active selection. Select an object in the scene, then right-click to show the context menu. Choose “Select Objects with Same Material” to select all objects that share its material.