JEngine
Ship Unity game updates without rebuilding or resubmitting apps
All Skills in This Repository (5)
Pure Emerald Level Indicatorsmessagebox
Display Unity modal dialogs and await boolean user responses via UniTask.
game-patterns
Implement zero-GC game patterns in JEngine using JAction and JObjectPool.
editor-ui
Provide themed Unity Editor UI components for consistent tool styling.
jaction
Orchestrate Unity action sequences with zero-allocation asynchronous execution.
jobjectpool
Create thread-safe, zero-GC object pools for Unity with Rent/Return and callbacks.
Frequently Asked Questions
FAQPage SchemaHow to install JEngine?โผ
Run `npx skills add JasonXuDeveloper/JEngine --all -g -y` in your terminal to install all skills in this suite globally.
How to hot update a Unity game without rebuilding?โผ
JEngine runs standard C# at runtime via HybridCLR, so you push new code and assets to players without shipping a new build.
Does JEngine work with Claude Code and other AI agents?โผ
Yes. It ships a built-in plugin with SKILL.md files that teach AI agents JEngine patterns like JAction, JObjectPool, and MessageBox.
How to reduce garbage collection in Unity gameplay?โผ
Use the included JObjectPool and JAction skills to reuse objects and run zero-allocation async tasks for bullets, enemies, and effects.
Which platforms does JEngine support?โผ
It supports iOS, Android, Windows, macOS, WebGL, and mini-game platforms like WeChat, Douyin, Alipay, and TapTap.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core