AI-powered development guide for JEngine Unity framework.
# Add JEngine marketplace (one-time)
claude plugin marketplace add JasonXuDeveloper/JEngine
# Install plugin
claude plugin install jengine@jengine-marketplaceThird-party plugins require manual opt-in for auto-updates:
- Run
/pluginin Claude Code - Go to Marketplaces tab
- Select jengine-marketplace
- Toggle Enable auto-update
Once enabled, plugin updates automatically when Claude Code starts.
After installation, Claude Code automatically:
- Suggests JAction for sequential tasks, timers, and delays
- Suggests JObjectPool for object pooling and GC optimization
- Suggests MessageBox for confirmation dialogs
- Suggests Editor UI components for custom inspectors and editor windows
- Follows JEngine coding conventions (UniTask, namespaces, etc.)
/jaction- Chainable task system with zero-allocation async/jobjectpool- Thread-safe object pooling
/messagebox- Async modal dialogs/editor-ui- Editor UI components (JButton, JStack, Tokens, etc.)
- Claude Code CLI
- JEngine packages installed in your Unity project:
com.jasonxudeveloper.jengine.utilcom.jasonxudeveloper.jengine.ui