Hello, I was wondering if it's possible to have a looped "stock video" of ex. flames, rain or snow playing in front of the scene, to make it look like it's, for example: raining in the scene or similar? Hope it makes sense.
Thanks in advance.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Unity can play back video with the Video Player component. If you set the Render Mode to Camera Near Plane, it'll play in front of your scene.
For transparent effects, however, you're probably better off using either sprite animations or particles.
These do not require AC, however - you can use Unity's provided tools to achieve this without involving AC.