MovieTexture is finally deprecated after Unity 5.6.0b1 release and new API that plays video on both Desktop and Mobile devices is now released.
VideoPlayer and VideoClip can be used to play video and retrieve texture for each frame if needed.
…
Say I want to create a field of objects using Unity's particle system, except I want to use my own particles instead of Unity's default particle. How can I create such a custom particle system?
Is there a way to …