Remove legacy top-level XCUI NewEditor assets
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
fileFormatVersion: 1
|
||||
guid: b6816d88212c73fe81921340c22e0939
|
||||
folderAsset: true
|
||||
importer: FolderImporter
|
||||
importerVersion: 5
|
||||
@@ -1,5 +0,0 @@
|
||||
fileFormatVersion: 1
|
||||
guid: de79bdd523120a9286b09d0a06bf150c
|
||||
folderAsset: true
|
||||
importer: FolderImporter
|
||||
importerVersion: 5
|
||||
@@ -1,24 +0,0 @@
|
||||
<Theme name="XCUI New Editor Theme">
|
||||
<Token name="color.surface" type="color" value="#0D1218" />
|
||||
<Token name="color.surface.elevated" type="color" value="#141C26" />
|
||||
<Token name="color.surface.card" type="color" value="#1D2733" />
|
||||
<Token name="color.surface.input" type="color" value="#101923" />
|
||||
<Token name="color.text.primary" type="color" value="#F7F9FC" />
|
||||
<Token name="color.text.secondary" type="color" value="#BCC8DB" />
|
||||
<Token name="color.text.placeholder" type="color" value="#7B8A9B" />
|
||||
<Token name="color.accent" type="color" value="#5EE3FF" />
|
||||
<Token name="color.accent.alt" type="color" value="#FFB65F" />
|
||||
<Token name="color.outline" type="color" value="#3A4A5A" />
|
||||
<Token name="color.surface.track" type="color" value="#243241" />
|
||||
<Token name="space.compact" type="float" value="8" />
|
||||
<Token name="space.regular" type="float" value="14" />
|
||||
<Token name="space.loose" type="float" value="20" />
|
||||
<Token name="padding.panel" type="thickness" value="18" />
|
||||
<Token name="padding.card" type="thickness" value="12" />
|
||||
<Token name="radius.card" type="corner-radius" value="10" />
|
||||
<Token name="radius.button" type="corner-radius" value="6" />
|
||||
<Token name="radius.pill" type="corner-radius" value="18" />
|
||||
<Token name="font.body" type="float" value="14" />
|
||||
<Token name="font.title" type="float" value="18" />
|
||||
<Token name="line.default" type="float" value="1" />
|
||||
</Theme>
|
||||
@@ -1,5 +0,0 @@
|
||||
fileFormatVersion: 1
|
||||
guid: 35810d9b2e3744637d2655cf8f6ed2d3
|
||||
folderAsset: false
|
||||
importer: UIThemeImporter
|
||||
importerVersion: 5
|
||||
@@ -1,89 +0,0 @@
|
||||
<View name="NewEditor Demo" theme="Theme.xctheme" style="Root">
|
||||
<Column id="rootColumn" gap="10" padding="16">
|
||||
<Card id="hero" style="HeroCard">
|
||||
<Column gap="4">
|
||||
<Text id="title" text="New XCUI Shell" style="HeroTitle" />
|
||||
<Text id="subtitle" text="Markup -> Layout -> Style -> DrawData" style="HeroSubtitle" />
|
||||
</Column>
|
||||
</Card>
|
||||
<Row id="metricRow" gap="10">
|
||||
<Card id="metric1" style="MetricCard" width="stretch">
|
||||
<Column gap="6">
|
||||
<Text text="Tree status" style="MetricLabel" />
|
||||
<Text text="Driven by runtime" style="MetricValue" />
|
||||
<ProgressBar
|
||||
id="densityMeter"
|
||||
text="Density stress"
|
||||
state-key="toggleDensity"
|
||||
value-off="0.44"
|
||||
value-on="0.86"
|
||||
fill="token:color.accent"
|
||||
width="stretch" />
|
||||
</Column>
|
||||
</Card>
|
||||
<Card id="metric2" style="MetricCard" width="stretch">
|
||||
<Column gap="6">
|
||||
<Text text="Input" style="MetricLabel" />
|
||||
<Text text="Hover + shortcuts" style="MetricValue" />
|
||||
<Row gap="6">
|
||||
<Swatch id="swatchAccent" text="Accent" token="color.accent" width="stretch" height="24" />
|
||||
<Swatch id="swatchAlt" text="Alt" token="color.accent.alt" width="stretch" height="24" />
|
||||
</Row>
|
||||
</Column>
|
||||
</Card>
|
||||
</Row>
|
||||
<Row id="toggleRow" gap="8">
|
||||
<Toggle id="toggleDensity" text="Density stress" width="stretch" />
|
||||
<Toggle
|
||||
id="toggleDiagnostics"
|
||||
text="Debug path"
|
||||
width="stretch"
|
||||
fill="token:color.accent.alt" />
|
||||
</Row>
|
||||
<Card id="commandCard" style="MetricCard">
|
||||
<Column gap="6">
|
||||
<Text text="Agent command" style="MetricLabel" />
|
||||
<TextField
|
||||
id="agentPrompt"
|
||||
style="CommandField"
|
||||
width="stretch"
|
||||
min-width="240"
|
||||
placeholder="Type a command or note for XCUI..."
|
||||
value="" />
|
||||
<Text
|
||||
id="promptMeta"
|
||||
text="Single-line input, Enter submits"
|
||||
style="Meta" />
|
||||
</Column>
|
||||
</Card>
|
||||
<Card id="notesCard" style="MetricCard">
|
||||
<Column gap="6">
|
||||
<Text text="Session notes" style="MetricLabel" />
|
||||
<TextArea
|
||||
id="sessionNotes"
|
||||
style="CommandArea"
|
||||
width="stretch"
|
||||
min-width="240"
|
||||
rows="4"
|
||||
show-line-numbers="true"
|
||||
placeholder="Write multiline notes, prompts, or todos for the current screen..."
|
||||
value="" />
|
||||
<Text
|
||||
id="notesMeta"
|
||||
text="Multiline input, click caret, Tab indent"
|
||||
style="Meta" />
|
||||
</Column>
|
||||
</Card>
|
||||
<Button id="toggleAccent" action="demo.toggleAccent" style="AccentButton">
|
||||
<Text text="Toggle Accent" style="ButtonLabel" />
|
||||
</Button>
|
||||
<Card id="debug" style="DebugCard">
|
||||
<Column gap="3">
|
||||
<Text id="statusFocus" text="Focus: waiting" style="Meta" />
|
||||
<Text id="statusLayout" text="Layout: idle" style="Meta" />
|
||||
<Text id="statusCommands" text="Commands: ready" style="Meta" />
|
||||
<Text id="statusWidgets" text="Widgets: ready" style="Meta" />
|
||||
</Column>
|
||||
</Card>
|
||||
</Column>
|
||||
</View>
|
||||
@@ -1,5 +0,0 @@
|
||||
fileFormatVersion: 1
|
||||
guid: 9586ad2d05baa7ff00e16bb3c6eab1ea
|
||||
folderAsset: false
|
||||
importer: UIViewImporter
|
||||
importerVersion: 5
|
||||
@@ -1,5 +0,0 @@
|
||||
fileFormatVersion: 1
|
||||
guid: 2767aae796d78abc773d2576b6bdce54
|
||||
folderAsset: true
|
||||
importer: FolderImporter
|
||||
importerVersion: 5
|
||||
@@ -1,23 +0,0 @@
|
||||
<Theme name="Layout Lab Theme">
|
||||
<Token name="color.panel" type="color" value="#10161D" />
|
||||
<Token name="color.card" type="color" value="#1C2632" />
|
||||
<Token name="color.card.alt" type="color" value="#243243" />
|
||||
<Token name="color.accent" type="color" value="#2E5A73" />
|
||||
<Token name="color.border" type="color" value="#3B4E62" />
|
||||
<Token name="color.scroll.surface" type="color" value="#121B24" />
|
||||
<Token name="color.text" type="color" value="#F1F6FB" />
|
||||
<Token name="color.text.muted" type="color" value="#B8C6D6" />
|
||||
<Token name="space.outer" type="float" value="18" />
|
||||
<Token name="space.gap" type="float" value="14" />
|
||||
<Token name="space.stack" type="float" value="12" />
|
||||
<Token name="space.cardInset" type="float" value="12" />
|
||||
<Token name="radius.card" type="float" value="10" />
|
||||
<Token name="size.listItemHeight" type="float" value="60" />
|
||||
<Token name="size.treeItemHeight" type="float" value="30" />
|
||||
<Token name="size.treeIndent" type="float" value="18" />
|
||||
<Token name="size.fieldRowHeight" type="float" value="32" />
|
||||
<Token name="size.propertySectionHeight" type="float" value="156" />
|
||||
<Token name="size.scrollStep" type="float" value="64" />
|
||||
<Token name="font.title" type="float" value="16" />
|
||||
<Token name="font.body" type="float" value="13" />
|
||||
</Theme>
|
||||
@@ -1,5 +0,0 @@
|
||||
fileFormatVersion: 1
|
||||
guid: fca776270d9840e08180c456593e683d
|
||||
folderAsset: false
|
||||
importer: UIThemeImporter
|
||||
importerVersion: 5
|
||||
@@ -1,135 +0,0 @@
|
||||
<View name="Layout Lab" theme="Theme.xctheme">
|
||||
<Column id="root" gap="14" padding="18">
|
||||
<Card
|
||||
id="heroCard"
|
||||
height="92"
|
||||
tone="accent"
|
||||
title="XCUI Layout Lab"
|
||||
subtitle="Editor-style panels with overlay and scroll semantics." />
|
||||
<Row id="mainRow" height="stretch" gap="14">
|
||||
<Column id="leftRail" width="272" gap="10">
|
||||
<Card
|
||||
id="toolShelf"
|
||||
height="62"
|
||||
tone="accent-alt"
|
||||
title="Tool Shelf"
|
||||
subtitle="Scene, asset, and play-mode actions." />
|
||||
<ScrollView id="assetList" height="stretch" padding="10" gap="8" scrollY="40">
|
||||
<Card
|
||||
id="assetListHeader"
|
||||
height="54"
|
||||
tone="accent-alt"
|
||||
title="Project Browser"
|
||||
subtitle="Pinned filters and import shortcuts." />
|
||||
<TreeView id="projectTree" height="156" padding="8" gap="6">
|
||||
<TreeItem id="treeAssetsRoot" title="Assets" subtitle="Workspace root" />
|
||||
<TreeItem id="treeScenes" title="Scenes" subtitle="4 authored scenes" indent="1" />
|
||||
<TreeItem id="treeMaterials" title="Materials" subtitle="Shared lookdev library" indent="1" />
|
||||
<TreeItem id="treeCharacters" title="Characters" subtitle="Prefab variants" indent="1" />
|
||||
<TreeItem id="treeUi" title="UI" subtitle="Runtime atlas + themes" indent="1" />
|
||||
</TreeView>
|
||||
<ListView id="recentAssetList" height="496" padding="8" gap="6">
|
||||
<ListItem id="assetLighting" title="Lighting_GlobalRig" subtitle="Prefab -Directional setup" />
|
||||
<ListItem id="assetMaterials" title="Materials_Master" subtitle="14 assets selected" />
|
||||
<ListItem id="assetTerrain" title="Terrain_Cliffs_04" subtitle="Texture2D -4096 x 4096" />
|
||||
<ListItem id="assetCharacter" title="Hero_Character_Controller" subtitle="Prefab -Animation graph bound" />
|
||||
<ListItem id="assetUiAtlas" title="UI_RuntimeAtlas" subtitle="SpriteAtlas -83 packed sprites" />
|
||||
<ListItem id="assetAudio" title="Audio_Ambience_Forest" subtitle="AudioBank -loop region authored" />
|
||||
<ListItem id="assetShader" title="Shader_StylizedTerrain" subtitle="ShaderGraph -6 exposed params" />
|
||||
<ListItem id="assetQuest" title="Quest_DebugFlow" subtitle="ScriptableObject -branching state" />
|
||||
</ListView>
|
||||
</ScrollView>
|
||||
</Column>
|
||||
<Column id="centerColumn" width="stretch" gap="10">
|
||||
<Card
|
||||
id="viewportToolbar"
|
||||
height="62"
|
||||
title="Viewport Toolbar"
|
||||
subtitle="Gizmos, snap presets, camera bookmarks." />
|
||||
<Overlay id="viewportOverlay" height="stretch">
|
||||
<Card
|
||||
id="viewportBase"
|
||||
title="Scene Viewport"
|
||||
subtitle="Primary preview surface with composition overlays." />
|
||||
<Card
|
||||
id="viewportBadge"
|
||||
x="18"
|
||||
y="18"
|
||||
width="224"
|
||||
height="68"
|
||||
tone="accent-alt"
|
||||
title="Selection Overlay"
|
||||
subtitle="Bounds, pivots, nav markers." />
|
||||
<Card
|
||||
id="viewportInspectorBubble"
|
||||
x="0.58"
|
||||
y="0.54"
|
||||
width="0.32"
|
||||
height="88"
|
||||
tone="accent-alt"
|
||||
title="Context Bubble"
|
||||
subtitle="Inline quick edit affordance." />
|
||||
</Overlay>
|
||||
</Column>
|
||||
<Column id="inspectorColumn" width="320" gap="10">
|
||||
<Card
|
||||
id="inspectorSummary"
|
||||
height="88"
|
||||
title="Inspector Summary"
|
||||
subtitle="Transform, renderer, and prefab overrides." />
|
||||
<ScrollView id="inspectorSections" height="stretch" padding="10" gap="8" scrollY="0">
|
||||
<PropertySection id="inspectorTransform" height="156" title="Transform" subtitle="Position / rotation / scale">
|
||||
<FieldRow id="fieldPosition" title="Position" subtitle="0.0, 1.5, 0.0" />
|
||||
<FieldRow id="fieldRotation" title="Rotation" subtitle="0.0, 42.0, 0.0" />
|
||||
<FieldRow id="fieldScale" title="Scale" subtitle="1.0, 1.0, 1.0" />
|
||||
</PropertySection>
|
||||
<PropertySection id="inspectorMesh" height="156" title="Mesh Renderer" subtitle="Materials, shadow flags, probes">
|
||||
<FieldRow id="fieldMaterial" title="Material" subtitle="M_StylizedTerrain" />
|
||||
<FieldRow id="fieldShadows" title="Cast Shadows" subtitle="On" />
|
||||
<FieldRow id="fieldProbe" title="Light Probe" subtitle="Blend Probes" />
|
||||
</PropertySection>
|
||||
<PropertySection id="inspectorPhysics" height="156" title="Physics Body" subtitle="Mass, drag, collision matrix">
|
||||
<FieldRow id="fieldMass" title="Mass" subtitle="78.0" />
|
||||
<FieldRow id="fieldDrag" title="Drag" subtitle="0.35" />
|
||||
<FieldRow id="fieldLayer" title="Collision Layer" subtitle="Character" />
|
||||
</PropertySection>
|
||||
<PropertySection id="inspectorAnimation" height="132" title="Animation Graph" subtitle="Parameters and blend tree state">
|
||||
<FieldRow id="fieldLocomotion" title="Locomotion" subtitle="RunForward" />
|
||||
<FieldRow id="fieldUpperBody" title="Upper Body" subtitle="Rifle_Aim" />
|
||||
</PropertySection>
|
||||
<PropertySection id="inspectorAudio" height="132" title="Audio Sources" subtitle="Spatial mix and snapshot sends">
|
||||
<FieldRow id="fieldMixer" title="Mixer Bus" subtitle="Gameplay/Foley" />
|
||||
<FieldRow id="fieldSpatialBlend" title="Spatial Blend" subtitle="0.85" />
|
||||
</PropertySection>
|
||||
<PropertySection id="inspectorMetadata" height="132" title="Metadata" subtitle="Tags, labels, import provenance">
|
||||
<FieldRow id="fieldTags" title="Tags" subtitle="Gameplay, Hero, Traversal" />
|
||||
<FieldRow id="fieldImportedBy" title="Imported By" subtitle="Asset pipeline v2" />
|
||||
</PropertySection>
|
||||
</ScrollView>
|
||||
</Column>
|
||||
</Row>
|
||||
<Overlay id="footerOverlay" height="132">
|
||||
<Card
|
||||
id="footerBase"
|
||||
title="Timeline Strip"
|
||||
subtitle="Bottom utility lane for profiler, logs, and timeline cues." />
|
||||
<Card
|
||||
id="timelineMarkers"
|
||||
x="18"
|
||||
y="42"
|
||||
width="220"
|
||||
height="58"
|
||||
tone="accent-alt"
|
||||
title="Markers" />
|
||||
<Card
|
||||
id="timelinePlayback"
|
||||
x="0.68"
|
||||
y="42"
|
||||
width="220"
|
||||
height="58"
|
||||
tone="accent-alt"
|
||||
title="Playback Controls" />
|
||||
</Overlay>
|
||||
</Column>
|
||||
</View>
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
fileFormatVersion: 1
|
||||
guid: 9a03d17147d903cad459db2c205a9f30
|
||||
folderAsset: false
|
||||
importer: UIViewImporter
|
||||
importerVersion: 5
|
||||
Reference in New Issue
Block a user