How to manage Video with Unity

Hi all. I’m not good in English so please forgive if there’s any mistake.

I want to make a feature like app “ElfYourself by OfficeMax” (How To Elf Yourself by OfficeMax iPad App Review - YouTube) in my game. I have a video and avatar img. The problem’s I don’t know how to save that video and avatar into a new video?

If you know any solution please tell me.

1 Answer

1

You will need pro for that.

On way is to use MovieTexture.

First you have your background video that plays using MovieTexture. This is the elf video on your link.

The faces are just texture that are moving with the video. Easy but long way would be to animate them on the screen by defining the position p at time t all over the video.

Then you simply apply the face or else you want over it with a material.