initial commit

This commit is contained in:
Jo 2025-01-07 02:06:59 +01:00
parent 6715289efe
commit 788c3389af
37645 changed files with 2526849 additions and 80 deletions

View file

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: faa5d782c77ec7b41a65542649dbcc98
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View file

@ -0,0 +1,18 @@
<UXML xmlns:ui="UnityEngine.UIElements" xmlns:sg="UnityEditor.ShaderGraph.Drawing">
<ui:VisualElement name="content" pickingMode="Ignore">
<ui:VisualElement name="header" pickingMode="Ignore">
<ui:VisualElement name="labelContainer" pickingMode="Ignore">
<ui:Label name="titleLabel" text="" />
<ui:Label name="subTitleLabel" text="Blackboard">
<ui:TextField name="subTitleTextField" text="Blackboard" />
</ui:Label>
</ui:VisualElement>
<ui:Button name="addButton" text="+" />
</ui:VisualElement>
<ui:VisualElement name="scrollBoundaryTop" pickingMode="Position" />
<ui:ScrollView class="unity-scroll-view unity-scroll-view--scroll unity-scroll-view--vertical-horizontal" name ="scrollView"/>
<ui:VisualElement name="contentContainer" pickingMode="Ignore" />
<ui:VisualElement name="scrollBoundaryBottom" pickingMode="Position"/>
</ui:VisualElement>
<sg:ResizableElement pickingMode="Ignore" resizeRestriction="FlexDirection"/>
</UXML>

View file

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 4ee4ce39889d8db4d8c49aa84772cd12
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<UXML xmlns:ui="UnityEngine.UIElements">
<ui:VisualElement name="categoryHeader" pickingMode="Ignore">
<ui:Foldout name="categoryTitleFoldout" pickingMode="Ignore" text=""/>
<ui:Label name="categoryTitleLabel" pickingMode="Ignore" text="Text"/>
<ui:TextField name="textField" text="" />
</ui:VisualElement>
<ui:VisualElement name="rowsContainer" pickingMode="Ignore" />
<ui:VisualElement name="dragIndicator" pickingMode="Ignore" />
</UXML>

View file

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 98cf1ee902c59944796b97562a34faee
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}

View file

@ -0,0 +1,8 @@
<ui:UXML xmlns:ui="UnityEngine.UIElements"
xmlns:gv="UnityEditor.Experimental.GraphView">
<ui:VisualElement name="contentItem" picking-mode="Ignore">
<gv:Pill name="pill" picking-mode="Ignore" />
<ui:Label name="typeLabel" text = "" picking-mode="Ignore" />
</ui:VisualElement>
<ui:TextField name="textField" text="" />
</ui:UXML>

View file

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: f339e526c7fc4e14daae8819172de9de
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}

View file

@ -0,0 +1,13 @@
<UXML xmlns:ui="UnityEngine.UIElements">
<ui:VisualElement name="root" pickingMode="Ignore">
<ui:VisualElement name="itemRow" pickingMode="Ignore">
<ui:Button name="expandButton" text = "">
<ui:Image name="buttonImage" />
</ui:Button>
<ui:VisualElement name="itemRowContentContainer" pickingMode="Ignore">
<ui:VisualElement name="itemContainer" pickingMode="Ignore" />
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="propertyViewContainer"/>
</ui:VisualElement>
</UXML>

View file

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 5029c7a42d2731a4599f3f85f37ea5a9
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}

View file

@ -0,0 +1,21 @@
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:sg="UnityEditor.ShaderGraph.Drawing">
<ui:VisualElement name="content" picking-mode="Ignore">
<ui:VisualElement name="header" picking-mode="Ignore">
<ui:VisualElement name="labelContainer" picking-mode="Ignore">
<ui:Label name="titleLabel" text="" />
<ui:Label name="subTitleLabel" text="" />
</ui:VisualElement>
</ui:VisualElement>
<ui:ScrollView class="unity-scroll-view unity-scroll-view--scroll unity-scroll-view--vertical" name ="scrollView"/>
<ui:VisualElement name="contentContainer" picking-mode="Ignore" />
<TabbedView name="GraphInspectorView" >
<TabButton name="NodeSettingsButton" text="Node Settings" target="NodeSettingsContainer" />
<TabButton name="GraphSettingsButton" text="Graph Settings" target="GraphSettingsContainer" />
<ui:VisualElement name="GraphSettingsContainer" picking-mode="Ignore" />
<ui:VisualElement name="NodeSettingsContainer" picking-mode="Ignore">
<ui:Label name="maxItemsMessageLabel" picking-mode="Hidden" text ="Max of 20 visible items reached" />
</ui:VisualElement>
</TabbedView>
</ui:VisualElement>
<sg:ResizableElement pickingMode="Ignore" resizeRestriction="FlexDirection"/>
</ui:UXML>

View file

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: dcf0e02f89cf7c848a22002b79ce27d3
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}

View file

@ -0,0 +1,12 @@
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:sg="UnityEditor.ShaderGraph.Drawing">
<ui:VisualElement name="content" picking-mode="Ignore">
<ui:VisualElement name="header" picking-mode="Ignore">
<ui:VisualElement name="labelContainer" picking-mode="Ignore">
<ui:Label name="titleLabel" text="" />
<ui:Label name="subTitleLabel" text="" />
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="contentContainer" picking-mode="Ignore" />
</ui:VisualElement>
<sg:ResizableElement pickingMode="Ignore" resizeRestriction="FlexDirection"/>
</ui:UXML>

View file

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 2e461625111c0354980fca534f771ff3
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}

View file

@ -0,0 +1,6 @@
<UXML xmlns:ui="UnityEngine.UIElements">
<ui:VisualElement name="mainContainer">
<ui:VisualElement name="contentContainer">
</ui:VisualElement>
</ui:VisualElement>
</UXML>

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: b70651993c98eda43810c32b7416a21b
ScriptedImporter:
fileIDToRecycleName:
11400000: tree
11400002: inlineStyle
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}

View file

@ -0,0 +1,39 @@
<UXML xmlns:ui="UnityEngine.UIElements">
<ui:VisualElement name="content">
<Style path="Styles/PixelCacheProfiler"/>
<ui:Label name="title" text="Pixel Cache Profiler"/>
<ui:VisualElement class="row">
<ui:Label text="Total pixel caches: "/>
<ui:Label name="totalLabel" text="-"/>
</ui:VisualElement>
<ui:VisualElement class="indented row">
<ui:Label text="Node contents: "/>
<ui:Label name="totalNodeContentsLabel" text="-"/>
</ui:VisualElement>
<ui:VisualElement class="indented row">
<ui:Label text="Node previews: "/>
<ui:Label name="totalPreviewsLabel" text="-"/>
</ui:VisualElement>
<ui:VisualElement class="indented row">
<ui:Label text="Inline inputs: "/>
<ui:Label name="totalInlinesLabel" text="-"/>
</ui:VisualElement>
<ui:VisualElement class="row">
<ui:Label text="Dirty pixel caches: "/>
<ui:Label name="dirtyLabel" text="-"/>
</ui:VisualElement>
<ui:VisualElement class="indented row">
<ui:Label text="Node contents: "/>
<ui:Label name="dirtyNodeContentsLabel" text="-"/>
</ui:VisualElement>
<ui:VisualElement class="indented row">
<ui:Label text="Node previews: "/>
<ui:Label name="dirtyPreviewsLabel" text="-"/>
</ui:VisualElement>
<ui:VisualElement class="indented row">
<ui:Label text="Inline inputs: "/>
<ui:Label name="dirtyInlinesLabel" text="-"/>
</ui:VisualElement>
</ui:VisualElement>
</UXML>

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 0fda1aff5a5744478f70542e95fd3d42
ScriptedImporter:
fileIDToRecycleName:
11400000: tree
11400002: inlineStyle
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}

View file

@ -0,0 +1,17 @@
<UXML xmlns:ui="UnityEngine.UIElements">
<ui:VisualElement name="left" pickingMode="Ignore" >
<ui:VisualElement name="top-left-resize"/>
<ui:VisualElement name="left-resize"/>
<ui:VisualElement name="bottom-left-resize"/>
</ui:VisualElement>
<ui:VisualElement name="middle" pickingMode="Ignore" >
<ui:VisualElement name="top-resize"/>
<ui:VisualElement name="middle-center" pickingMode="Ignore" />
<ui:VisualElement name="bottom-resize"/>
</ui:VisualElement>
<ui:VisualElement name="right" pickingMode="Ignore" >
<ui:VisualElement name="top-right-resize"/>
<ui:VisualElement name="right-resize"/>
<ui:VisualElement name="bottom-right-resize"/>
</ui:VisualElement>
</UXML>

View file

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 8ec4570e052fbb34bbe8d52d99e76d07
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}

View file

@ -0,0 +1,11 @@
<UXML xmlns:ui="UnityEngine.UIElements" xmlns:sg="UnityEditor.ShaderGraph.Drawing">
<ui:VisualElement name="node-border" pickingMode="Ignore" >
<ui:Label name="title" />
<ui:TextField name="title-field" />
<ui:Label name="contents">
<ui:TextField name="contents-field" />
</ui:Label>
</ui:VisualElement>
<ui:VisualElement name="selection-border" pickingMode="Ignore" />
<sg:ResizableElement pickingMode="Ignore" />
</UXML>

View file

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: d4cc9867eee425f4dac7d5bb91f07845
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}

View file

@ -0,0 +1,9 @@
<UXML xmlns:ui="UnityEngine.UIElements"
xmlns:ed="UnityEditor.UIElements">
<ui:VisualElement class="unity-tab-button__top-bar" picking-mode="Ignore"/>
<ui:VisualElement class="unity-tab-button__content" picking-mode="Ignore">
<ui:Label name="Label" class="unity-tab-button__content-label" picking-mode="Ignore"/>
</ui:VisualElement>
</UXML>

View file

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: c4d07963851f89b48822d6273b3b3e1e
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}