Search the Community

Showing results for tags 'asset'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Idle Forums
    • Video Gaming
    • Wizard Jam
    • Movies & Television
    • Books
    • Idle Banter
  • Shows
    • The Cutdown Episodes
    • Every Game in this City Episodes
    • Three Moves Ahead Episodes
    • Something True Episodes
    • Designer Notes Episodes
    • Important If True Episodes
    • Idle Thumbs Episodes & Streams
    • Idle Weekend Episodes
    • Old Shows Home
  • Wizard Jam
  • Babysitter's Club's History of the series
  • wrong club's no

Calendars

  • Community Calendar

Location


Interests


Biography


Location


Interests


Occupation


Favorite Games

Found 1 result

  1. Hey guys. We released our Ultimate PlayerPrefs in the Unity Asset Store and we think that it could be useful to you. The PlayerPrefs are Unity’s very basic solution for saving simple data of the types string, int and float in a key based datatable. Since there is no built-in viewer or editor in Unity to manage your stored data and we have not found another editor that meets our needs in the Asset Store we decided to develop this editor. A major requirement was, not to replace the normal way how the PlayPrefs work but to provide additional functionalities. Furthermore you can add this tool to existing projects and decide yourself how deep you want to integrate it to your code. Vice versa you can remove the UPP at every time from your project without harming your PlayerPrefs entries if you don’t want to use it anymore. How it works: Ultimate PlayerPrefs wraps the PlayerPrefs entries with its own PlayerPrefs-Items. An item works as an interface, handles the PlayerPrefs entry and provides various handy functionalities. As there are three data types of PlayerPref entries (string, int and float) there are also three types of UPP items – one for each data type. Get Ultimate PlayerPrefs at the Unity Asset Store: https://assetstore.unity.com/.../ultimate-playerprefs-189597 You can also find videos regarding our tool on our Youtube Channel: https://youtu.be/XI7AAZ6caFA We hope you like it!