Readme.txt 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. Simple Lightning Bolt
  2. (c) 2016 Digital Ruby, LLC
  3. Created by Jeff Johnson
  4. http://www.digitalruby.com
  5. Version 1.0
  6. Simple Lightning Bolt is a highly performant and easy way to add lightning and electricity effects to your Unity app or game.
  7. The setup is very easy. Just drag SimpleLightningBoltPrefab in to your scene and you are ready to start creating lightning.
  8. The prefab contains a start and end object that you can position however you like to change the start and end position. The script also has StartPosition and EndPosition properties that can be used.
  9. The line renderer component of the prefab can be used to change the material, lightning color and lightning width.
  10. The lightning bolt script has a Trigger method which can be used if the ManualMode property is turned on. The demo scene shows this off with the "Trigger" button. Simply turn on ManualMode and then click the button during play.
  11. Simply clone more prefabs if you need more lightning bolts or effects.
  12. Animation of lightning is also possible using SimpleLightningBoltAnimatedPrefab.
  13. Please see LightningBoltDemo scene for more details.
  14. If you like this lightning, I've made a AAA quality lightning asset with dozens more configuration options, including:
  15. - Glow
  16. - Forks
  17. - Multiple bolts in one call
  18. - Highly optimized shader, much faster than Unity line renderer
  19. - Path lightning
  20. - Fade in / out
  21. - Turbulence
  22. - Jitter
  23. - Lights
  24. - Storm lightning and clouds
  25. - Shapes (cone, sphere, etc.)
  26. - Spells, like force lightning
  27. - Sounds, like thunder, shock, etc.
  28. - Many prefabs for all kinds of effects
  29. ******
  30. -->
  31. --> You may buy the AAA lightning on the asset store here: http://u3d.as/f1c
  32. -->
  33. ******
  34. Please email support@digitalruby.com with feedback and bug reports.
  35. Thank you.
  36. - Jeff Johnson