All Projects → Dysman → bgTools-playerPrefsEditor

Dysman / bgTools-playerPrefsEditor

Licence: GPL-3.0 license
Tool extension for the Unity Editor that enables easy access to the player preferences over a simple UI.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to bgTools-playerPrefsEditor

unity-now
▲ Vercel Now plugin for Unity. Deploy WebGL builds with ease
Stars: ✭ 21 (-70%)
Mutual labels:  unity-editor, upm
t4-templates-unity3d
T4 Text Template Processor for Unity3D
Stars: ✭ 75 (+7.14%)
Mutual labels:  unity-editor
sdk-for-unity
SpatialOS SDK for Unity
Stars: ✭ 49 (-30%)
Mutual labels:  unity-editor
UniSymbol
【Unity】シンボルを簡単に定義できるエディタ拡張
Stars: ✭ 15 (-78.57%)
Mutual labels:  unity-editor
UGUI-Toolset
No description or website provided.
Stars: ✭ 14 (-80%)
Mutual labels:  unity-editor
SlnMerge
SlnMerge merges the solution files when generating solution file by Unity Editor.
Stars: ✭ 91 (+30%)
Mutual labels:  unity-editor
awesome-unity
A curated list of awesome Unity games! 🎮
Stars: ✭ 346 (+394.29%)
Mutual labels:  unity-editor
UnityTool Probability
A simple Editor can adjust the probability of items from Array
Stars: ✭ 37 (-47.14%)
Mutual labels:  unity-editor
ElementAnimationToolkit
A collection of Unity UIElements animation extension methods, new animated elements, and examples.
Stars: ✭ 51 (-27.14%)
Mutual labels:  unity-editor
Newtonsoft.Json-for-Unity.Converters
Converters of common Unity types for Newtonsoft.Json. Goes hand in hand with jilleJr/Newtonsoft.Json-for-Unity
Stars: ✭ 147 (+110%)
Mutual labels:  upm
com.xrtk.oculus
The Oculus platform components for the XRTK
Stars: ✭ 11 (-84.29%)
Mutual labels:  upm
UnityGlobalTextSystem
Allow the user to 'change' the default font in Unity from "Arial" to a font of their liking.
Stars: ✭ 21 (-70%)
Mutual labels:  unity-editor
CheckVersion
Checks for Unity3D updates
Stars: ✭ 15 (-78.57%)
Mutual labels:  unity-editor
BakingSheet
Easy datasheet management for C# and Unity. Supports Excel, Google Sheet, JSON and CSV format.
Stars: ✭ 144 (+105.71%)
Mutual labels:  upm
Portada-UPM-ETSIINF
Portada para Trabajo de Fin de Grado para la UPM ETSIINF
Stars: ✭ 23 (-67.14%)
Mutual labels:  upm
HexTiles
Unity Hex Tile Editor
Stars: ✭ 127 (+81.43%)
Mutual labels:  unity-editor
presets-browser
Unity presets browser editor window.
Stars: ✭ 22 (-68.57%)
Mutual labels:  unity-editor
UnityEventDrawerEx
This plugin extends the UnityEventDrawer to display runtime calls in the inspector.
Stars: ✭ 57 (-18.57%)
Mutual labels:  unity-editor
Unity-Visual-Behavior-Tree
Reactive Visual Scripting Behavior Tree Tool for Unity 2018.x+
Stars: ✭ 36 (-48.57%)
Mutual labels:  unity-editor
Rosalina
Rosalina is a code generation tool for Unity's UI documents. It generates C# code-behind script based on a UXML template.
Stars: ✭ 57 (-18.57%)
Mutual labels:  unity-editor

PlayerPrefs Editor for Unity 3D

Minimal unity editor version CI   Release GitHub package.json version (branch) openupm AssetStore

Flattr this git repo  Buy me a coffee

Tool extension for the Unity Editor that enables easy access to the player preferences over a simple UI. Allows to view, add, remove and modify entries on the development machine.

Preference editor window

Features

  • Add, remove and edit PlayerPrefs
  • Intuitive visual editor
  • Works with standard Unity PlayerPrefs
  • Monitors changes from code
  • Supports all editors (Windows, Linux, MacOS)
  • Lightweight dockable for full integration in your workflow
  • Supports both skins (Personal, Professional)

Requirements

Unity Version: 2019.4 (LTS) or higher

Editor Version: Windows, MacOS, Linux

Installation

The plugin provides manual and UPM installation.

Additionally it's available on the Unity Asset Store.

Manual

Place the PlayerPrefsEditor folder somewhere in your project. It's not relevant where it's located, the plugin will find all of its files by itself.

Unity Package Manager (UPM)

Via Git URL

Through the Unity Plugin Manager it's possible to install the plugin direct from this git repository. The UPM need a specific structure what will be provided into the upm branch.

Use following direct URL for the configuration:

https://github.com/Dysman/bgTools-playerPrefsEditor.git#upm

See official Unity documentation for more informations: UI or manifest.json

Via OpenUPM

The package is available on the openupm registry. It's recommended to install it via openupm-cli.

openupm add com.bgtools.playerprefseditor

Usage

The entry to open the PlayerPrefs Editor is located in the top menu at Tools/BG Tools/PlayerPrefs Editor. It's a standard dockable window, so place it wherever it helps to be productive. A more detailed manual can be fund in following locations:

  • GitHub (Manual)- Manual page
  • GitHub (UPM) - Press the Documentation link on the UPM description.
  • Unity Asset Store Package - MANUAL.html
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].