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.

Aller à l'installation

Informations de source

Dépôt
TippingGame/F8Framework
Dernière activité de la source
1 avril 2026 à 11:00
Langue détectée de SKILL.md
anglais
Étoiles
884
Forks
141

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Explorateur de fichiers
2 fichiers

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
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.
Voir sur GitHub