Tutorial

Unity custom particle system video tutorial. Making Christmas tree and curves

Unity custom particle system video tutorial. Making Christmas tree and curves

This video tutorial about custom particle system feature in Unity Engine. This feature allows you to create and manage particles data of the shuriken particle system manualty in code. It is very useful feature if you need to manage many same objects in scene. It allows you to make very good performance optimization in some cases.

Unity fog of war tutorial. Part 2. Mobile version (web demo)

This article is extension of my previous tutorial about fog of war implementation in Unity. My previous technique is good for mobile device, but it still too heavy for it. That’s why I’ll write a mobile version of fog of war for Unity in this little tutorial. It will looks different bug will work faster.

Unity fog of war video tutorial with webplayer demo

In this video tutorial I want to tell you about fog of war implementation in Unity engine. This technique does not require rendering to texture so it can be used in Unity free version. It also works well in mobile devices.