Unity 5 Tutorial: Particle Systems #10 Circle & Helix with Code

Unity Particle System Tutorial: How to create circles and helixes with a C# script. I’ll show you how to calculate sine and cosine waves to create them. ▼▼▼ More Infos here: Check em out! ▼▼▼ Why use code for a Unity Particle System? If you have read my other Unity Particle System Tutorial: Circle Motion you might have noticed doing all that stuff by hand can take some minutes. Also you need to calculate every point beforehand. The cool thing about using code is you can use a frequency(a repeatrate) and
Back to Top