Use when working with Module editor tools — right-click context menu for creating Module, ModuleMono, StaticModule, and ActivityModule templates in F8Framework.
Use when working with Module editor tools — right-click context menu for creating Module, ModuleMono, StaticModule, and ActivityModule templates in F8Framework.
Module Editor Workflow
Use this skill when
The task involves creating new module template files via Editor context menu.
The user asks about the right-click create module feature.
Path resolution
Editor code: Assets/F8Framework/Editor/Module
Sources of truth
Editor module: Assets/F8Framework/Editor/Module
Test docs: Assets/F8Framework/Tests/Module/README.md
Key editor features
Feature
Description
Create Module
Right-click → F8 Module Center → Create Module template (ModuleSingleton)
Create ModuleMono
Right-click → F8 Module Center → Create ModuleMono template (ModuleSingletonMono)
Create StaticModule
Right-click → F8 Module Center → Create StaticModule template
Create ActivityModule
Right-click → F8 Module Center → Create ActivityModule template for activity state logic
Workflow
Right-click on a project folder.
Select F8 Module Center → desired module type.
Name the generated script file.
Implement the generated lifecycle or state methods.