Analyze once, deploy everywhere with our standardized format
Intelligent detection of UI components and their properties
Automatic creation of nested component structures
Capture of colors, fonts, and visual properties
Compatible with Cocos Creator, Unity, Unreal, and more
Our JSON prefab format provides a standardized way to describe UI components, their properties, and relationships. This format serves as a bridge between design tools and game engines, enabling seamless conversion.
{
"name": "LoginPanel",
"type": "Panel",
"properties": {
"width": 800,
"height": 600,
"backgroundColor": "#1A1A1A",
"borderRadius": 8
},
"children": [
{
"name": "TitleText",
"type": "Text",
"properties": {
"text": "Login",
"fontSize": 24,
"color": "#FFFFFF",
"alignment": "center"
}
},
{
"name": "UsernameInput",
"type": "Input",
"properties": {
"placeholder": "Username",
"width": 300,
"height": 40
}
}
]
}
Full support for 2.x and 3.x versions
Compatible with UGUI and UI Toolkit
Support for UMG UI system
Compatible with built-in UI system
Use our UI Analysis Tool to generate JSON prefab data from your design
Review the generated JSON and customize as needed
Use our engine-specific plugins to import the JSON into your game engine
Make final adjustments in your engine and deploy your game
Start using our JSON prefab format today and save hours of development time