A Navigation Helper for Unity

Unity lacks a way to pass parameters to a new scene. If you want to send some game state data to the next level you have several options, such as PlayerPrefs or persistent classes, but they are not always elegant solutions. I decided to copy NavigationHelper from Windows Store apps. NavigationHelper allows you to send an object when navigating to a new … Read moreA Navigation Helper for Unity