I am working on a factory simulation project and need to create two features when I select a machine. I need to highlight the selected mesh and make all the other meshes transparent so that I can see the highlighted mesh easier.
I was searching for ways to make meshes transparent and found that using post process materials can make multiple meshes transparent easily. But I am already using one to highlight the selected mesh. How can I use post process materials to create both features?