Project 4 - Extended Visual Features
Particle Effects for my Augmented Reality Game
When i was completing my research task on Augmented Reality it really piqued my interest. After fiddling with what i had created for a little while i really wanted a summoning circle style effect under the model. After doing some research i found that this could be accomplished through Unity's Particle System, which is something i had used before but never really made something i was happy with. After researching how to accomplish the style i was going for i had found two particle shaders online which i imported into my project, one for a big circle and one for a smaller one (the bigger circle having the text surrounding it) I created a empty game object and added a particle system to it, under its renderer i changed its render mode to horizontal billboard so it would appear flat under the summoned model and set its material to be the big circle. At this point i pulled in my model to get a sense of scale for circle and set it accordingly, i set its starting speed to 0 and its lifetime to 1 so that i stayed on its spot under the model to make sure this worked i als had to completely remove the Shape checkbox, change the emissions rate over Time to 0 and setting the max particles to 4. Then i set the duration to 1 and set rotation over Lifetime to be 360, from this the circles were spinning far too fast so i tweaked the simulation speed down to 0.3 which seemed about right. I then duplicated the big circle and replaced its mesh with the small circle version, i reduced it in size so and raised it slightly above the larger circle so that when i am spinning my model in AR that the depth of the effect is visible. I was really happy with the way it turned out but felt that i needed something extra, something that surrounded the whole character as they spawned, by adding an extra small circle and adding a gravity modifier to it i was able to come to what i felt looked like an icicle or ice magic rune flowing around the model, this lead me to change the colours of the particle effect to reflect that design choice making some white and the others icey blues. Although this exact particle wont get used in the AR project i'm going to undertake it has given me a greater understanding of the power in Unity's Particle System and has given me great ideas on how to utilise it in the new project.
