Skip to content

Inspired by those used in Super Mario Maker 2, I wanted to try create a general package of 'drag and drop' effects able to be used in a variety of Unity games. Everything is done in code, with no handmade animations, and the effects dynamically adjust to the current resolution and aspect ratio. The vast majority of parameters are configurable, a…

License

Notifications You must be signed in to change notification settings

jesseparsons1/screenEffects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screenEffects

Inspired by those used in Super Mario Maker 2, I wanted to try create a general package of 'drag and drop' effects able to be used in a variety of Unity games. Everything is done in code, with no handmade animations, and the effects dynamically adjust to the current resolution and aspect ratio. The vast majority of parameters are configurable, and these effects can be called from a globally available script at any time during the game. Feel free to use them how ever you like, under MIT license. I hope it helps somebody!

Check out the demo scene to get an idea of how it works, but it is safe to delete everything in the Screen Effects Demo folder once you no longer need the demo.

About

Inspired by those used in Super Mario Maker 2, I wanted to try create a general package of 'drag and drop' effects able to be used in a variety of Unity games. Everything is done in code, with no handmade animations, and the effects dynamically adjust to the current resolution and aspect ratio. The vast majority of parameters are configurable, a…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages