| Current Path : /var/www/html/unity/development/ui-builder/ |
| Current File : /var/www/html/unity/development/ui-builder/ui-builder.json |
{
"formatVersion": 1,
"categories": [
{
"id": "text",
"name": "Text",
"icon": "bi-fonts",
"items": [
{
"id": "heading",
"name": "Heading",
"icon": "bi-type-h1",
"type": "text",
"defaults": {
"content": "Game Title",
"w": 40,
"h": 0,
"fontFamily": "'Orbitron', sans-serif",
"fontSize": 2.4,
"fontWeight": "700",
"color": "#ffffff",
"textAlign": "center",
"textShadow": "0 2px 12px rgba(0,0,0,0.7)",
"letterSpacing": "2px"
}
},
{
"id": "subheading",
"name": "Subheading",
"icon": "bi-type-h2",
"type": "text",
"defaults": {
"content": "Level 1 \u2014 The Beginning",
"w": 30,
"h": 0,
"fontFamily": "'Rajdhani', sans-serif",
"fontSize": 1.2,
"fontWeight": "600",
"color": "#a78bfa",
"textAlign": "center",
"letterSpacing": "1px"
}
},
{
"id": "label",
"name": "Label",
"icon": "bi-type",
"type": "text",
"defaults": {
"content": "Label Text",
"w": 0,
"h": 0,
"fontFamily": "'Rajdhani', sans-serif",
"fontSize": 0.9,
"fontWeight": "500",
"color": "#c0c4d0",
"textAlign": "left"
}
},
{
"id": "paragraph",
"name": "Paragraph",
"icon": "bi-text-paragraph",
"type": "text",
"defaults": {
"content": "This is a paragraph of text that can display information, instructions, or story content to the player.",
"w": 35,
"h": 0,
"fontFamily": "'Rajdhani', sans-serif",
"fontSize": 0.95,
"fontWeight": "400",
"color": "#b0b4c0",
"textAlign": "left",
"lineHeight": "1.6"
}
}
]
},
{
"id": "data",
"name": "Data",
"icon": "bi-speedometer2",
"items": [
{
"id": "score_display",
"name": "Score",
"icon": "bi-trophy",
"type": "text",
"defaults": {
"content": "Score: {score}",
"w": 0,
"h": 0,
"fontFamily": "'Orbitron', sans-serif",
"fontSize": 1.1,
"fontWeight": "600",
"color": "#00e5a0",
"textShadow": "0 0 8px rgba(0,229,160,0.4)",
"binding": "score"
}
},
{
"id": "timer_display",
"name": "Timer",
"icon": "bi-clock",
"type": "text",
"defaults": {
"content": "00:00",
"w": 0,
"h": 0,
"fontFamily": "'Orbitron', sans-serif",
"fontSize": 1.3,
"fontWeight": "700",
"color": "#f59e0b",
"textShadow": "0 0 8px rgba(245,158,11,0.4)",
"binding": "timer"
}
},
{
"id": "lives_display",
"name": "Lives",
"icon": "bi-heart-fill",
"type": "text",
"defaults": {
"content": "\u2764 \u2764 \u2764",
"w": 0,
"h": 0,
"fontFamily": "'Rajdhani', sans-serif",
"fontSize": 1.4,
"fontWeight": "700",
"color": "#ff4d6a",
"textShadow": "0 0 8px rgba(255,77,106,0.5)",
"binding": "lives"
}
},
{
"id": "level_display",
"name": "Level",
"icon": "bi-layers",
"type": "text",
"defaults": {
"content": "Level {level}",
"w": 0,
"h": 0,
"fontFamily": "'Orbitron', sans-serif",
"fontSize": 0.9,
"fontWeight": "500",
"color": "#a78bfa",
"binding": "level"
}
},
{
"id": "coins_display",
"name": "Coins",
"icon": "bi-coin",
"type": "text",
"defaults": {
"content": "\ud83e\ude99 {coins}",
"w": 0,
"h": 0,
"fontFamily": "'Orbitron', sans-serif",
"fontSize": 1.0,
"fontWeight": "600",
"color": "#f59e0b",
"binding": "coins"
}
}
]
},
{
"id": "buttons",
"name": "Buttons",
"icon": "bi-hand-index",
"items": [
{
"id": "button_primary",
"name": "Button",
"icon": "bi-play-circle",
"type": "button",
"defaults": {
"content": "Start",
"w": 15,
"h": 0,
"fontFamily": "'Rajdhani', sans-serif",
"fontSize": 1.0,
"fontWeight": "700",
"color": "#ffffff",
"background": "linear-gradient(135deg, #00e5a0 0%, #00b87a 100%)",
"borderRadius": "8px",
"padding": "12px 32px",
"border": "none",
"textTransform": "uppercase",
"letterSpacing": "2px",
"cursor": "pointer",
"onClick": ""
}
},
{
"id": "button_secondary",
"name": "Alt Button",
"icon": "bi-square",
"type": "button",
"defaults": {
"content": "Menu",
"w": 12,
"h": 0,
"fontFamily": "'Rajdhani', sans-serif",
"fontSize": 0.85,
"fontWeight": "600",
"color": "#a78bfa",
"background": "rgba(167,139,250,0.1)",
"borderRadius": "8px",
"padding": "10px 24px",
"border": "1px solid rgba(167,139,250,0.4)",
"cursor": "pointer",
"onClick": ""
}
},
{
"id": "button_icon",
"name": "Icon Button",
"icon": "bi-gear",
"type": "button",
"defaults": {
"content": "\u2699",
"w": 0,
"h": 0,
"fontSize": 1.4,
"color": "#ffffff",
"background": "rgba(255,255,255,0.1)",
"borderRadius": "50%",
"padding": "12px",
"border": "1px solid rgba(255,255,255,0.15)",
"cursor": "pointer",
"minWidth": "48px",
"minHeight": "48px",
"onClick": ""
}
},
{
"id": "button_close",
"name": "Close Btn",
"icon": "bi-x-lg",
"type": "button",
"defaults": {
"content": "\u2715",
"w": 0,
"h": 0,
"fontSize": 1.2,
"fontWeight": "300",
"color": "#ff4d6a",
"background": "rgba(255,77,106,0.1)",
"borderRadius": "50%",
"padding": "8px 12px",
"border": "1px solid rgba(255,77,106,0.3)",
"cursor": "pointer",
"onClick": ""
}
}
]
},
{
"id": "media",
"name": "Media",
"icon": "bi-image",
"items": [
{
"id": "image",
"name": "Image",
"icon": "bi-image",
"type": "image",
"defaults": {
"src": "",
"w": 15,
"h": 15,
"objectFit": "contain",
"borderRadius": "0",
"opacity": 1
}
},
{
"id": "video",
"name": "Video",
"icon": "bi-film",
"type": "video",
"defaults": {
"src": "",
"w": 30,
"h": 25,
"videoFit": "contain",
"playMode": "auto",
"loopMode": "loop",
"loopCount": 1,
"muted": true,
"controls": false,
"volume": 1,
"videoPoster": "",
"background": "rgba(0,0,0,0.4)",
"borderRadius": "8px",
"chromaKey": false,
"chromaColor": "#00ff00",
"chromaSimilarity": 0.4,
"chromaSmoothness": 0.08,
"chromaSpill": 0.1,
"videoBlend": "none"
}
},
{
"id": "icon_bs",
"name": "Icon",
"icon": "bi-emoji-smile",
"type": "icon",
"defaults": {
"iconClass": "bi-heart-fill",
"w": 0,
"h": 0,
"fontSize": 2.0,
"color": "#ff4d6a",
"textShadow": "0 0 8px rgba(255,77,106,0.4)"
}
},
{
"id": "avatar",
"name": "Avatar",
"icon": "bi-person-circle",
"type": "image",
"defaults": {
"src": "",
"w": 6,
"h": 0,
"objectFit": "cover",
"borderRadius": "50%",
"border": "2px solid rgba(255,255,255,0.3)",
"aspectRatio": "1"
}
}
]
},
{
"id": "layout",
"name": "Layout",
"icon": "bi-grid",
"items": [
{
"id": "panel",
"name": "Panel",
"icon": "bi-square",
"type": "panel",
"defaults": {
"w": 25,
"h": 20,
"background": "rgba(10,12,20,0.75)",
"borderRadius": "12px",
"border": "1px solid rgba(255,255,255,0.08)",
"backdropFilter": "blur(12px)",
"boxShadow": "0 4px 24px rgba(0,0,0,0.4)",
"padding": "16px"
}
},
{
"id": "glass_panel",
"name": "Glass Panel",
"icon": "bi-window",
"type": "panel",
"defaults": {
"w": 22,
"h": 15,
"background": "rgba(255,255,255,0.06)",
"borderRadius": "16px",
"border": "1px solid rgba(255,255,255,0.12)",
"backdropFilter": "blur(20px)",
"boxShadow": "0 8px 32px rgba(0,0,0,0.3)",
"padding": "20px"
}
},
{
"id": "divider_h",
"name": "Divider H",
"icon": "bi-dash-lg",
"type": "panel",
"defaults": {
"w": 20,
"h": 0,
"minHeight": "2px",
"background": "linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent)"
}
},
{
"id": "divider_v",
"name": "Divider V",
"icon": "bi-grip-vertical",
"type": "panel",
"defaults": {
"w": 0,
"h": 10,
"minWidth": "2px",
"background": "linear-gradient(180deg, transparent, rgba(255,255,255,0.2), transparent)"
}
}
]
},
{
"id": "indicators",
"name": "Bars",
"icon": "bi-battery-half",
"items": [
{
"id": "health_bar",
"name": "Health Bar",
"icon": "bi-heart-pulse",
"type": "progressbar",
"defaults": {
"w": 18,
"h": 0,
"barValue": 75,
"barColor": "#00e5a0",
"barBgColor": "rgba(255,255,255,0.08)",
"barHeight": "12px",
"borderRadius": "6px",
"showLabel": true,
"labelText": "HP",
"binding": "health"
}
},
{
"id": "mana_bar",
"name": "Mana Bar",
"icon": "bi-droplet-fill",
"type": "progressbar",
"defaults": {
"w": 18,
"h": 0,
"barValue": 60,
"barColor": "#6366f1",
"barBgColor": "rgba(255,255,255,0.08)",
"barHeight": "10px",
"borderRadius": "5px",
"showLabel": true,
"labelText": "MP",
"binding": "mana"
}
},
{
"id": "xp_bar",
"name": "XP Bar",
"icon": "bi-star-fill",
"type": "progressbar",
"defaults": {
"w": 30,
"h": 0,
"barValue": 40,
"barColor": "linear-gradient(90deg, #f59e0b, #fbbf24)",
"barBgColor": "rgba(255,255,255,0.06)",
"barHeight": "6px",
"borderRadius": "3px",
"showLabel": false,
"binding": "xp"
}
},
{
"id": "stamina_bar",
"name": "Stamina Bar",
"icon": "bi-lightning-fill",
"type": "progressbar",
"defaults": {
"w": 15,
"h": 0,
"barValue": 90,
"barColor": "#10b981",
"barBgColor": "rgba(255,255,255,0.06)",
"barHeight": "8px",
"borderRadius": "4px",
"showLabel": true,
"labelText": "STA",
"binding": "stamina"
}
}
]
},
{
"id": "navigation",
"name": "Nav",
"icon": "bi-signpost-split",
"items": [
{
"id": "nav_bar",
"name": "Nav Bar",
"icon": "bi-segmented-nav",
"type": "panel",
"defaults": {
"w": 100,
"h": 0,
"minHeight": "56px",
"background": "rgba(10,12,20,0.85)",
"borderTop": "1px solid rgba(255,255,255,0.06)",
"backdropFilter": "blur(12px)",
"padding": "8px 16px",
"display": "flex",
"justifyContent": "space-around",
"alignItems": "center"
}
},
{
"id": "minimap_frame",
"name": "Minimap",
"icon": "bi-map",
"type": "panel",
"defaults": {
"w": 14,
"h": 0,
"aspectRatio": "1",
"background": "rgba(10,12,20,0.7)",
"borderRadius": "8px",
"border": "2px solid rgba(0,229,160,0.3)",
"boxShadow": "0 0 16px rgba(0,0,0,0.5)"
}
},
{
"id": "dpad",
"name": "D-Pad",
"icon": "bi-dpad",
"type": "panel",
"defaults": {
"w": 12,
"h": 0,
"aspectRatio": "1",
"background": "rgba(255,255,255,0.05)",
"borderRadius": "50%",
"border": "2px solid rgba(255,255,255,0.1)",
"boxShadow": "inset 0 0 20px rgba(0,0,0,0.3)"
}
},
{
"id": "action_button",
"name": "Action Btn",
"icon": "bi-circle",
"type": "button",
"defaults": {
"content": "A",
"w": 0,
"h": 0,
"fontFamily": "'Orbitron', sans-serif",
"fontSize": 1.2,
"fontWeight": "700",
"color": "#ffffff",
"background": "radial-gradient(circle, rgba(0,229,160,0.3) 0%, rgba(0,229,160,0.1) 100%)",
"borderRadius": "50%",
"padding": "16px",
"border": "2px solid rgba(0,229,160,0.4)",
"minWidth": "56px",
"minHeight": "56px",
"cursor": "pointer",
"onClick": ""
}
}
]
},
{
"id": "html",
"name": "HTML Elements",
"icon": "bi-filetype-html",
"items": [
{
"id": "hero",
"name": "Hero",
"icon": "bi-image-alt",
"type": "hero",
"defaults": {
"x": 50,
"y": 50,
"w": 100,
"h": 100,
"anchor": "center",
"background": "transparent",
"padding": "0",
"borderRadius": "0",
"heroSlides": [
{
"id": "hs_a",
"image": "",
"video": "",
"color": "linear-gradient(135deg,#1f3a5f,#0b0e17)",
"title": "",
"text": ""
},
{
"id": "hs_b",
"image": "",
"video": "",
"color": "linear-gradient(135deg,#3f2b56,#0b0e17)",
"title": "",
"text": ""
}
],
"heroTitle": "Your headline here",
"heroSubtitle": "A short supporting line that explains what this is about.",
"heroAutoplay": true,
"heroInterval": 6000,
"heroTransition": "fade",
"heroTransDuration": 900,
"heroKenBurns": false,
"heroKenScale": 1.12,
"heroStart": 0,
"heroBgFit": "cover",
"heroBgPosition": "center",
"heroEmptyBg": "linear-gradient(135deg,#1b2030,#0b0e17)",
"heroOverlay": "linear-gradient(180deg,rgba(0,0,0,0.15),rgba(0,0,0,0.55))",
"heroOverlayOpacity": 1,
"heroAlignH": "center",
"heroAlignV": "center",
"heroPadding": "6%",
"heroGap": "10px",
"heroMaxWidth": "70%",
"heroTitleFont": "'Orbitron',sans-serif",
"heroTitleSize": 2.4,
"heroTitleUnit": "rem",
"heroTitleWeight": "700",
"heroTitleColor": "#ffffff",
"heroTitleLineHeight": "1.1",
"heroTitleSpacing": "normal",
"heroTitleShadow": "0 2px 18px rgba(0,0,0,0.5)",
"heroSubFont": "'Rajdhani',sans-serif",
"heroSubSize": 1,
"heroSubUnit": "rem",
"heroSubWeight": "400",
"heroSubColor": "#d5dce8",
"heroSubLineHeight": "1.5",
"heroSubShadow": "0 1px 10px rgba(0,0,0,0.45)",
"heroDots": true,
"heroDotWidth": 10,
"heroDotHeight": 10,
"heroDotRadius": "50%",
"heroDotGap": 8,
"heroDotBottom": 18,
"heroDotColor": "rgba(255,255,255,0.35)",
"heroDotActiveColor": "#ffffff",
"heroDotActiveWidth": "",
"heroArrows": false,
"heroArrowSize": 36,
"heroArrowRadius": "50%",
"heroArrowBg": "rgba(0,0,0,0.35)",
"heroArrowColor": "#ffffff",
"heroArrowIconSize": 1,
"heroArrowInset": 12,
"heroPrevIcon": "bi-chevron-left",
"heroNextIcon": "bi-chevron-right",
"heroChangeFunc": ""
}
},
{
"id": "carousel",
"name": "Carousel",
"icon": "bi-collection-play",
"type": "carousel",
"defaults": {
"w": 70,
"h": 34,
"background": "transparent",
"padding": "0",
"carouselItems": [
{
"id": "ci_a",
"image": "",
"title": "Slide One",
"text": "Describe this item",
"link": "",
"fields": {
"heading": "Slide 1 heading",
"body": "Longer description for slide 1.",
"bigImage": ""
},
"actions": []
},
{
"id": "ci_b",
"image": "",
"title": "Slide Two",
"text": "Describe this item",
"link": "",
"fields": {
"heading": "Slide 2 heading",
"body": "Longer description for slide 2.",
"bigImage": ""
},
"actions": []
},
{
"id": "ci_c",
"image": "",
"title": "Slide Three",
"text": "Describe this item",
"link": "",
"fields": {
"heading": "Slide 3 heading",
"body": "Longer description for slide 3.",
"bigImage": ""
},
"actions": []
},
{
"id": "ci_d",
"image": "",
"title": "Slide Four",
"text": "Describe this item",
"link": "",
"fields": {
"heading": "Slide 4 heading",
"body": "Longer description for slide 4.",
"bigImage": ""
},
"actions": []
}
],
"carItems": 3,
"carItemsTablet": 2,
"carItemsPhone": 1,
"carMargin": 12,
"carStagePadding": 0,
"carAutoWidth": false,
"carLoop": true,
"carCenter": true,
"carAutoplay": false,
"carAutoplayTimeout": 4000,
"carAutoplayHoverPause": true,
"carSpeed": 450,
"carMouseDrag": true,
"carNav": true,
"carDots": true,
"carStart": 0,
"carCenterScale": 1.18,
"carSideScale": 0.88,
"carSideOpacity": 0.55,
"carCenterOffsetX": 0,
"carCenterOffsetY": 0,
"carCenterWidth": "",
"carCenterHeight": "",
"carItemWidth": "",
"carItemHeight": "",
"carClickToCenter": true,
"carActiveSlot": "",
"carItemsPhoneLand": "",
"carDotPosition": "below",
"carDotBottom": 8,
"carResetVisibility": true,
"carItemMargin": "0",
"carCenterPadding": "",
"carCenterMargin": "",
"carCenterRadius": "",
"carCenterBg": "",
"carCenterBorder": "",
"carCenterShadow": "",
"carShowFields": [],
"carFieldSize": 0.6,
"carFieldColor": "#8a93a8",
"carTitleUnit": "rem",
"carTextUnit": "rem",
"carFieldUnit": "rem",
"carNavSize": 28,
"carNavRadius": "50%",
"carNavIconSize": 0.8,
"carNavBorder": "none",
"carNavOffset": 0,
"carNavPrevIcon": "bi-chevron-left",
"carNavNextIcon": "bi-chevron-right",
"carDotWidth": 7,
"carDotHeight": 7,
"carDotRadius": "50%",
"carDotGap": 6,
"carDotActiveWidth": "",
"carDotActiveHeight": "",
"carDotMarginTop": 6,
"carLinks": [],
"carChangeFunc": "",
"carItemBg": "rgba(255,255,255,0.05)",
"carItemBorder": "1px solid rgba(255,255,255,0.1)",
"carItemRadius": "12px",
"carItemPadding": "10px",
"carItemShadow": "0 6px 20px rgba(0,0,0,0.35)",
"carItemAlign": "center",
"carShowImage": true,
"carShowTitle": true,
"carShowText": true,
"carImgHeight": "110px",
"carImgFit": "cover",
"carImgRadius": "8px",
"carTitleSize": 0.85,
"carTitleColor": "#ffffff",
"carTitleWeight": "700",
"carTextSize": 0.65,
"carTextColor": "#a0b0c0",
"carNavColor": "#ffffff",
"carNavBg": "rgba(0,0,0,0.4)",
"carDotColor": "rgba(255,255,255,0.25)",
"carDotActiveColor": "#00e5a0",
"carItemTemplate": "",
"carItemClick": "none",
"carItemFunc": "",
"carLinkTarget": "newTab",
"carDeviceOverrides": {
"tablet": {},
"phone": {},
"phone-land": {}
},
"carNavOffsetX": 0,
"carNavOffsetY": 0,
"carNavInset": 0,
"carDotOffsetX": 0,
"carDotOffsetY": 0,
"carNavPrevX": 0,
"carNavPrevY": 0,
"carNavNextX": 0,
"carNavNextY": 0,
"carModelHeight": "",
"carModelBg": "transparent",
"carModelAutoRotate": true,
"carModelRotateSpeed": 2,
"carModelControls": false,
"carModelDistance": 4,
"carModelFov": 45,
"carModelLighting": "studio",
"carModelLightIntensity": 1,
"carModelScale": 1,
"carActiveZ": 10,
"carPadTop": 0,
"carPadBottom": 0,
"carModelWidth": "",
"carModelInset": 0,
"carModelRotX": 0,
"carModelRotY": 0,
"carModelRotZ": 0,
"carModelY": 0,
"carModelCamHeight": 0.4,
"carModelSpinActiveOnly": false,
"carModelActiveRotX": "",
"carModelActiveRotY": "",
"carModelActiveRotZ": "",
"carModelActiveScale": "",
"carModelActiveDistance": "",
"carModelSideRotX": "",
"carModelSideRotY": "",
"carModelSideRotZ": "",
"carModelSideScale": "",
"carModelSideDistance": "",
"carSideGap": 0,
"carSideGapStacks": true,
"carImgMode": "inline",
"carImgPosition": "center",
"carCoverAlign": "bottom",
"carFgInset": 12,
"carFgFit": "contain",
"carFgPosition": "center",
"carFgRadius": "0",
"carFgShadow": "",
"carModelX": 0,
"carModelZ": 0,
"carFgPadding": 0,
"carFgWidth": "100%",
"carFgHeight": "100%",
"carFgAlignH": "center",
"carFgAlignV": "center",
"carModelDragRotate": true,
"carModelZoom": false,
"carModelPan": false,
"carModelDragSpeed": 1,
"carModelZoomSpeed": 1,
"carModelDamping": true,
"carModelStopSpinOnInteract": true,
"carModelResumeSpin": 0,
"carModelMinDistance": "",
"carModelMaxDistance": "",
"carModelMinPolar": "",
"carModelMaxPolar": ""
}
},
{
"id": "iframe",
"name": "Embed / Iframe",
"icon": "bi-window",
"type": "iframe",
"defaults": {
"w": 50,
"h": 40,
"src": "",
"borderRadius": "10px",
"frameBorder": "none",
"frameBg": "rgba(0,0,0,0.2)",
"frameTitle": "",
"frameAllow": "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",
"frameAllowFullscreen": true,
"frameLazy": false,
"frameSandbox": false,
"frameSandboxRules": "allow-scripts allow-same-origin allow-popups allow-forms",
"frameScroll": true,
"framePreviewOnly": true
}
},
{
"id": "model3d",
"name": "3D Model",
"icon": "bi-box",
"type": "model3d",
"defaults": {
"w": 40,
"h": 45,
"src": "",
"borderRadius": "12px",
"modelBg": "transparent",
"modelAutoRotate": true,
"modelRotateSpeed": 2,
"modelControls": false,
"modelZoom": true,
"modelPan": false,
"modelAutoFit": true,
"modelDistance": 4,
"modelFov": 45,
"modelCamHeight": 0.4,
"modelTargetY": 0,
"modelX": 0,
"modelY": 0,
"modelZ": 0,
"modelScale": 1,
"modelRotX": 0,
"modelRotY": 0,
"modelRotZ": 0,
"modelLighting": "studio",
"modelLightIntensity": 1,
"modelShadows": false,
"modelHemi": true,
"modelPlayClips": true,
"modelLiveOnCanvas": true,
"modelDragRotate": true,
"modelDragSpeed": 1,
"modelZoomSpeed": 1,
"modelDamping": true,
"modelStopSpinOnInteract": true,
"modelResumeSpin": 0,
"modelMinDistance": "",
"modelMaxDistance": "",
"modelMinPolar": "",
"modelMaxPolar": ""
}
}
]
}
]
}