[RELEASED] Player Prefs Plugin Loading Animation

[RELEASED] Player Prefs Plugin

This is a plugin for Unity Editor to help developers who use PlayerPrefs class easely in their projects.
Very easy to integrate and use. Tested in Unity 3.5 and in Unity 4.0.
With this plugin you can test your project Player Preferences without writing any code for saving/editing/deleting prefs.

FEATURES

  • Player Prefs in Editor (Plugin)
  • Can save/edit/delete String, Float, Int, Bool, String Array, Floar Array, Int Array, Bool Array, Vector2, Vector3 and Rect types
  • Can sort arrays in ascending and descending order
  • Can edit and delete preferences saved with PlayerPrefsPro class
  • Work on any version of Unity

Asset Store Link

[RELEASED] Loading Animation

This package is designed to show a loading animation while something is loading behind. You can use it to display a loading on top of hole view or on a rect. This loading is fully optimized for Android, Web Player, PC, Max, Linux, Flash Player, Google Native Client and iOS platforms.

Asset Store Link

I purchased Loading Animation for 4.95 euros a couple of weeks ago and now it is 1.90 euros… :rage:

Yes…Sorry for that :frowning: I thought better and I changed the price after last update.

Updated price for PlayerPrefsPlugin.

It would be more useful if your plugin can list all PlayerPref, clear them etc.

I’ll try to do that for next update. Thank you for your comment!

PlayerPrefsPlugin Update
New Features:

Updated price for PlayerPrefsPlugin. Only 2$ now.

Now you got a happy customer :smile:

Player Prefs Plugin now FREE. Please leave review if you try it!

DOWNLOAD NOW

Thanks for the helpful tool, neomarian, but I have a problem when I try building:

Assets/Plugins/PlayerPrefsPlugin/Editor/PlayerPrefsPro.cs(52,52): error CS0103: The name PlayerSettings' does not exist in the current context Assets/Plugins/PlayerPrefsPlugin/Editor/PlayerPrefsPro.cs(92,100): error CS0103: The name PlayerSettings’ does not exist in the current context

Did I forget to create an object or something somewhere? Could this just be a problem with my registry?

I can see my variables when I check the registry. Am I supposed to name something PlayerSettings?