Particle-System-Unity

This project contains a set of eight particle effects for use in Unity projects.

APACHE-2.0 License

Stars
5
Committers
1

Particle-System-Unity

This project contains a set of eight particle effects for use in Unity projects.

Usage:

Import the package Particle-System-Unity/Package/Particle_System.unitypackage from Unity (or) open the project under Particle-System-Unity/Source Project/.

  1. The Resources_Holder_Singleton class contains the necessary methods to manipulate the particles.
    -Variables hold the materials for the particles.
    -init_Particle_System_Obj() method is called at Start().
    -update_Particle_System_Obj() method is called during Update().
  2. Use the arrow keys to change the current particle effect.
  3. Modify the code to suit your needs.

Year developed :

2017

IDE/Game engine :

Unity 2022.3.46f1

Features:

  • Optimized for mobiles
  • Eight different particle effects
  • Uses sharedMaterial(Prevents material memory leaks)

Preview :

Effect 1 :
Effect 2 :
Effect 3 :
Effect 4 :
Effect 5 :
Effect 6 :
Effect 7 :
Effect 8 :

License :

Apache License 2.0  

 

© 2017-2024. Developed by Bharath Vishal G (https://github.com/BharathVishal). Thank you. 🙂

Related Projects