Some 3D models come with materials embedded inside the file.
You cannot directly delete these materials from inside Unity. However, you can configure the model importer so Unity ignores them.
By default, Unity does not allow you to ignore multiple embedded materials at once. You would normally need to edit each model individually, which can be slow and repetitive.
β‘ Quick Removal with Better Delete
BetterLit provides a faster solution.
To remove embedded materials from multiple models at once:
Select all the models you want to modify
Right-click in the Project window
Go to Better Delete
Click Remove Materials From Models
This will automatically update the model importer settings and remove the embedded materials for all selected models.
This saves time and keeps your project cleaner and more organized.