How do I put different materials on seperate controllers?

I want to be able to put different symbols on the Vive controllers, depending on what they do. I’ve altered the textures, but I’m not sure how to apply a material to just one controller or the other.

are you using the VR template?

Yes I am using the VR template for the Vive (/Rift).

You can just duplicate the BP_MotionController and add your second Material to this one. Then open your MotionControllerPawn go to the Event Graph and on Begin Play there should be SpawnActor one for Right Controller and one for Left, there you can just add your New MotionController which you duplicated.

You are most awesome! That makes so much sense now, just needed someone to spell it out for me. Thank you so much :slight_smile: