In a VR application, it's common to hilight an object in reach of the user's hand, to let him know that he can iteract with. The way I am doing this right now is by just setting the material like this : mesh.material = material_hilighted
However, when there are lots of objects quickly getting in and out of player's reach, the game basically becomes a slide show. Any way to fix this?