Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 677 Bytes

File metadata and controls

25 lines (20 loc) · 677 Bytes

PlayerSettings

Tool to save & load in-game settings for Unity

Pictures

General Controls Video Inspector XML

Features

  • Demo
  • Saving & loading settings to a XML file
  • UI prefabs with components to automaticcly save when changed
  • Videosettings
  • Inputmanager
  • Audiomanager

Example

Get a setting: SettingsManager.GetString("username")

Get the movement input vector: InputManager.GetMovementVector()

Download

Download the .unitypackage form the github realeases page