- Home /
How to play a Video IN a UI Button / as a Button?
I'm trying to use a video file as a button / in a button, meaning I wanna have a button with a video playing in it, while remaining clickable. I tried to use a MovieTexture to create a Sprite with it but that doesn't work and I don't really know how else to solve this. I dont wanna use a Raw Image Component with a collider because I want it to work the same way as my other buttons which get smaller and highlighted when you click them. Any suggestions would be much appreciated
Comment
you can create a animator and create animation for the button, is more light than use a video.
But if you really want/need use a video use the $$anonymous$$ovieTexture in a RawImage component of the Button, you don't need a collider in the UI.