Releases: LightBuzz/Settings-Unity
Releases · LightBuzz/Settings-Unity
Settings for Unity3D 3.1.0
Settings for Unity3D 3.0.0
- Saves all settings in a single file.
- Added dependency to
Newtonsoft.Json
.
Settings for Unity3D 2.0.0
- Supports multithreading
- Does not rely on
PlayerPrefs
Settings for Unity3D 1.1.0
Added support for the most common data types:
bool
int
short
long
float
double
string
DateTime
Guid
Settings for Unity3D 1.0.0
Settings for Unity3D using generics.