Skip to main content

f8-editor-playerprefseditor-workflow

Use when working with PlayerPrefsEditor tools โ€” viewing, editing, and managing PlayerPrefs data in the Unity Editor in F8Framework.

Jump to install

Source facts

Repository
TippingGame/F8Framework
Last source activity
April 1, 2026 at 11:00
Detected SKILL.md language
English
Stars
882
Forks
140

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

File Explorer
2 files

Showing SKILL.md

SKILL.md
Source instructions ยท Read-only preview
name
f8-editor-playerprefseditor-workflow
description
Use when working with PlayerPrefsEditor tools โ€” viewing, editing, and managing PlayerPrefs data in the Unity Editor in F8Framework.
# PlayerPrefsEditor Workflow ## Use this skill when - The task involves viewing or editing PlayerPrefs data in Editor. - The user asks about inspecting or clearing stored preferences. ## Path resolution 1. Editor code: Assets/F8Framework/Editor/PlayerPrefsEditor ## Sources of truth - Editor module: Assets/F8Framework/Editor/PlayerPrefsEditor ## Key editor features | Feature | Description | |---------|-------------| | **PlayerPrefs Viewer** | Editor window showing all stored PlayerPrefs key-value pairs | | **Edit Values** | Modify PlayerPrefs values directly in Editor | | **Delete Keys** | Remove specific or all PlayerPrefs entries | | **Type Display** | Shows data type (int, float, string) for each entry | ## Workflow 1. Open PlayerPrefs Editor from the F8Framework menu. 2. View all stored key-value pairs with types. 3. Edit values directly in the editor window. 4. Delete unwanted keys. 5. Use to debug Audio volume/switch settings, Storage data, etc. ## Output checklist - PlayerPrefs inspected. - Values verified or modified. - Stale data cleaned if needed.
View on GitHub