I Released Some Useful Unity Packages and Tools
Hey everyone! I recently posted these packages over on github, they are some simple tools that I use during jams but I finally broke them out into packages that can be installed individually and added samples so you can see how I set them up!
Hopefully someone can find some use for these in the jam!
https://github.com/Snowdrama/SnowdramaUnitySpringTools
https://github.com/Snowdrama/SnowdramaUnityUIRouterTools
https://github.com/Snowdrama/SnowdramaUnityTagSystem
Samples can be accessed after installing the package through the package manager!
Springs!
1, 2, and 3 dimensional springs! Useful for simple animations!
https://github.com/Snowdrama/SnowdramaUnitySpringTools

Navigation!
A Simple but robust menu navigation system. Automatically stacks navigation history so you can navigate back through menus easily!
https://github.com/Snowdrama/SnowdramaUnityUIRouterTools

Tags!
A very simple system for tagging your objects and sorting them into lists to access easily! The tags automatically add and remove from the list when an object is enabled, disabled or removed.
https://github.com/Snowdrama/SnowdramaUnityTagSystem
