README - Particle Force Fields.txt 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. - PARTICLE FORCE FIELDS (v1.0.0)
  2. DOCUMENTATION: https://docs.google.com/document/d/1f-owfYlBXJh5vBspiAcInS4TcJVtkFkiZOA9BIYF_zw/edit?usp=sharing
  3. Demo scene and scripts can be found under...
  4. - "Mirza Beig/Scripting/Effects/Particle Force Fields/"
  5. There are three main force fields included with PFF:
  6. Attraction: Attract and repel particles.
  7. - Component name: AttractionParticleForceField
  8. Vortex: Apply a rotational tornado/cyclone-like force to particles.
  9. - Component name: VortexParticleForceField
  10. Turbulence: Add organic turbulent forces to particles using different noise types.
  11. - Component name: TurbulenceParticleForceField
  12. Add them like any other component by dragging the script onto a game object
  13. or using the Add Component button.
  14. You can also add them from the add component menu:
  15. Components -> Effects -> Particle Force Fields
  16. Hidden controls:
  17. - Use the horizontal/vertical axis inputs to rotate the scene (arrow keys, WASD).
  18. - Press "R" while running the demo scene to reset the camera rotation.
  19. XX -- CHANGE LOG -- XX
  20. v1.0.0
  21. - Initial release.