Ken Schaefer
8 months ago
41 changed files with 7512 additions and 1989 deletions
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 1ce4a1f2d4208b04a9f6b60705120556 |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
@ -0,0 +1,30 @@ |
|||||||
|
using UnityEditor; |
||||||
|
using UnityEngine; |
||||||
|
using UnityEngine.UIElements; |
||||||
|
|
||||||
|
public class MyCustomEditor : EditorWindow |
||||||
|
{ |
||||||
|
[SerializeField] |
||||||
|
private VisualTreeAsset m_VisualTreeAsset = default; |
||||||
|
|
||||||
|
[MenuItem("Window/UI Toolkit/MyCustomEditor")] |
||||||
|
public static void ShowExample() |
||||||
|
{ |
||||||
|
MyCustomEditor wnd = GetWindow<MyCustomEditor>(); |
||||||
|
wnd.titleContent = new GUIContent("MyCustomEditor"); |
||||||
|
} |
||||||
|
|
||||||
|
public void CreateGUI() |
||||||
|
{ |
||||||
|
// Each editor window contains a root VisualElement object |
||||||
|
VisualElement root = rootVisualElement; |
||||||
|
|
||||||
|
// VisualElements objects can contain other VisualElement following a tree hierarchy. |
||||||
|
VisualElement label = new Label("Hello World! From C#"); |
||||||
|
root.Add(label); |
||||||
|
|
||||||
|
// Instantiate UXML |
||||||
|
VisualElement labelFromUXML = m_VisualTreeAsset.Instantiate(); |
||||||
|
root.Add(labelFromUXML); |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,13 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: e2594b643a0c9fd438588e163bfcb743 |
||||||
|
MonoImporter: |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 2 |
||||||
|
defaultReferences: |
||||||
|
- m_VisualTreeAsset: {fileID: 9197481963319205126, guid: 9a6ea969fb90dfc41af4b946b7b3788c, |
||||||
|
type: 3} |
||||||
|
executionOrder: 0 |
||||||
|
icon: {instanceID: 0} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
@ -0,0 +1,5 @@ |
|||||||
|
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False"> |
||||||
|
<ui:Label text="Created by UI Builder" /> |
||||||
|
<ui:Button text="This is button 1" display-tooltip-when-elided="true" /> |
||||||
|
<ui:Toggle label="Toggle" /> |
||||||
|
</ui:UXML> |
@ -0,0 +1,10 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 9a6ea969fb90dfc41af4b946b7b3788c |
||||||
|
ScriptedImporter: |
||||||
|
internalIDToNameTable: [] |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 2 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
|
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} |
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 51e5ac3f2e1fa9f46ba8765b8f99159c |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
After Width: | Height: | Size: 1.7 MiB |
@ -0,0 +1,166 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: c90ee16e85905604b9aa117842735da3 |
||||||
|
TextureImporter: |
||||||
|
internalIDToNameTable: [] |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 12 |
||||||
|
mipmaps: |
||||||
|
mipMapMode: 0 |
||||||
|
enableMipMap: 0 |
||||||
|
sRGBTexture: 1 |
||||||
|
linearTexture: 0 |
||||||
|
fadeOut: 0 |
||||||
|
borderMipMap: 0 |
||||||
|
mipMapsPreserveCoverage: 0 |
||||||
|
alphaTestReferenceValue: 0.5 |
||||||
|
mipMapFadeDistanceStart: 1 |
||||||
|
mipMapFadeDistanceEnd: 3 |
||||||
|
bumpmap: |
||||||
|
convertToNormalMap: 0 |
||||||
|
externalNormalMap: 0 |
||||||
|
heightScale: 0.25 |
||||||
|
normalMapFilter: 0 |
||||||
|
flipGreenChannel: 0 |
||||||
|
isReadable: 0 |
||||||
|
streamingMipmaps: 0 |
||||||
|
streamingMipmapsPriority: 0 |
||||||
|
vTOnly: 0 |
||||||
|
ignoreMipmapLimit: 0 |
||||||
|
grayScaleToAlpha: 0 |
||||||
|
generateCubemap: 6 |
||||||
|
cubemapConvolution: 0 |
||||||
|
seamlessCubemap: 0 |
||||||
|
textureFormat: 1 |
||||||
|
maxTextureSize: 2048 |
||||||
|
textureSettings: |
||||||
|
serializedVersion: 2 |
||||||
|
filterMode: 1 |
||||||
|
aniso: 1 |
||||||
|
mipBias: 0 |
||||||
|
wrapU: 1 |
||||||
|
wrapV: 1 |
||||||
|
wrapW: 1 |
||||||
|
nPOTScale: 0 |
||||||
|
lightmap: 0 |
||||||
|
compressionQuality: 50 |
||||||
|
spriteMode: 1 |
||||||
|
spriteExtrude: 1 |
||||||
|
spriteMeshType: 1 |
||||||
|
alignment: 0 |
||||||
|
spritePivot: {x: 0.5, y: 0.5} |
||||||
|
spritePixelsToUnits: 100 |
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0} |
||||||
|
spriteGenerateFallbackPhysicsShape: 1 |
||||||
|
alphaUsage: 1 |
||||||
|
alphaIsTransparency: 1 |
||||||
|
spriteTessellationDetail: -1 |
||||||
|
textureType: 8 |
||||||
|
textureShape: 1 |
||||||
|
singleChannelComponent: 0 |
||||||
|
flipbookRows: 1 |
||||||
|
flipbookColumns: 1 |
||||||
|
maxTextureSizeSet: 0 |
||||||
|
compressionQualitySet: 0 |
||||||
|
textureFormatSet: 0 |
||||||
|
ignorePngGamma: 0 |
||||||
|
applyGammaDecoding: 0 |
||||||
|
swizzle: 50462976 |
||||||
|
cookieLightType: 0 |
||||||
|
platformSettings: |
||||||
|
- serializedVersion: 3 |
||||||
|
buildTarget: DefaultTexturePlatform |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
ignorePlatformSupport: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0 |
||||||
|
- serializedVersion: 3 |
||||||
|
buildTarget: Standalone |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
ignorePlatformSupport: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0 |
||||||
|
- serializedVersion: 3 |
||||||
|
buildTarget: Server |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
ignorePlatformSupport: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0 |
||||||
|
- serializedVersion: 3 |
||||||
|
buildTarget: Android |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
ignorePlatformSupport: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0 |
||||||
|
- serializedVersion: 3 |
||||||
|
buildTarget: WebGL |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
ignorePlatformSupport: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0 |
||||||
|
- serializedVersion: 3 |
||||||
|
buildTarget: Windows Store Apps |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
ignorePlatformSupport: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0 |
||||||
|
spriteSheet: |
||||||
|
serializedVersion: 2 |
||||||
|
sprites: [] |
||||||
|
outline: [] |
||||||
|
physicsShape: [] |
||||||
|
bones: [] |
||||||
|
spriteID: 5e97eb03825dee720800000000000000 |
||||||
|
internalID: 0 |
||||||
|
vertices: [] |
||||||
|
indices: |
||||||
|
edges: [] |
||||||
|
weights: [] |
||||||
|
secondaryTextures: [] |
||||||
|
nameFileIdTable: {} |
||||||
|
mipmapLimitGroupName: |
||||||
|
pSDRemoveMatte: 0 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 24045511a25d6e143aa5f705d4b47e68 |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
@ -0,0 +1,405 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!1 &2128499460872891058 |
||||||
|
GameObject: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
serializedVersion: 6 |
||||||
|
m_Component: |
||||||
|
- component: {fileID: 5024839405573273062} |
||||||
|
- component: {fileID: 8106521724246786114} |
||||||
|
- component: {fileID: 1440306655917176651} |
||||||
|
- component: {fileID: 5303540390686368921} |
||||||
|
- component: {fileID: 6481944806684814188} |
||||||
|
- component: {fileID: 4319181337913770529} |
||||||
|
m_Layer: 5 |
||||||
|
m_Name: StoreItem |
||||||
|
m_TagString: Untagged |
||||||
|
m_Icon: {fileID: 0} |
||||||
|
m_NavMeshLayer: 0 |
||||||
|
m_StaticEditorFlags: 0 |
||||||
|
m_IsActive: 1 |
||||||
|
--- !u!224 &5024839405573273062 |
||||||
|
RectTransform: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 2128499460872891058} |
||||||
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} |
||||||
|
m_LocalPosition: {x: 0, y: 0, z: 0} |
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1} |
||||||
|
m_ConstrainProportionsScale: 0 |
||||||
|
m_Children: |
||||||
|
- {fileID: 191980678015130329} |
||||||
|
- {fileID: 3014420088170648703} |
||||||
|
- {fileID: 3049411379486967371} |
||||||
|
m_Father: {fileID: 0} |
||||||
|
m_RootOrder: 0 |
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} |
||||||
|
m_AnchorMin: {x: 0, y: 0} |
||||||
|
m_AnchorMax: {x: 0, y: 0} |
||||||
|
m_AnchoredPosition: {x: 0, y: 0} |
||||||
|
m_SizeDelta: {x: 0, y: 0} |
||||||
|
m_Pivot: {x: 0.5, y: 0.5} |
||||||
|
--- !u!222 &8106521724246786114 |
||||||
|
CanvasRenderer: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 2128499460872891058} |
||||||
|
m_CullTransparentMesh: 1 |
||||||
|
--- !u!114 &1440306655917176651 |
||||||
|
MonoBehaviour: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 2128499460872891058} |
||||||
|
m_Enabled: 1 |
||||||
|
m_EditorHideFlags: 0 |
||||||
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} |
||||||
|
m_Name: |
||||||
|
m_EditorClassIdentifier: |
||||||
|
m_Material: {fileID: 0} |
||||||
|
m_Color: {r: 1, g: 1, b: 1, a: 1} |
||||||
|
m_RaycastTarget: 1 |
||||||
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} |
||||||
|
m_Maskable: 1 |
||||||
|
m_OnCullStateChanged: |
||||||
|
m_PersistentCalls: |
||||||
|
m_Calls: [] |
||||||
|
m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} |
||||||
|
m_Type: 1 |
||||||
|
m_PreserveAspect: 0 |
||||||
|
m_FillCenter: 1 |
||||||
|
m_FillMethod: 4 |
||||||
|
m_FillAmount: 1 |
||||||
|
m_FillClockwise: 1 |
||||||
|
m_FillOrigin: 0 |
||||||
|
m_UseSpriteMesh: 0 |
||||||
|
m_PixelsPerUnitMultiplier: 1 |
||||||
|
--- !u!114 &5303540390686368921 |
||||||
|
MonoBehaviour: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 2128499460872891058} |
||||||
|
m_Enabled: 1 |
||||||
|
m_EditorHideFlags: 0 |
||||||
|
m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} |
||||||
|
m_Name: |
||||||
|
m_EditorClassIdentifier: |
||||||
|
m_Navigation: |
||||||
|
m_Mode: 3 |
||||||
|
m_WrapAround: 0 |
||||||
|
m_SelectOnUp: {fileID: 0} |
||||||
|
m_SelectOnDown: {fileID: 0} |
||||||
|
m_SelectOnLeft: {fileID: 0} |
||||||
|
m_SelectOnRight: {fileID: 0} |
||||||
|
m_Transition: 1 |
||||||
|
m_Colors: |
||||||
|
m_NormalColor: {r: 1, g: 1, b: 1, a: 1} |
||||||
|
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} |
||||||
|
m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} |
||||||
|
m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} |
||||||
|
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} |
||||||
|
m_ColorMultiplier: 1 |
||||||
|
m_FadeDuration: 0.1 |
||||||
|
m_SpriteState: |
||||||
|
m_HighlightedSprite: {fileID: 0} |
||||||
|
m_PressedSprite: {fileID: 0} |
||||||
|
m_SelectedSprite: {fileID: 0} |
||||||
|
m_DisabledSprite: {fileID: 0} |
||||||
|
m_AnimationTriggers: |
||||||
|
m_NormalTrigger: Normal |
||||||
|
m_HighlightedTrigger: Highlighted |
||||||
|
m_PressedTrigger: Pressed |
||||||
|
m_SelectedTrigger: Highlighted |
||||||
|
m_DisabledTrigger: Disabled |
||||||
|
m_Interactable: 1 |
||||||
|
m_TargetGraphic: {fileID: 1440306655917176651} |
||||||
|
m_OnClick: |
||||||
|
m_PersistentCalls: |
||||||
|
m_Calls: [] |
||||||
|
--- !u!114 &6481944806684814188 |
||||||
|
MonoBehaviour: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 2128499460872891058} |
||||||
|
m_Enabled: 1 |
||||||
|
m_EditorHideFlags: 0 |
||||||
|
m_Script: {fileID: 11500000, guid: 306cc8c2b49d7114eaa3623786fc2126, type: 3} |
||||||
|
m_Name: |
||||||
|
m_EditorClassIdentifier: |
||||||
|
m_IgnoreLayout: 0 |
||||||
|
m_MinWidth: -1 |
||||||
|
m_MinHeight: -1 |
||||||
|
m_PreferredWidth: -1 |
||||||
|
m_PreferredHeight: 90 |
||||||
|
m_FlexibleWidth: 1 |
||||||
|
m_FlexibleHeight: -1 |
||||||
|
m_LayoutPriority: 1 |
||||||
|
--- !u!114 &4319181337913770529 |
||||||
|
MonoBehaviour: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 2128499460872891058} |
||||||
|
m_Enabled: 1 |
||||||
|
m_EditorHideFlags: 0 |
||||||
|
m_Script: {fileID: 11500000, guid: d4cf62febef6bf4469579b2d157adcef, type: 3} |
||||||
|
m_Name: |
||||||
|
m_EditorClassIdentifier: |
||||||
|
itemType: 1 |
||||||
|
cost: 5 |
||||||
|
increaseAmount: 0.1 |
||||||
|
costText: {fileID: 1578643745534398611} |
||||||
|
qtyText: {fileID: 4580148780160336219} |
||||||
|
--- !u!1 &7373447368687418455 |
||||||
|
GameObject: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
serializedVersion: 6 |
||||||
|
m_Component: |
||||||
|
- component: {fileID: 3014420088170648703} |
||||||
|
- component: {fileID: 862436687161441389} |
||||||
|
- component: {fileID: 1578643745534398611} |
||||||
|
m_Layer: 5 |
||||||
|
m_Name: Cost |
||||||
|
m_TagString: Untagged |
||||||
|
m_Icon: {fileID: 0} |
||||||
|
m_NavMeshLayer: 0 |
||||||
|
m_StaticEditorFlags: 0 |
||||||
|
m_IsActive: 1 |
||||||
|
--- !u!224 &3014420088170648703 |
||||||
|
RectTransform: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 7373447368687418455} |
||||||
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} |
||||||
|
m_LocalPosition: {x: 0, y: 0, z: 0} |
||||||
|
m_LocalScale: {x: 0.99999994, y: 0.99999994, z: 1} |
||||||
|
m_ConstrainProportionsScale: 0 |
||||||
|
m_Children: [] |
||||||
|
m_Father: {fileID: 5024839405573273062} |
||||||
|
m_RootOrder: 1 |
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} |
||||||
|
m_AnchorMin: {x: 0, y: 0.5} |
||||||
|
m_AnchorMax: {x: 0, y: 0.5} |
||||||
|
m_AnchoredPosition: {x: 468.21106, y: 0} |
||||||
|
m_SizeDelta: {x: 94.749, y: 90} |
||||||
|
m_Pivot: {x: 0, y: 0.5} |
||||||
|
--- !u!222 &862436687161441389 |
||||||
|
CanvasRenderer: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 7373447368687418455} |
||||||
|
m_CullTransparentMesh: 1 |
||||||
|
--- !u!114 &1578643745534398611 |
||||||
|
MonoBehaviour: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 7373447368687418455} |
||||||
|
m_Enabled: 1 |
||||||
|
m_EditorHideFlags: 0 |
||||||
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} |
||||||
|
m_Name: |
||||||
|
m_EditorClassIdentifier: |
||||||
|
m_Material: {fileID: 0} |
||||||
|
m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} |
||||||
|
m_RaycastTarget: 1 |
||||||
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} |
||||||
|
m_Maskable: 1 |
||||||
|
m_OnCullStateChanged: |
||||||
|
m_PersistentCalls: |
||||||
|
m_Calls: [] |
||||||
|
m_FontData: |
||||||
|
m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} |
||||||
|
m_FontSize: 40 |
||||||
|
m_FontStyle: 0 |
||||||
|
m_BestFit: 0 |
||||||
|
m_MinSize: 0 |
||||||
|
m_MaxSize: 50 |
||||||
|
m_Alignment: 4 |
||||||
|
m_AlignByGeometry: 0 |
||||||
|
m_RichText: 1 |
||||||
|
m_HorizontalOverflow: 0 |
||||||
|
m_VerticalOverflow: 0 |
||||||
|
m_LineSpacing: 1 |
||||||
|
m_Text: 5000 |
||||||
|
--- !u!1 &7391894312051079551 |
||||||
|
GameObject: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
serializedVersion: 6 |
||||||
|
m_Component: |
||||||
|
- component: {fileID: 191980678015130329} |
||||||
|
- component: {fileID: 4493119767697950520} |
||||||
|
- component: {fileID: 7574338006696622721} |
||||||
|
m_Layer: 5 |
||||||
|
m_Name: Desc |
||||||
|
m_TagString: Untagged |
||||||
|
m_Icon: {fileID: 0} |
||||||
|
m_NavMeshLayer: 0 |
||||||
|
m_StaticEditorFlags: 0 |
||||||
|
m_IsActive: 1 |
||||||
|
--- !u!224 &191980678015130329 |
||||||
|
RectTransform: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 7391894312051079551} |
||||||
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} |
||||||
|
m_LocalPosition: {x: 0, y: 0, z: 0} |
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1} |
||||||
|
m_ConstrainProportionsScale: 0 |
||||||
|
m_Children: [] |
||||||
|
m_Father: {fileID: 5024839405573273062} |
||||||
|
m_RootOrder: 0 |
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} |
||||||
|
m_AnchorMin: {x: 0, y: 0.5} |
||||||
|
m_AnchorMax: {x: 0, y: 0.5} |
||||||
|
m_AnchoredPosition: {x: 22.705, y: 0} |
||||||
|
m_SizeDelta: {x: 445.51, y: 90} |
||||||
|
m_Pivot: {x: 0, y: 0.5} |
||||||
|
--- !u!222 &4493119767697950520 |
||||||
|
CanvasRenderer: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 7391894312051079551} |
||||||
|
m_CullTransparentMesh: 1 |
||||||
|
--- !u!114 &7574338006696622721 |
||||||
|
MonoBehaviour: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 7391894312051079551} |
||||||
|
m_Enabled: 1 |
||||||
|
m_EditorHideFlags: 0 |
||||||
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} |
||||||
|
m_Name: |
||||||
|
m_EditorClassIdentifier: |
||||||
|
m_Material: {fileID: 0} |
||||||
|
m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} |
||||||
|
m_RaycastTarget: 1 |
||||||
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} |
||||||
|
m_Maskable: 1 |
||||||
|
m_OnCullStateChanged: |
||||||
|
m_PersistentCalls: |
||||||
|
m_Calls: [] |
||||||
|
m_FontData: |
||||||
|
m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} |
||||||
|
m_FontSize: 45 |
||||||
|
m_FontStyle: 0 |
||||||
|
m_BestFit: 0 |
||||||
|
m_MinSize: 0 |
||||||
|
m_MaxSize: 50 |
||||||
|
m_Alignment: 3 |
||||||
|
m_AlignByGeometry: 0 |
||||||
|
m_RichText: 1 |
||||||
|
m_HorizontalOverflow: 0 |
||||||
|
m_VerticalOverflow: 0 |
||||||
|
m_LineSpacing: 1 |
||||||
|
m_Text: Store Item |
||||||
|
--- !u!1 &8770795905418948012 |
||||||
|
GameObject: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
serializedVersion: 6 |
||||||
|
m_Component: |
||||||
|
- component: {fileID: 3049411379486967371} |
||||||
|
- component: {fileID: 4025456620194365237} |
||||||
|
- component: {fileID: 4580148780160336219} |
||||||
|
m_Layer: 5 |
||||||
|
m_Name: Qty |
||||||
|
m_TagString: Untagged |
||||||
|
m_Icon: {fileID: 0} |
||||||
|
m_NavMeshLayer: 0 |
||||||
|
m_StaticEditorFlags: 0 |
||||||
|
m_IsActive: 1 |
||||||
|
--- !u!224 &3049411379486967371 |
||||||
|
RectTransform: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 8770795905418948012} |
||||||
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} |
||||||
|
m_LocalPosition: {x: 0, y: 0, z: 0} |
||||||
|
m_LocalScale: {x: 0.9999999, y: 0.9999999, z: 1} |
||||||
|
m_ConstrainProportionsScale: 0 |
||||||
|
m_Children: [] |
||||||
|
m_Father: {fileID: 5024839405573273062} |
||||||
|
m_RootOrder: 2 |
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} |
||||||
|
m_AnchorMin: {x: 0, y: 0.5} |
||||||
|
m_AnchorMax: {x: 0, y: 0.5} |
||||||
|
m_AnchoredPosition: {x: 562.9568, y: 0} |
||||||
|
m_SizeDelta: {x: 104.103, y: 90} |
||||||
|
m_Pivot: {x: 0, y: 0.5} |
||||||
|
--- !u!222 &4025456620194365237 |
||||||
|
CanvasRenderer: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 8770795905418948012} |
||||||
|
m_CullTransparentMesh: 1 |
||||||
|
--- !u!114 &4580148780160336219 |
||||||
|
MonoBehaviour: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 8770795905418948012} |
||||||
|
m_Enabled: 1 |
||||||
|
m_EditorHideFlags: 0 |
||||||
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} |
||||||
|
m_Name: |
||||||
|
m_EditorClassIdentifier: |
||||||
|
m_Material: {fileID: 0} |
||||||
|
m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} |
||||||
|
m_RaycastTarget: 1 |
||||||
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} |
||||||
|
m_Maskable: 1 |
||||||
|
m_OnCullStateChanged: |
||||||
|
m_PersistentCalls: |
||||||
|
m_Calls: [] |
||||||
|
m_FontData: |
||||||
|
m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} |
||||||
|
m_FontSize: 40 |
||||||
|
m_FontStyle: 0 |
||||||
|
m_BestFit: 0 |
||||||
|
m_MinSize: 0 |
||||||
|
m_MaxSize: 50 |
||||||
|
m_Alignment: 4 |
||||||
|
m_AlignByGeometry: 0 |
||||||
|
m_RichText: 1 |
||||||
|
m_HorizontalOverflow: 0 |
||||||
|
m_VerticalOverflow: 0 |
||||||
|
m_LineSpacing: 1 |
||||||
|
m_Text: 1000 |
@ -0,0 +1,7 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 8d2fcbed415290e4d95bde2ea20cc42d |
||||||
|
PrefabImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,2 @@ |
|||||||
|
@import url("unity-theme://default"); |
||||||
|
VisualElement {} |
@ -0,0 +1,11 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: c359b132dface5b44a43dc62f5d0de8e |
||||||
|
ScriptedImporter: |
||||||
|
internalIDToNameTable: [] |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 2 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
|
script: {fileID: 12388, guid: 0000000000000000e000000000000000, type: 0} |
||||||
|
disableValidation: 0 |
@ -0,0 +1,214 @@ |
|||||||
|
Using pre-set license |
||||||
|
Built from '2022.3/staging' branch; Version is '2022.3.3f1 (7cdc2969a641) revision 8182825'; Using compiler version '192829333'; Build Type 'Release' |
||||||
|
OS: 'Windows 11 (10.0.22621) 64bit Professional' Language: 'en' Physical Memory: 65481 MB |
||||||
|
BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 1 |
||||||
|
|
||||||
|
COMMAND LINE ARGUMENTS: |
||||||
|
C:\Program Files\Unity\Hub\Editor\2022.3.3f1\Editor\Unity.exe |
||||||
|
-adb2 |
||||||
|
-batchMode |
||||||
|
-noUpm |
||||||
|
-name |
||||||
|
AssetImportWorker2 |
||||||
|
-projectPath |
||||||
|
C:/Users/kensc/Git/u3d-clicker-game |
||||||
|
-logFile |
||||||
|
Logs/AssetImportWorker2.log |
||||||
|
-srvPort |
||||||
|
54642 |
||||||
|
Successfully changed project path to: C:/Users/kensc/Git/u3d-clicker-game |
||||||
|
C:/Users/kensc/Git/u3d-clicker-game |
||||||
|
[UnityMemory] Configuration Parameters - Can be set up in boot.config |
||||||
|
"memorysetup-bucket-allocator-granularity=16" |
||||||
|
"memorysetup-bucket-allocator-bucket-count=8" |
||||||
|
"memorysetup-bucket-allocator-block-size=33554432" |
||||||
|
"memorysetup-bucket-allocator-block-count=8" |
||||||
|
"memorysetup-main-allocator-block-size=16777216" |
||||||
|
"memorysetup-thread-allocator-block-size=16777216" |
||||||
|
"memorysetup-gfx-main-allocator-block-size=16777216" |
||||||
|
"memorysetup-gfx-thread-allocator-block-size=16777216" |
||||||
|
"memorysetup-cache-allocator-block-size=4194304" |
||||||
|
"memorysetup-typetree-allocator-block-size=2097152" |
||||||
|
"memorysetup-profiler-bucket-allocator-granularity=16" |
||||||
|
"memorysetup-profiler-bucket-allocator-bucket-count=8" |
||||||
|
"memorysetup-profiler-bucket-allocator-block-size=33554432" |
||||||
|
"memorysetup-profiler-bucket-allocator-block-count=8" |
||||||
|
"memorysetup-profiler-allocator-block-size=16777216" |
||||||
|
"memorysetup-profiler-editor-allocator-block-size=1048576" |
||||||
|
"memorysetup-temp-allocator-size-main=16777216" |
||||||
|
"memorysetup-job-temp-allocator-block-size=2097152" |
||||||
|
"memorysetup-job-temp-allocator-block-size-background=1048576" |
||||||
|
"memorysetup-job-temp-allocator-reduction-small-platforms=262144" |
||||||
|
"memorysetup-allocator-temp-initial-block-size-main=262144" |
||||||
|
"memorysetup-allocator-temp-initial-block-size-worker=262144" |
||||||
|
"memorysetup-temp-allocator-size-background-worker=32768" |
||||||
|
"memorysetup-temp-allocator-size-job-worker=262144" |
||||||
|
"memorysetup-temp-allocator-size-preload-manager=33554432" |
||||||
|
"memorysetup-temp-allocator-size-nav-mesh-worker=65536" |
||||||
|
"memorysetup-temp-allocator-size-audio-worker=65536" |
||||||
|
"memorysetup-temp-allocator-size-cloud-worker=32768" |
||||||
|
"memorysetup-temp-allocator-size-gi-baking-worker=262144" |
||||||
|
"memorysetup-temp-allocator-size-gfx=262144" |
||||||
|
Player connection [20776] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 3775173717 [EditorId] 3775173717 [Version] 1048832 [Id] WindowsEditor(7,GODUS-ZX1) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... |
||||||
|
|
||||||
|
Player connection [20776] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 3775173717 [EditorId] 3775173717 [Version] 1048832 [Id] WindowsEditor(7,GODUS-ZX1) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... |
||||||
|
|
||||||
|
Refreshing native plugins compatible for Editor in 13.07 ms, found 2 plugins. |
||||||
|
Preloading 0 native plugins for Editor in 0.00 ms. |
||||||
|
Initialize engine version: 2022.3.3f1 (7cdc2969a641) |
||||||
|
[Subsystems] Discovering subsystems at path C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/Resources/UnitySubsystems |
||||||
|
[Subsystems] Discovering subsystems at path C:/Users/kensc/Git/u3d-clicker-game/Assets |
||||||
|
GfxDevice: creating device client; threaded=0; jobified=0 |
||||||
|
Direct3D: |
||||||
|
Version: Direct3D 11.0 [level 11.1] |
||||||
|
Renderer: AMD Radeon RX 6700 XT (ID=0x73df) |
||||||
|
Vendor: ATI |
||||||
|
VRAM: 12243 MB |
||||||
|
Driver: 31.0.14057.5006 |
||||||
|
Initialize mono |
||||||
|
Mono path[0] = 'C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/Managed' |
||||||
|
Mono path[1] = 'C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32' |
||||||
|
Mono config path = 'C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/MonoBleedingEdge/etc' |
||||||
|
Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56136 |
||||||
|
Begin MonoManager ReloadAssembly |
||||||
|
Registering precompiled unity dll's ... |
||||||
|
Register platform support module: C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll |
||||||
|
Register platform support module: C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll |
||||||
|
Register platform support module: C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll |
||||||
|
Register platform support module: C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/PlaybackEngines/MetroSupport/UnityEditor.UWP.Extensions.dll |
||||||
|
Registered in 0.009303 seconds. |
||||||
|
- Loaded All Assemblies, in 0.256 seconds |
||||||
|
Native extension for UWP target not found |
||||||
|
Native extension for WindowsStandalone target not found |
||||||
|
Native extension for Android target not found |
||||||
|
Android Extension - Scanning For ADB Devices 274 ms |
||||||
|
Native extension for WebGL target not found |
||||||
|
Mono: successfully reloaded assembly |
||||||
|
- Finished resetting the current domain, in 0.509 seconds |
||||||
|
Domain Reload Profiling: 763ms |
||||||
|
BeginReloadAssembly (67ms) |
||||||
|
ExecutionOrderSort (0ms) |
||||||
|
DisableScriptedObjects (0ms) |
||||||
|
BackupInstance (0ms) |
||||||
|
ReleaseScriptingObjects (0ms) |
||||||
|
CreateAndSetChildDomain (1ms) |
||||||
|
RebuildCommonClasses (24ms) |
||||||
|
RebuildNativeTypeToScriptingClass (7ms) |
||||||
|
initialDomainReloadingComplete (48ms) |
||||||
|
LoadAllAssembliesAndSetupDomain (108ms) |
||||||
|
LoadAssemblies (66ms) |
||||||
|
RebuildTransferFunctionScriptingTraits (0ms) |
||||||
|
AnalyzeDomain (102ms) |
||||||
|
TypeCache.Refresh (102ms) |
||||||
|
TypeCache.ScanAssembly (92ms) |
||||||
|
ScanForSourceGeneratedMonoScriptInfo (0ms) |
||||||
|
ResolveRequiredComponents (0ms) |
||||||
|
FinalizeReload (509ms) |
||||||
|
ReleaseScriptCaches (0ms) |
||||||
|
RebuildScriptCaches (0ms) |
||||||
|
SetupLoadedEditorAssemblies (469ms) |
||||||
|
LogAssemblyErrors (0ms) |
||||||
|
InitializePlatformSupportModulesInManaged (365ms) |
||||||
|
SetLoadedEditorAssemblies (3ms) |
||||||
|
RefreshPlugins (0ms) |
||||||
|
BeforeProcessingInitializeOnLoad (2ms) |
||||||
|
ProcessInitializeOnLoadAttributes (68ms) |
||||||
|
ProcessInitializeOnLoadMethodAttributes (32ms) |
||||||
|
AfterProcessingInitializeOnLoad (0ms) |
||||||
|
EditorAssembliesLoaded (0ms) |
||||||
|
ExecutionOrderSort2 (0ms) |
||||||
|
AwakeInstancesAfterBackupRestoration (0ms) |
||||||
|
======================================================================== |
||||||
|
Worker process is ready to serve import requests |
||||||
|
Begin MonoManager ReloadAssembly |
||||||
|
Symbol file LoadedFromMemory is not a mono symbol file |
||||||
|
- Loaded All Assemblies, in 0.533 seconds |
||||||
|
Refreshing native plugins compatible for Editor in 7.16 ms, found 2 plugins. |
||||||
|
Native extension for UWP target not found |
||||||
|
Native extension for WindowsStandalone target not found |
||||||
|
Native extension for Android target not found |
||||||
|
Native extension for WebGL target not found |
||||||
|
Mono: successfully reloaded assembly |
||||||
|
- Finished resetting the current domain, in 0.425 seconds |
||||||
|
Domain Reload Profiling: 955ms |
||||||
|
BeginReloadAssembly (96ms) |
||||||
|
ExecutionOrderSort (0ms) |
||||||
|
DisableScriptedObjects (4ms) |
||||||
|
BackupInstance (0ms) |
||||||
|
ReleaseScriptingObjects (0ms) |
||||||
|
CreateAndSetChildDomain (19ms) |
||||||
|
RebuildCommonClasses (23ms) |
||||||
|
RebuildNativeTypeToScriptingClass (7ms) |
||||||
|
initialDomainReloadingComplete (33ms) |
||||||
|
LoadAllAssembliesAndSetupDomain (370ms) |
||||||
|
LoadAssemblies (244ms) |
||||||
|
RebuildTransferFunctionScriptingTraits (0ms) |
||||||
|
AnalyzeDomain (169ms) |
||||||
|
TypeCache.Refresh (155ms) |
||||||
|
TypeCache.ScanAssembly (143ms) |
||||||
|
ScanForSourceGeneratedMonoScriptInfo (12ms) |
||||||
|
ResolveRequiredComponents (2ms) |
||||||
|
FinalizeReload (426ms) |
||||||
|
ReleaseScriptCaches (0ms) |
||||||
|
RebuildScriptCaches (0ms) |
||||||
|
SetupLoadedEditorAssemblies (314ms) |
||||||
|
LogAssemblyErrors (0ms) |
||||||
|
InitializePlatformSupportModulesInManaged (20ms) |
||||||
|
SetLoadedEditorAssemblies (2ms) |
||||||
|
RefreshPlugins (0ms) |
||||||
|
BeforeProcessingInitializeOnLoad (42ms) |
||||||
|
ProcessInitializeOnLoadAttributes (147ms) |
||||||
|
ProcessInitializeOnLoadMethodAttributes (97ms) |
||||||
|
AfterProcessingInitializeOnLoad (6ms) |
||||||
|
EditorAssembliesLoaded (0ms) |
||||||
|
ExecutionOrderSort2 (0ms) |
||||||
|
AwakeInstancesAfterBackupRestoration (5ms) |
||||||
|
Launched and connected shader compiler UnityShaderCompiler.exe after 0.03 seconds |
||||||
|
Refreshing native plugins compatible for Editor in 7.01 ms, found 2 plugins. |
||||||
|
Preloading 0 native plugins for Editor in 0.00 ms. |
||||||
|
Unloading 2482 Unused Serialized files (Serialized files now loaded: 0) |
||||||
|
Unloading 61 unused Assets / (68.3 KB). Loaded Objects now: 2931. |
||||||
|
Memory consumption went from 108.7 MB to 108.7 MB. |
||||||
|
Total: 5.572400 ms (FindLiveObjects: 0.191700 ms CreateObjectMapping: 0.056100 ms MarkObjects: 5.221100 ms DeleteObjects: 0.103000 ms) |
||||||
|
|
||||||
|
AssetImportParameters requested are different than current active one (requested -> active): |
||||||
|
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> |
||||||
|
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> |
||||||
|
custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> |
||||||
|
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> |
||||||
|
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> |
||||||
|
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> |
||||||
|
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> |
||||||
|
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> |
||||||
|
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> |
||||||
|
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> |
||||||
|
======================================================================== |
||||||
|
Received Prepare |
||||||
|
Refreshing native plugins compatible for Editor in 7.75 ms, found 2 plugins. |
||||||
|
Preloading 0 native plugins for Editor in 0.00 ms. |
||||||
|
Unloading 1 Unused Serialized files (Serialized files now loaded: 0) |
||||||
|
Unloading 1 unused Assets / (3.0 KB). Loaded Objects now: 2931. |
||||||
|
Memory consumption went from 68.5 MB to 68.5 MB. |
||||||
|
Total: 5.359800 ms (FindLiveObjects: 0.189400 ms CreateObjectMapping: 0.055600 ms MarkObjects: 5.097800 ms DeleteObjects: 0.016500 ms) |
||||||
|
|
||||||
|
Prepare: number of updated asset objects reloaded= 0 |
||||||
|
AssetImportParameters requested are different than current active one (requested -> active): |
||||||
|
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> |
||||||
|
custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> |
||||||
|
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> |
||||||
|
custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> |
||||||
|
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> |
||||||
|
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> |
||||||
|
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> |
||||||
|
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> |
||||||
|
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> |
||||||
|
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> |
||||||
|
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> |
||||||
|
======================================================================== |
||||||
|
Received Import Request. |
||||||
|
Time since last request: 72724.259529 seconds. |
||||||
|
path: Assets/Editor/MyCustomEditor.uxml |
||||||
|
artifactKey: Guid(9a6ea969fb90dfc41af4b946b7b3788c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) |
||||||
|
Start importing Assets/Editor/MyCustomEditor.uxml using Guid(9a6ea969fb90dfc41af4b946b7b3788c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '05809f55c13454b97940df7659f79e96') in 0.010703 seconds |
||||||
|
Number of updated asset objects reloaded before import = 0 |
||||||
|
Number of asset objects unloaded after import = 2 |
@ -0,0 +1,208 @@ |
|||||||
|
Using pre-set license |
||||||
|
Built from '2022.3/staging' branch; Version is '2022.3.3f1 (7cdc2969a641) revision 8182825'; Using compiler version '192829333'; Build Type 'Release' |
||||||
|
OS: 'Windows 11 (10.0.22621) 64bit Professional' Language: 'en' Physical Memory: 65481 MB |
||||||
|
BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 1 |
||||||
|
|
||||||
|
COMMAND LINE ARGUMENTS: |
||||||
|
C:\Program Files\Unity\Hub\Editor\2022.3.3f1\Editor\Unity.exe |
||||||
|
-adb2 |
||||||
|
-batchMode |
||||||
|
-noUpm |
||||||
|
-name |
||||||
|
AssetImportWorker3 |
||||||
|
-projectPath |
||||||
|
C:/Users/kensc/Git/u3d-clicker-game |
||||||
|
-logFile |
||||||
|
Logs/AssetImportWorker3.log |
||||||
|
-srvPort |
||||||
|
54642 |
||||||
|
Successfully changed project path to: C:/Users/kensc/Git/u3d-clicker-game |
||||||
|
C:/Users/kensc/Git/u3d-clicker-game |
||||||
|
[UnityMemory] Configuration Parameters - Can be set up in boot.config |
||||||
|
"memorysetup-bucket-allocator-granularity=16" |
||||||
|
"memorysetup-bucket-allocator-bucket-count=8" |
||||||
|
"memorysetup-bucket-allocator-block-size=33554432" |
||||||
|
"memorysetup-bucket-allocator-block-count=8" |
||||||
|
"memorysetup-main-allocator-block-size=16777216" |
||||||
|
"memorysetup-thread-allocator-block-size=16777216" |
||||||
|
"memorysetup-gfx-main-allocator-block-size=16777216" |
||||||
|
"memorysetup-gfx-thread-allocator-block-size=16777216" |
||||||
|
"memorysetup-cache-allocator-block-size=4194304" |
||||||
|
"memorysetup-typetree-allocator-block-size=2097152" |
||||||
|
"memorysetup-profiler-bucket-allocator-granularity=16" |
||||||
|
"memorysetup-profiler-bucket-allocator-bucket-count=8" |
||||||
|
"memorysetup-profiler-bucket-allocator-block-size=33554432" |
||||||
|
"memorysetup-profiler-bucket-allocator-block-count=8" |
||||||
|
"memorysetup-profiler-allocator-block-size=16777216" |
||||||
|
"memorysetup-profiler-editor-allocator-block-size=1048576" |
||||||
|
"memorysetup-temp-allocator-size-main=16777216" |
||||||
|
"memorysetup-job-temp-allocator-block-size=2097152" |
||||||
|
"memorysetup-job-temp-allocator-block-size-background=1048576" |
||||||
|
"memorysetup-job-temp-allocator-reduction-small-platforms=262144" |
||||||
|
"memorysetup-allocator-temp-initial-block-size-main=262144" |
||||||
|
"memorysetup-allocator-temp-initial-block-size-worker=262144" |
||||||
|
"memorysetup-temp-allocator-size-background-worker=32768" |
||||||
|
"memorysetup-temp-allocator-size-job-worker=262144" |
||||||
|
"memorysetup-temp-allocator-size-preload-manager=33554432" |
||||||
|
"memorysetup-temp-allocator-size-nav-mesh-worker=65536" |
||||||
|
"memorysetup-temp-allocator-size-audio-worker=65536" |
||||||
|
"memorysetup-temp-allocator-size-cloud-worker=32768" |
||||||
|
"memorysetup-temp-allocator-size-gi-baking-worker=262144" |
||||||
|
"memorysetup-temp-allocator-size-gfx=262144" |
||||||
|
Player connection [26876] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 2063829014 [EditorId] 2063829014 [Version] 1048832 [Id] WindowsEditor(7,GODUS-ZX1) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... |
||||||
|
|
||||||
|
Player connection [26876] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 2063829014 [EditorId] 2063829014 [Version] 1048832 [Id] WindowsEditor(7,GODUS-ZX1) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... |
||||||
|
|
||||||
|
Refreshing native plugins compatible for Editor in 12.03 ms, found 2 plugins. |
||||||
|
Preloading 0 native plugins for Editor in 0.00 ms. |
||||||
|
Initialize engine version: 2022.3.3f1 (7cdc2969a641) |
||||||
|
[Subsystems] Discovering subsystems at path C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/Resources/UnitySubsystems |
||||||
|
[Subsystems] Discovering subsystems at path C:/Users/kensc/Git/u3d-clicker-game/Assets |
||||||
|
GfxDevice: creating device client; threaded=0; jobified=0 |
||||||
|
Direct3D: |
||||||
|
Version: Direct3D 11.0 [level 11.1] |
||||||
|
Renderer: AMD Radeon RX 6700 XT (ID=0x73df) |
||||||
|
Vendor: ATI |
||||||
|
VRAM: 12243 MB |
||||||
|
Driver: 31.0.14057.5006 |
||||||
|
Initialize mono |
||||||
|
Mono path[0] = 'C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/Managed' |
||||||
|
Mono path[1] = 'C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32' |
||||||
|
Mono config path = 'C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/MonoBleedingEdge/etc' |
||||||
|
Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56120 |
||||||
|
Begin MonoManager ReloadAssembly |
||||||
|
Registering precompiled unity dll's ... |
||||||
|
Register platform support module: C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll |
||||||
|
Register platform support module: C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll |
||||||
|
Register platform support module: C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll |
||||||
|
Register platform support module: C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/PlaybackEngines/MetroSupport/UnityEditor.UWP.Extensions.dll |
||||||
|
Registered in 0.010270 seconds. |
||||||
|
- Loaded All Assemblies, in 0.259 seconds |
||||||
|
Native extension for UWP target not found |
||||||
|
Native extension for WindowsStandalone target not found |
||||||
|
Native extension for Android target not found |
||||||
|
Android Extension - Scanning For ADB Devices 270 ms |
||||||
|
Native extension for WebGL target not found |
||||||
|
Mono: successfully reloaded assembly |
||||||
|
- Finished resetting the current domain, in 0.510 seconds |
||||||
|
Domain Reload Profiling: 767ms |
||||||
|
BeginReloadAssembly (69ms) |
||||||
|
ExecutionOrderSort (0ms) |
||||||
|
DisableScriptedObjects (0ms) |
||||||
|
BackupInstance (0ms) |
||||||
|
ReleaseScriptingObjects (0ms) |
||||||
|
CreateAndSetChildDomain (1ms) |
||||||
|
RebuildCommonClasses (24ms) |
||||||
|
RebuildNativeTypeToScriptingClass (7ms) |
||||||
|
initialDomainReloadingComplete (49ms) |
||||||
|
LoadAllAssembliesAndSetupDomain (107ms) |
||||||
|
LoadAssemblies (68ms) |
||||||
|
RebuildTransferFunctionScriptingTraits (0ms) |
||||||
|
AnalyzeDomain (101ms) |
||||||
|
TypeCache.Refresh (100ms) |
||||||
|
TypeCache.ScanAssembly (90ms) |
||||||
|
ScanForSourceGeneratedMonoScriptInfo (0ms) |
||||||
|
ResolveRequiredComponents (0ms) |
||||||
|
FinalizeReload (510ms) |
||||||
|
ReleaseScriptCaches (0ms) |
||||||
|
RebuildScriptCaches (0ms) |
||||||
|
SetupLoadedEditorAssemblies (469ms) |
||||||
|
LogAssemblyErrors (0ms) |
||||||
|
InitializePlatformSupportModulesInManaged (365ms) |
||||||
|
SetLoadedEditorAssemblies (3ms) |
||||||
|
RefreshPlugins (0ms) |
||||||
|
BeforeProcessingInitializeOnLoad (2ms) |
||||||
|
ProcessInitializeOnLoadAttributes (68ms) |
||||||
|
ProcessInitializeOnLoadMethodAttributes (31ms) |
||||||
|
AfterProcessingInitializeOnLoad (0ms) |
||||||
|
EditorAssembliesLoaded (0ms) |
||||||
|
ExecutionOrderSort2 (0ms) |
||||||
|
AwakeInstancesAfterBackupRestoration (0ms) |
||||||
|
======================================================================== |
||||||
|
Worker process is ready to serve import requests |
||||||
|
Begin MonoManager ReloadAssembly |
||||||
|
Symbol file LoadedFromMemory is not a mono symbol file |
||||||
|
- Loaded All Assemblies, in 0.533 seconds |
||||||
|
Refreshing native plugins compatible for Editor in 7.76 ms, found 2 plugins. |
||||||
|
Native extension for UWP target not found |
||||||
|
Native extension for WindowsStandalone target not found |
||||||
|
Native extension for Android target not found |
||||||
|
Native extension for WebGL target not found |
||||||
|
Mono: successfully reloaded assembly |
||||||
|
- Finished resetting the current domain, in 0.425 seconds |
||||||
|
Domain Reload Profiling: 955ms |
||||||
|
BeginReloadAssembly (97ms) |
||||||
|
ExecutionOrderSort (0ms) |
||||||
|
DisableScriptedObjects (4ms) |
||||||
|
BackupInstance (0ms) |
||||||
|
ReleaseScriptingObjects (0ms) |
||||||
|
CreateAndSetChildDomain (20ms) |
||||||
|
RebuildCommonClasses (23ms) |
||||||
|
RebuildNativeTypeToScriptingClass (7ms) |
||||||
|
initialDomainReloadingComplete (33ms) |
||||||
|
LoadAllAssembliesAndSetupDomain (369ms) |
||||||
|
LoadAssemblies (245ms) |
||||||
|
RebuildTransferFunctionScriptingTraits (0ms) |
||||||
|
AnalyzeDomain (167ms) |
||||||
|
TypeCache.Refresh (153ms) |
||||||
|
TypeCache.ScanAssembly (141ms) |
||||||
|
ScanForSourceGeneratedMonoScriptInfo (12ms) |
||||||
|
ResolveRequiredComponents (2ms) |
||||||
|
FinalizeReload (426ms) |
||||||
|
ReleaseScriptCaches (0ms) |
||||||
|
RebuildScriptCaches (0ms) |
||||||
|
SetupLoadedEditorAssemblies (315ms) |
||||||
|
LogAssemblyErrors (0ms) |
||||||
|
InitializePlatformSupportModulesInManaged (20ms) |
||||||
|
SetLoadedEditorAssemblies (2ms) |
||||||
|
RefreshPlugins (0ms) |
||||||
|
BeforeProcessingInitializeOnLoad (42ms) |
||||||
|
ProcessInitializeOnLoadAttributes (148ms) |
||||||
|
ProcessInitializeOnLoadMethodAttributes (97ms) |
||||||
|
AfterProcessingInitializeOnLoad (6ms) |
||||||
|
EditorAssembliesLoaded (0ms) |
||||||
|
ExecutionOrderSort2 (0ms) |
||||||
|
AwakeInstancesAfterBackupRestoration (5ms) |
||||||
|
database is locked |
||||||
|
Failed to delete database file Library/ShaderCache.db |
||||||
|
Launched and connected shader compiler UnityShaderCompiler.exe after 0.03 seconds |
||||||
|
Refreshing native plugins compatible for Editor in 6.12 ms, found 2 plugins. |
||||||
|
Preloading 0 native plugins for Editor in 0.00 ms. |
||||||
|
Unloading 2482 Unused Serialized files (Serialized files now loaded: 0) |
||||||
|
Unloading 61 unused Assets / (68.3 KB). Loaded Objects now: 2931. |
||||||
|
Memory consumption went from 108.9 MB to 108.8 MB. |
||||||
|
Total: 5.467900 ms (FindLiveObjects: 0.182000 ms CreateObjectMapping: 0.061800 ms MarkObjects: 5.133900 ms DeleteObjects: 0.089800 ms) |
||||||
|
|
||||||
|
AssetImportParameters requested are different than current active one (requested -> active): |
||||||
|
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> |
||||||
|
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> |
||||||
|
custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> |
||||||
|
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> |
||||||
|
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> |
||||||
|
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> |
||||||
|
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> |
||||||
|
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> |
||||||
|
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> |
||||||
|
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> |
||||||
|
======================================================================== |
||||||
|
Received Prepare |
||||||
|
Refreshing native plugins compatible for Editor in 6.89 ms, found 2 plugins. |
||||||
|
Preloading 0 native plugins for Editor in 0.00 ms. |
||||||
|
Unloading 1 Unused Serialized files (Serialized files now loaded: 0) |
||||||
|
Unloading 1 unused Assets / (3.0 KB). Loaded Objects now: 2931. |
||||||
|
Memory consumption went from 68.6 MB to 68.6 MB. |
||||||
|
Total: 5.828800 ms (FindLiveObjects: 0.184000 ms CreateObjectMapping: 0.053500 ms MarkObjects: 5.571200 ms DeleteObjects: 0.019500 ms) |
||||||
|
|
||||||
|
Prepare: number of updated asset objects reloaded= 0 |
||||||
|
AssetImportParameters requested are different than current active one (requested -> active): |
||||||
|
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> |
||||||
|
custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> |
||||||
|
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> |
||||||
|
custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> |
||||||
|
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> |
||||||
|
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> |
||||||
|
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> |
||||||
|
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> |
||||||
|
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> |
||||||
|
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> |
||||||
|
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> |
@ -0,0 +1,211 @@ |
|||||||
|
Using pre-set license |
||||||
|
Built from '2022.3/staging' branch; Version is '2022.3.3f1 (7cdc2969a641) revision 8182825'; Using compiler version '192829333'; Build Type 'Release' |
||||||
|
OS: 'Windows 11 (10.0.22621) 64bit Professional' Language: 'en' Physical Memory: 65481 MB |
||||||
|
BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 1 |
||||||
|
|
||||||
|
COMMAND LINE ARGUMENTS: |
||||||
|
C:\Program Files\Unity\Hub\Editor\2022.3.3f1\Editor\Unity.exe |
||||||
|
-adb2 |
||||||
|
-batchMode |
||||||
|
-noUpm |
||||||
|
-name |
||||||
|
AssetImportWorker4 |
||||||
|
-projectPath |
||||||
|
C:/Users/kensc/Git/u3d-clicker-game |
||||||
|
-logFile |
||||||
|
Logs/AssetImportWorker4.log |
||||||
|
-srvPort |
||||||
|
54642 |
||||||
|
Successfully changed project path to: C:/Users/kensc/Git/u3d-clicker-game |
||||||
|
C:/Users/kensc/Git/u3d-clicker-game |
||||||
|
[UnityMemory] Configuration Parameters - Can be set up in boot.config |
||||||
|
"memorysetup-bucket-allocator-granularity=16" |
||||||
|
"memorysetup-bucket-allocator-bucket-count=8" |
||||||
|
"memorysetup-bucket-allocator-block-size=33554432" |
||||||
|
"memorysetup-bucket-allocator-block-count=8" |
||||||
|
"memorysetup-main-allocator-block-size=16777216" |
||||||
|
"memorysetup-thread-allocator-block-size=16777216" |
||||||
|
"memorysetup-gfx-main-allocator-block-size=16777216" |
||||||
|
"memorysetup-gfx-thread-allocator-block-size=16777216" |
||||||
|
"memorysetup-cache-allocator-block-size=4194304" |
||||||
|
"memorysetup-typetree-allocator-block-size=2097152" |
||||||
|
"memorysetup-profiler-bucket-allocator-granularity=16" |
||||||
|
"memorysetup-profiler-bucket-allocator-bucket-count=8" |
||||||
|
"memorysetup-profiler-bucket-allocator-block-size=33554432" |
||||||
|
"memorysetup-profiler-bucket-allocator-block-count=8" |
||||||
|
"memorysetup-profiler-allocator-block-size=16777216" |
||||||
|
"memorysetup-profiler-editor-allocator-block-size=1048576" |
||||||
|
"memorysetup-temp-allocator-size-main=16777216" |
||||||
|
"memorysetup-job-temp-allocator-block-size=2097152" |
||||||
|
"memorysetup-job-temp-allocator-block-size-background=1048576" |
||||||
|
"memorysetup-job-temp-allocator-reduction-small-platforms=262144" |
||||||
|
"memorysetup-allocator-temp-initial-block-size-main=262144" |
||||||
|
"memorysetup-allocator-temp-initial-block-size-worker=262144" |
||||||
|
"memorysetup-temp-allocator-size-background-worker=32768" |
||||||
|
"memorysetup-temp-allocator-size-job-worker=262144" |
||||||
|
"memorysetup-temp-allocator-size-preload-manager=33554432" |
||||||
|
"memorysetup-temp-allocator-size-nav-mesh-worker=65536" |
||||||
|
"memorysetup-temp-allocator-size-audio-worker=65536" |
||||||
|
"memorysetup-temp-allocator-size-cloud-worker=32768" |
||||||
|
"memorysetup-temp-allocator-size-gi-baking-worker=262144" |
||||||
|
"memorysetup-temp-allocator-size-gfx=262144" |
||||||
|
Player connection [22596] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 1599280667 [EditorId] 1599280667 [Version] 1048832 [Id] WindowsEditor(7,GODUS-ZX1) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... |
||||||
|
|
||||||
|
Player connection [22596] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 1599280667 [EditorId] 1599280667 [Version] 1048832 [Id] WindowsEditor(7,GODUS-ZX1) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... |
||||||
|
|
||||||
|
Refreshing native plugins compatible for Editor in 12.17 ms, found 2 plugins. |
||||||
|
Preloading 0 native plugins for Editor in 0.00 ms. |
||||||
|
Initialize engine version: 2022.3.3f1 (7cdc2969a641) |
||||||
|
[Subsystems] Discovering subsystems at path C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/Resources/UnitySubsystems |
||||||
|
[Subsystems] Discovering subsystems at path C:/Users/kensc/Git/u3d-clicker-game/Assets |
||||||
|
GfxDevice: creating device client; threaded=0; jobified=0 |
||||||
|
Direct3D: |
||||||
|
Version: Direct3D 11.0 [level 11.1] |
||||||
|
Renderer: AMD Radeon RX 6700 XT (ID=0x73df) |
||||||
|
Vendor: ATI |
||||||
|
VRAM: 12243 MB |
||||||
|
Driver: 31.0.14057.5006 |
||||||
|
Initialize mono |
||||||
|
Mono path[0] = 'C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/Managed' |
||||||
|
Mono path[1] = 'C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32' |
||||||
|
Mono config path = 'C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/MonoBleedingEdge/etc' |
||||||
|
Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56748 |
||||||
|
Begin MonoManager ReloadAssembly |
||||||
|
Registering precompiled unity dll's ... |
||||||
|
Register platform support module: C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll |
||||||
|
Register platform support module: C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll |
||||||
|
Register platform support module: C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll |
||||||
|
Register platform support module: C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/PlaybackEngines/MetroSupport/UnityEditor.UWP.Extensions.dll |
||||||
|
Registered in 0.010671 seconds. |
||||||
|
- Loaded All Assemblies, in 0.260 seconds |
||||||
|
Native extension for UWP target not found |
||||||
|
Native extension for WindowsStandalone target not found |
||||||
|
Native extension for Android target not found |
||||||
|
Android Extension - Scanning For ADB Devices 271 ms |
||||||
|
Native extension for WebGL target not found |
||||||
|
Mono: successfully reloaded assembly |
||||||
|
- Finished resetting the current domain, in 0.508 seconds |
||||||
|
Domain Reload Profiling: 767ms |
||||||
|
BeginReloadAssembly (67ms) |
||||||
|
ExecutionOrderSort (0ms) |
||||||
|
DisableScriptedObjects (0ms) |
||||||
|
BackupInstance (0ms) |
||||||
|
ReleaseScriptingObjects (0ms) |
||||||
|
CreateAndSetChildDomain (1ms) |
||||||
|
RebuildCommonClasses (24ms) |
||||||
|
RebuildNativeTypeToScriptingClass (7ms) |
||||||
|
initialDomainReloadingComplete (50ms) |
||||||
|
LoadAllAssembliesAndSetupDomain (111ms) |
||||||
|
LoadAssemblies (66ms) |
||||||
|
RebuildTransferFunctionScriptingTraits (0ms) |
||||||
|
AnalyzeDomain (104ms) |
||||||
|
TypeCache.Refresh (103ms) |
||||||
|
TypeCache.ScanAssembly (91ms) |
||||||
|
ScanForSourceGeneratedMonoScriptInfo (1ms) |
||||||
|
ResolveRequiredComponents (0ms) |
||||||
|
FinalizeReload (508ms) |
||||||
|
ReleaseScriptCaches (0ms) |
||||||
|
RebuildScriptCaches (0ms) |
||||||
|
SetupLoadedEditorAssemblies (467ms) |
||||||
|
LogAssemblyErrors (0ms) |
||||||
|
InitializePlatformSupportModulesInManaged (362ms) |
||||||
|
SetLoadedEditorAssemblies (3ms) |
||||||
|
RefreshPlugins (0ms) |
||||||
|
BeforeProcessingInitializeOnLoad (2ms) |
||||||
|
ProcessInitializeOnLoadAttributes (69ms) |
||||||
|
ProcessInitializeOnLoadMethodAttributes (32ms) |
||||||
|
AfterProcessingInitializeOnLoad (0ms) |
||||||
|
EditorAssembliesLoaded (0ms) |
||||||
|
ExecutionOrderSort2 (0ms) |
||||||
|
AwakeInstancesAfterBackupRestoration (0ms) |
||||||
|
======================================================================== |
||||||
|
Worker process is ready to serve import requests |
||||||
|
Begin MonoManager ReloadAssembly |
||||||
|
Symbol file LoadedFromMemory is not a mono symbol file |
||||||
|
- Loaded All Assemblies, in 0.533 seconds |
||||||
|
Refreshing native plugins compatible for Editor in 8.00 ms, found 2 plugins. |
||||||
|
Native extension for UWP target not found |
||||||
|
Native extension for WindowsStandalone target not found |
||||||
|
Native extension for Android target not found |
||||||
|
Native extension for WebGL target not found |
||||||
|
Mono: successfully reloaded assembly |
||||||
|
- Finished resetting the current domain, in 0.425 seconds |
||||||
|
Domain Reload Profiling: 955ms |
||||||
|
BeginReloadAssembly (97ms) |
||||||
|
ExecutionOrderSort (0ms) |
||||||
|
DisableScriptedObjects (4ms) |
||||||
|
BackupInstance (0ms) |
||||||
|
ReleaseScriptingObjects (0ms) |
||||||
|
CreateAndSetChildDomain (20ms) |
||||||
|
RebuildCommonClasses (23ms) |
||||||
|
RebuildNativeTypeToScriptingClass (7ms) |
||||||
|
initialDomainReloadingComplete (33ms) |
||||||
|
LoadAllAssembliesAndSetupDomain (369ms) |
||||||
|
LoadAssemblies (245ms) |
||||||
|
RebuildTransferFunctionScriptingTraits (0ms) |
||||||
|
AnalyzeDomain (166ms) |
||||||
|
TypeCache.Refresh (152ms) |
||||||
|
TypeCache.ScanAssembly (141ms) |
||||||
|
ScanForSourceGeneratedMonoScriptInfo (12ms) |
||||||
|
ResolveRequiredComponents (2ms) |
||||||
|
FinalizeReload (425ms) |
||||||
|
ReleaseScriptCaches (0ms) |
||||||
|
RebuildScriptCaches (0ms) |
||||||
|
SetupLoadedEditorAssemblies (314ms) |
||||||
|
LogAssemblyErrors (0ms) |
||||||
|
InitializePlatformSupportModulesInManaged (20ms) |
||||||
|
SetLoadedEditorAssemblies (2ms) |
||||||
|
RefreshPlugins (0ms) |
||||||
|
BeforeProcessingInitializeOnLoad (42ms) |
||||||
|
ProcessInitializeOnLoadAttributes (147ms) |
||||||
|
ProcessInitializeOnLoadMethodAttributes (95ms) |
||||||
|
AfterProcessingInitializeOnLoad (6ms) |
||||||
|
EditorAssembliesLoaded (0ms) |
||||||
|
ExecutionOrderSort2 (0ms) |
||||||
|
AwakeInstancesAfterBackupRestoration (5ms) |
||||||
|
Launched and connected shader compiler UnityShaderCompiler.exe after 0.04 seconds |
||||||
|
Refreshing native plugins compatible for Editor in 6.67 ms, found 2 plugins. |
||||||
|
Preloading 0 native plugins for Editor in 0.00 ms. |
||||||
|
Unloading 2482 Unused Serialized files (Serialized files now loaded: 0) |
||||||
|
Unloading 61 unused Assets / (68.3 KB). Loaded Objects now: 2931. |
||||||
|
Memory consumption went from 108.7 MB to 108.7 MB. |
||||||
|
Total: 5.607100 ms (FindLiveObjects: 0.186900 ms CreateObjectMapping: 0.063300 ms MarkObjects: 5.247200 ms DeleteObjects: 0.109100 ms) |
||||||
|
|
||||||
|
AssetImportParameters requested are different than current active one (requested -> active): |
||||||
|
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> |
||||||
|
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> |
||||||
|
custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> |
||||||
|
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> |
||||||
|
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> |
||||||
|
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> |
||||||
|
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> |
||||||
|
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> |
||||||
|
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> |
||||||
|
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> |
||||||
|
======================================================================== |
||||||
|
Received Prepare |
||||||
|
Refreshing native plugins compatible for Editor in 6.95 ms, found 2 plugins. |
||||||
|
Preloading 0 native plugins for Editor in 0.00 ms. |
||||||
|
Unloading 1 Unused Serialized files (Serialized files now loaded: 0) |
||||||
|
Unloading 1 unused Assets / (3.0 KB). Loaded Objects now: 2931. |
||||||
|
Memory consumption went from 68.5 MB to 68.5 MB. |
||||||
|
Total: 5.396700 ms (FindLiveObjects: 0.178500 ms CreateObjectMapping: 0.052900 ms MarkObjects: 5.147800 ms DeleteObjects: 0.017000 ms) |
||||||
|
|
||||||
|
Prepare: number of updated asset objects reloaded= 0 |
||||||
|
AssetImportParameters requested are different than current active one (requested -> active): |
||||||
|
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> |
||||||
|
custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> |
||||||
|
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> |
||||||
|
custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> |
||||||
|
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> |
||||||
|
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> |
||||||
|
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> |
||||||
|
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> |
||||||
|
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> |
||||||
|
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> |
||||||
|
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> |
||||||
|
Editor requested this worker to shutdown with reason: Scaling down because of idle timeout |
||||||
|
TcpMessagingSession - receive error: operation aborted. errorcode: 995, details: The I/O operation has been aborted because of either a thread exit or an application request. |
||||||
|
AssetImportWorker is now disconnected from the server |
||||||
|
Process exiting |
||||||
|
Exiting without the bug reporter. Application will terminate with return code 0 |
@ -0,0 +1,211 @@ |
|||||||
|
Using pre-set license |
||||||
|
Built from '2022.3/staging' branch; Version is '2022.3.3f1 (7cdc2969a641) revision 8182825'; Using compiler version '192829333'; Build Type 'Release' |
||||||
|
OS: 'Windows 11 (10.0.22621) 64bit Professional' Language: 'en' Physical Memory: 65481 MB |
||||||
|
BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 1 |
||||||
|
|
||||||
|
COMMAND LINE ARGUMENTS: |
||||||
|
C:\Program Files\Unity\Hub\Editor\2022.3.3f1\Editor\Unity.exe |
||||||
|
-adb2 |
||||||
|
-batchMode |
||||||
|
-noUpm |
||||||
|
-name |
||||||
|
AssetImportWorker5 |
||||||
|
-projectPath |
||||||
|
C:/Users/kensc/Git/u3d-clicker-game |
||||||
|
-logFile |
||||||
|
Logs/AssetImportWorker5.log |
||||||
|
-srvPort |
||||||
|
54642 |
||||||
|
Successfully changed project path to: C:/Users/kensc/Git/u3d-clicker-game |
||||||
|
C:/Users/kensc/Git/u3d-clicker-game |
||||||
|
[UnityMemory] Configuration Parameters - Can be set up in boot.config |
||||||
|
"memorysetup-bucket-allocator-granularity=16" |
||||||
|
"memorysetup-bucket-allocator-bucket-count=8" |
||||||
|
"memorysetup-bucket-allocator-block-size=33554432" |
||||||
|
"memorysetup-bucket-allocator-block-count=8" |
||||||
|
"memorysetup-main-allocator-block-size=16777216" |
||||||
|
"memorysetup-thread-allocator-block-size=16777216" |
||||||
|
"memorysetup-gfx-main-allocator-block-size=16777216" |
||||||
|
"memorysetup-gfx-thread-allocator-block-size=16777216" |
||||||
|
"memorysetup-cache-allocator-block-size=4194304" |
||||||
|
"memorysetup-typetree-allocator-block-size=2097152" |
||||||
|
"memorysetup-profiler-bucket-allocator-granularity=16" |
||||||
|
"memorysetup-profiler-bucket-allocator-bucket-count=8" |
||||||
|
"memorysetup-profiler-bucket-allocator-block-size=33554432" |
||||||
|
"memorysetup-profiler-bucket-allocator-block-count=8" |
||||||
|
"memorysetup-profiler-allocator-block-size=16777216" |
||||||
|
"memorysetup-profiler-editor-allocator-block-size=1048576" |
||||||
|
"memorysetup-temp-allocator-size-main=16777216" |
||||||
|
"memorysetup-job-temp-allocator-block-size=2097152" |
||||||
|
"memorysetup-job-temp-allocator-block-size-background=1048576" |
||||||
|
"memorysetup-job-temp-allocator-reduction-small-platforms=262144" |
||||||
|
"memorysetup-allocator-temp-initial-block-size-main=262144" |
||||||
|
"memorysetup-allocator-temp-initial-block-size-worker=262144" |
||||||
|
"memorysetup-temp-allocator-size-background-worker=32768" |
||||||
|
"memorysetup-temp-allocator-size-job-worker=262144" |
||||||
|
"memorysetup-temp-allocator-size-preload-manager=33554432" |
||||||
|
"memorysetup-temp-allocator-size-nav-mesh-worker=65536" |
||||||
|
"memorysetup-temp-allocator-size-audio-worker=65536" |
||||||
|
"memorysetup-temp-allocator-size-cloud-worker=32768" |
||||||
|
"memorysetup-temp-allocator-size-gi-baking-worker=262144" |
||||||
|
"memorysetup-temp-allocator-size-gfx=262144" |
||||||
|
Player connection [16032] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 1961525498 [EditorId] 1961525498 [Version] 1048832 [Id] WindowsEditor(7,GODUS-ZX1) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... |
||||||
|
|
||||||
|
Player connection [16032] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 1961525498 [EditorId] 1961525498 [Version] 1048832 [Id] WindowsEditor(7,GODUS-ZX1) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... |
||||||
|
|
||||||
|
Refreshing native plugins compatible for Editor in 11.25 ms, found 2 plugins. |
||||||
|
Preloading 0 native plugins for Editor in 0.00 ms. |
||||||
|
Initialize engine version: 2022.3.3f1 (7cdc2969a641) |
||||||
|
[Subsystems] Discovering subsystems at path C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/Resources/UnitySubsystems |
||||||
|
[Subsystems] Discovering subsystems at path C:/Users/kensc/Git/u3d-clicker-game/Assets |
||||||
|
GfxDevice: creating device client; threaded=0; jobified=0 |
||||||
|
Direct3D: |
||||||
|
Version: Direct3D 11.0 [level 11.1] |
||||||
|
Renderer: AMD Radeon RX 6700 XT (ID=0x73df) |
||||||
|
Vendor: ATI |
||||||
|
VRAM: 12243 MB |
||||||
|
Driver: 31.0.14057.5006 |
||||||
|
Initialize mono |
||||||
|
Mono path[0] = 'C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/Managed' |
||||||
|
Mono path[1] = 'C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32' |
||||||
|
Mono config path = 'C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/MonoBleedingEdge/etc' |
||||||
|
Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56712 |
||||||
|
Begin MonoManager ReloadAssembly |
||||||
|
Registering precompiled unity dll's ... |
||||||
|
Register platform support module: C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll |
||||||
|
Register platform support module: C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll |
||||||
|
Register platform support module: C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll |
||||||
|
Register platform support module: C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/PlaybackEngines/MetroSupport/UnityEditor.UWP.Extensions.dll |
||||||
|
Registered in 0.010135 seconds. |
||||||
|
- Loaded All Assemblies, in 0.260 seconds |
||||||
|
Native extension for UWP target not found |
||||||
|
Native extension for WindowsStandalone target not found |
||||||
|
Native extension for Android target not found |
||||||
|
Android Extension - Scanning For ADB Devices 221 ms |
||||||
|
Native extension for WebGL target not found |
||||||
|
Mono: successfully reloaded assembly |
||||||
|
- Finished resetting the current domain, in 0.463 seconds |
||||||
|
Domain Reload Profiling: 721ms |
||||||
|
BeginReloadAssembly (67ms) |
||||||
|
ExecutionOrderSort (0ms) |
||||||
|
DisableScriptedObjects (0ms) |
||||||
|
BackupInstance (0ms) |
||||||
|
ReleaseScriptingObjects (0ms) |
||||||
|
CreateAndSetChildDomain (1ms) |
||||||
|
RebuildCommonClasses (25ms) |
||||||
|
RebuildNativeTypeToScriptingClass (7ms) |
||||||
|
initialDomainReloadingComplete (48ms) |
||||||
|
LoadAllAssembliesAndSetupDomain (110ms) |
||||||
|
LoadAssemblies (66ms) |
||||||
|
RebuildTransferFunctionScriptingTraits (0ms) |
||||||
|
AnalyzeDomain (104ms) |
||||||
|
TypeCache.Refresh (103ms) |
||||||
|
TypeCache.ScanAssembly (91ms) |
||||||
|
ScanForSourceGeneratedMonoScriptInfo (0ms) |
||||||
|
ResolveRequiredComponents (0ms) |
||||||
|
FinalizeReload (464ms) |
||||||
|
ReleaseScriptCaches (0ms) |
||||||
|
RebuildScriptCaches (0ms) |
||||||
|
SetupLoadedEditorAssemblies (421ms) |
||||||
|
LogAssemblyErrors (0ms) |
||||||
|
InitializePlatformSupportModulesInManaged (316ms) |
||||||
|
SetLoadedEditorAssemblies (3ms) |
||||||
|
RefreshPlugins (0ms) |
||||||
|
BeforeProcessingInitializeOnLoad (2ms) |
||||||
|
ProcessInitializeOnLoadAttributes (69ms) |
||||||
|
ProcessInitializeOnLoadMethodAttributes (32ms) |
||||||
|
AfterProcessingInitializeOnLoad (0ms) |
||||||
|
EditorAssembliesLoaded (0ms) |
||||||
|
ExecutionOrderSort2 (0ms) |
||||||
|
AwakeInstancesAfterBackupRestoration (0ms) |
||||||
|
======================================================================== |
||||||
|
Worker process is ready to serve import requests |
||||||
|
Begin MonoManager ReloadAssembly |
||||||
|
Symbol file LoadedFromMemory is not a mono symbol file |
||||||
|
- Loaded All Assemblies, in 0.535 seconds |
||||||
|
Refreshing native plugins compatible for Editor in 7.51 ms, found 2 plugins. |
||||||
|
Native extension for UWP target not found |
||||||
|
Native extension for WindowsStandalone target not found |
||||||
|
Native extension for Android target not found |
||||||
|
Native extension for WebGL target not found |
||||||
|
Mono: successfully reloaded assembly |
||||||
|
- Finished resetting the current domain, in 0.425 seconds |
||||||
|
Domain Reload Profiling: 956ms |
||||||
|
BeginReloadAssembly (98ms) |
||||||
|
ExecutionOrderSort (0ms) |
||||||
|
DisableScriptedObjects (4ms) |
||||||
|
BackupInstance (0ms) |
||||||
|
ReleaseScriptingObjects (0ms) |
||||||
|
CreateAndSetChildDomain (19ms) |
||||||
|
RebuildCommonClasses (23ms) |
||||||
|
RebuildNativeTypeToScriptingClass (7ms) |
||||||
|
initialDomainReloadingComplete (33ms) |
||||||
|
LoadAllAssembliesAndSetupDomain (370ms) |
||||||
|
LoadAssemblies (247ms) |
||||||
|
RebuildTransferFunctionScriptingTraits (0ms) |
||||||
|
AnalyzeDomain (167ms) |
||||||
|
TypeCache.Refresh (153ms) |
||||||
|
TypeCache.ScanAssembly (140ms) |
||||||
|
ScanForSourceGeneratedMonoScriptInfo (12ms) |
||||||
|
ResolveRequiredComponents (2ms) |
||||||
|
FinalizeReload (425ms) |
||||||
|
ReleaseScriptCaches (0ms) |
||||||
|
RebuildScriptCaches (0ms) |
||||||
|
SetupLoadedEditorAssemblies (314ms) |
||||||
|
LogAssemblyErrors (0ms) |
||||||
|
InitializePlatformSupportModulesInManaged (20ms) |
||||||
|
SetLoadedEditorAssemblies (2ms) |
||||||
|
RefreshPlugins (0ms) |
||||||
|
BeforeProcessingInitializeOnLoad (42ms) |
||||||
|
ProcessInitializeOnLoadAttributes (148ms) |
||||||
|
ProcessInitializeOnLoadMethodAttributes (96ms) |
||||||
|
AfterProcessingInitializeOnLoad (6ms) |
||||||
|
EditorAssembliesLoaded (0ms) |
||||||
|
ExecutionOrderSort2 (0ms) |
||||||
|
AwakeInstancesAfterBackupRestoration (5ms) |
||||||
|
Launched and connected shader compiler UnityShaderCompiler.exe after 0.03 seconds |
||||||
|
Refreshing native plugins compatible for Editor in 6.01 ms, found 2 plugins. |
||||||
|
Preloading 0 native plugins for Editor in 0.00 ms. |
||||||
|
Unloading 2482 Unused Serialized files (Serialized files now loaded: 0) |
||||||
|
Unloading 61 unused Assets / (68.3 KB). Loaded Objects now: 2931. |
||||||
|
Memory consumption went from 108.8 MB to 108.7 MB. |
||||||
|
Total: 5.636800 ms (FindLiveObjects: 0.185800 ms CreateObjectMapping: 0.055800 ms MarkObjects: 5.291700 ms DeleteObjects: 0.102800 ms) |
||||||
|
|
||||||
|
AssetImportParameters requested are different than current active one (requested -> active): |
||||||
|
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> |
||||||
|
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> |
||||||
|
custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> |
||||||
|
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> |
||||||
|
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> |
||||||
|
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> |
||||||
|
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> |
||||||
|
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> |
||||||
|
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> |
||||||
|
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> |
||||||
|
======================================================================== |
||||||
|
Received Prepare |
||||||
|
Refreshing native plugins compatible for Editor in 7.03 ms, found 2 plugins. |
||||||
|
Preloading 0 native plugins for Editor in 0.00 ms. |
||||||
|
Unloading 1 Unused Serialized files (Serialized files now loaded: 0) |
||||||
|
Unloading 1 unused Assets / (3.0 KB). Loaded Objects now: 2931. |
||||||
|
Memory consumption went from 68.5 MB to 68.5 MB. |
||||||
|
Total: 6.232500 ms (FindLiveObjects: 0.190200 ms CreateObjectMapping: 0.062400 ms MarkObjects: 5.960400 ms DeleteObjects: 0.019100 ms) |
||||||
|
|
||||||
|
Prepare: number of updated asset objects reloaded= 0 |
||||||
|
AssetImportParameters requested are different than current active one (requested -> active): |
||||||
|
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> |
||||||
|
custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> |
||||||
|
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> |
||||||
|
custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> |
||||||
|
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> |
||||||
|
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> |
||||||
|
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> |
||||||
|
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> |
||||||
|
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> |
||||||
|
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> |
||||||
|
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> |
||||||
|
Editor requested this worker to shutdown with reason: Scaling down because of idle timeout |
||||||
|
TcpMessagingSession - receive error: operation aborted. errorcode: 995, details: The I/O operation has been aborted because of either a thread exit or an application request. |
||||||
|
AssetImportWorker is now disconnected from the server |
||||||
|
Process exiting |
||||||
|
Exiting without the bug reporter. Application will terminate with return code 0 |
@ -1,3 +1,6 @@ |
|||||||
Base path: 'C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/PlaybackEngines' |
Base path: 'C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/PlaybackEngines' |
||||||
Cmd: initializeCompiler |
Cmd: initializeCompiler |
||||||
|
|
||||||
|
Unhandled exception: Protocol error - failed to read magic number (error -2147483644, transferred 0/4) |
||||||
|
|
||||||
|
Quitting shader compiler process |
||||||
|
@ -1,3 +1,16 @@ |
|||||||
Base path: 'C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/PlaybackEngines' |
Base path: 'C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2022.3.3f1/Editor/Data/PlaybackEngines' |
||||||
Cmd: initializeCompiler |
Cmd: initializeCompiler |
||||||
|
|
||||||
|
Cmd: compileSnippet |
||||||
|
insize=16617 file=Assets/DefaultResourcesExtra/Skybox/Procedural pass=<Unnamed Pass 0> ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING uKW=_SUNDISK_SIMPLE dKW=_SUNDISK_NONE _SUNDISK_HIGH_QUALITY UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Vertex platform=d3d11 reqs=33 mask=6 start=20 ok=1 outsize=5698 |
||||||
|
|
||||||
|
Cmd: compileSnippet |
||||||
|
insize=16617 file=Assets/DefaultResourcesExtra/Skybox/Procedural pass=<Unnamed Pass 0> ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING uKW=_SUNDISK_SIMPLE dKW=_SUNDISK_NONE _SUNDISK_HIGH_QUALITY UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Fragment platform=d3d11 reqs=33 mask=6 start=20 ok=1 outsize=934 |
||||||
|
|
||||||
|
Cmd: compileSnippet |
||||||
|
insize=771 file=Assets/DefaultResourcesExtra/Sprites/Default pass=<Unnamed Pass 0> ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING uKW= dKW=ETC1_EXTERNAL_ALPHA INSTANCING_ON PIXELSNAP_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Vertex platform=d3d11 reqs=1 mask=6 start=32 ok=1 outsize=890 |
||||||
|
|
||||||
|
Cmd: compileSnippet |
||||||
|
insize=771 file=Assets/DefaultResourcesExtra/Sprites/Default pass=<Unnamed Pass 0> ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_RGBM_ENCODING uKW= dKW=ETC1_EXTERNAL_ALPHA INSTANCING_ON PIXELSNAP_ON UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=0 type=Fragment platform=d3d11 reqs=1 mask=6 start=32 ok=1 outsize=454 |
||||||
|
|
||||||
|
Cmd: shutdown |
||||||
|
@ -0,0 +1,167 @@ |
|||||||
|
{ |
||||||
|
"templatePinStates": [], |
||||||
|
"dependencyTypeInfos": [ |
||||||
|
{ |
||||||
|
"userAdded": false, |
||||||
|
"type": "UnityEngine.AnimationClip", |
||||||
|
"ignore": false, |
||||||
|
"defaultInstantiationMode": 0, |
||||||
|
"supportsModification": true |
||||||
|
}, |
||||||
|
{ |
||||||
|
"userAdded": false, |
||||||
|
"type": "UnityEditor.Animations.AnimatorController", |
||||||
|
"ignore": false, |
||||||
|
"defaultInstantiationMode": 0, |
||||||
|
"supportsModification": true |
||||||
|
}, |
||||||
|
{ |
||||||
|
"userAdded": false, |
||||||
|
"type": "UnityEngine.AnimatorOverrideController", |
||||||
|
"ignore": false, |
||||||
|
"defaultInstantiationMode": 0, |
||||||
|
"supportsModification": true |
||||||
|
}, |
||||||
|
{ |
||||||
|
"userAdded": false, |
||||||
|
"type": "UnityEditor.Audio.AudioMixerController", |
||||||
|
"ignore": false, |
||||||
|
"defaultInstantiationMode": 0, |
||||||
|
"supportsModification": true |
||||||
|
}, |
||||||
|
{ |
||||||
|
"userAdded": false, |
||||||
|
"type": "UnityEngine.ComputeShader", |
||||||
|
"ignore": true, |
||||||
|
"defaultInstantiationMode": 1, |
||||||
|
"supportsModification": true |
||||||
|
}, |
||||||
|
{ |
||||||
|
"userAdded": false, |
||||||
|
"type": "UnityEngine.Cubemap", |
||||||
|
"ignore": false, |
||||||
|
"defaultInstantiationMode": 0, |
||||||
|
"supportsModification": true |
||||||
|
}, |
||||||
|
{ |
||||||
|
"userAdded": false, |
||||||
|
"type": "UnityEngine.GameObject", |
||||||
|
"ignore": false, |
||||||
|
"defaultInstantiationMode": 0, |
||||||
|
"supportsModification": true |
||||||
|
}, |
||||||
|
{ |
||||||
|
"userAdded": false, |
||||||
|
"type": "UnityEditor.LightingDataAsset", |
||||||
|
"ignore": false, |
||||||
|
"defaultInstantiationMode": 0, |
||||||
|
"supportsModification": false |
||||||
|
}, |
||||||
|
{ |
||||||
|
"userAdded": false, |
||||||
|
"type": "UnityEngine.LightingSettings", |
||||||
|
"ignore": false, |
||||||
|
"defaultInstantiationMode": 0, |
||||||
|
"supportsModification": true |
||||||
|
}, |
||||||
|
{ |
||||||
|
"userAdded": false, |
||||||
|
"type": "UnityEngine.Material", |
||||||
|
"ignore": false, |
||||||
|
"defaultInstantiationMode": 0, |
||||||
|
"supportsModification": true |
||||||
|
}, |
||||||
|
{ |
||||||
|
"userAdded": false, |
||||||
|
"type": "UnityEditor.MonoScript", |
||||||
|
"ignore": true, |
||||||
|
"defaultInstantiationMode": 1, |
||||||
|
"supportsModification": true |
||||||
|
}, |
||||||
|
{ |
||||||
|
"userAdded": false, |
||||||
|
"type": "UnityEngine.PhysicMaterial", |
||||||
|
"ignore": false, |
||||||
|
"defaultInstantiationMode": 0, |
||||||
|
"supportsModification": true |
||||||
|
}, |
||||||
|
{ |
||||||
|
"userAdded": false, |
||||||
|
"type": "UnityEngine.PhysicsMaterial2D", |
||||||
|
"ignore": false, |
||||||
|
"defaultInstantiationMode": 0, |
||||||
|
"supportsModification": true |
||||||
|
}, |
||||||
|
{ |
||||||
|
"userAdded": false, |
||||||
|
"type": "UnityEngine.Rendering.PostProcessing.PostProcessProfile", |
||||||
|
"ignore": false, |
||||||
|
"defaultInstantiationMode": 0, |
||||||
|
"supportsModification": true |
||||||
|
}, |
||||||
|
{ |
||||||
|
"userAdded": false, |
||||||
|
"type": "UnityEngine.Rendering.PostProcessing.PostProcessResources", |
||||||
|
"ignore": false, |
||||||
|
"defaultInstantiationMode": 0, |
||||||
|
"supportsModification": true |
||||||
|
}, |
||||||
|
{ |
||||||
|
"userAdded": false, |
||||||
|
"type": "UnityEngine.Rendering.VolumeProfile", |
||||||
|
"ignore": false, |
||||||
|
"defaultInstantiationMode": 0, |
||||||
|
"supportsModification": true |
||||||
|
}, |
||||||
|
{ |
||||||
|
"userAdded": false, |
||||||
|
"type": "UnityEditor.SceneAsset", |
||||||
|
"ignore": false, |
||||||
|
"defaultInstantiationMode": 1, |
||||||
|
"supportsModification": true |
||||||
|
}, |
||||||
|
{ |
||||||
|
"userAdded": false, |
||||||
|
"type": "UnityEngine.Shader", |
||||||
|
"ignore": true, |
||||||
|
"defaultInstantiationMode": 1, |
||||||
|
"supportsModification": true |
||||||
|
}, |
||||||
|
{ |
||||||
|
"userAdded": false, |
||||||
|
"type": "UnityEngine.ShaderVariantCollection", |
||||||
|
"ignore": true, |
||||||
|
"defaultInstantiationMode": 1, |
||||||
|
"supportsModification": true |
||||||
|
}, |
||||||
|
{ |
||||||
|
"userAdded": false, |
||||||
|
"type": "UnityEngine.Texture", |
||||||
|
"ignore": false, |
||||||
|
"defaultInstantiationMode": 0, |
||||||
|
"supportsModification": true |
||||||
|
}, |
||||||
|
{ |
||||||
|
"userAdded": false, |
||||||
|
"type": "UnityEngine.Texture2D", |
||||||
|
"ignore": false, |
||||||
|
"defaultInstantiationMode": 0, |
||||||
|
"supportsModification": true |
||||||
|
}, |
||||||
|
{ |
||||||
|
"userAdded": false, |
||||||
|
"type": "UnityEngine.Timeline.TimelineAsset", |
||||||
|
"ignore": false, |
||||||
|
"defaultInstantiationMode": 0, |
||||||
|
"supportsModification": true |
||||||
|
} |
||||||
|
], |
||||||
|
"defaultDependencyTypeInfo": { |
||||||
|
"userAdded": false, |
||||||
|
"type": "<default_scene_template_dependencies>", |
||||||
|
"ignore": false, |
||||||
|
"defaultInstantiationMode": 1, |
||||||
|
"supportsModification": true |
||||||
|
}, |
||||||
|
"newSceneOverride": 0 |
||||||
|
} |
@ -0,0 +1,15 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.ShortcutManagement" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
||||||
|
<xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" /> |
||||||
|
<xs:import schemaLocation="UnityEditor.UIElements.xsd" namespace="UnityEditor.UIElements" /> |
||||||
|
<xs:import schemaLocation="UnityEditor.Tilemaps.xsd" namespace="UnityEditor.Tilemaps" /> |
||||||
|
<xs:import schemaLocation="Unity.Services.Core.Editor.Environments.UI.xsd" namespace="Unity.Services.Core.Editor.Environments.UI" /> |
||||||
|
<xs:import schemaLocation="UnityEditor.UIElements.Debugger.xsd" namespace="UnityEditor.UIElements.Debugger" /> |
||||||
|
<xs:import schemaLocation="Unity.UI.Builder.xsd" namespace="Unity.UI.Builder" /> |
||||||
|
<xs:import schemaLocation="UnityEditor.Search.xsd" namespace="UnityEditor.Search" /> |
||||||
|
<xs:import schemaLocation="UnityEditor.Experimental.GraphView.xsd" namespace="UnityEditor.Experimental.GraphView" /> |
||||||
|
<xs:import schemaLocation="UnityEditor.PackageManager.UI.Internal.xsd" namespace="UnityEditor.PackageManager.UI.Internal" /> |
||||||
|
<xs:import schemaLocation="Unity.Profiling.Editor.xsd" namespace="Unity.Profiling.Editor" /> |
||||||
|
<xs:import schemaLocation="UnityEditor.Overlays.xsd" namespace="UnityEditor.Overlays" /> |
||||||
|
<xs:import schemaLocation="UnityEditor.ShortcutManagement.xsd" namespace="UnityEditor.ShortcutManagement" /> |
||||||
|
</xs:schema> |
@ -0,0 +1,123 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.ShortcutManagement" elementFormDefault="qualified" targetNamespace="Unity.Profiling.Editor" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
||||||
|
<xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" /> |
||||||
|
<xs:complexType name="MemoryUsageBreakdownElementType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Other" name="text" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="background-color-class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="false" name="show-used" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="50" name="used-bytes" type="xs:long" use="optional" /> |
||||||
|
<xs:attribute default="100" name="total-bytes" type="xs:long" use="optional" /> |
||||||
|
<xs:attribute default="false" name="show-selected" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="0" name="selected-bytes" type="xs:long" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="MemoryUsageBreakdownElement" substitutionGroup="engine:VisualElement" xmlns:q1="Unity.Profiling.Editor" type="q1:MemoryUsageBreakdownElementType" /> |
||||||
|
<xs:simpleType name="SelectableLabel_keyboard-type_Type"> |
||||||
|
<xs:restriction base="xs:string"> |
||||||
|
<xs:enumeration value="Default" /> |
||||||
|
<xs:enumeration value="ASCIICapable" /> |
||||||
|
<xs:enumeration value="NumbersAndPunctuation" /> |
||||||
|
<xs:enumeration value="URL" /> |
||||||
|
<xs:enumeration value="NumberPad" /> |
||||||
|
<xs:enumeration value="PhonePad" /> |
||||||
|
<xs:enumeration value="NamePhonePad" /> |
||||||
|
<xs:enumeration value="EmailAddress" /> |
||||||
|
<xs:enumeration value="NintendoNetworkAccount" /> |
||||||
|
<xs:enumeration value="Social" /> |
||||||
|
<xs:enumeration value="Search" /> |
||||||
|
<xs:enumeration value="DecimalPad" /> |
||||||
|
<xs:enumeration value="OneTimeCode" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:simpleType> |
||||||
|
<xs:complexType name="SelectableLabelType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="value" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="-1" name="max-length" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="password" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="*" name="mask-character" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="false" name="readonly" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="false" name="is-delayed" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="false" name="hide-mobile-input" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="Default" name="keyboard-type" xmlns:q2="Unity.Profiling.Editor" type="q2:SelectableLabel_keyboard-type_Type" use="optional" /> |
||||||
|
<xs:attribute default="false" name="auto-correction" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="false" name="multiline" type="xs:boolean" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="SelectableLabel" substitutionGroup="engine:VisualElement" xmlns:q3="Unity.Profiling.Editor" type="q3:SelectableLabelType" /> |
||||||
|
<xs:complexType name="MemoryUsageBreakdownType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element xmlns:q4="Unity.Profiling.Editor" ref="q4:MemoryUsageBreakdownElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Memory Usage" name="header-text" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="1288490240" name="total-bytes" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="show-unknown" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="Unknown" name="unknown-name" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="MemoryUsageBreakdown" substitutionGroup="engine:VisualElement" xmlns:q5="Unity.Profiling.Editor" type="q5:MemoryUsageBreakdownType" /> |
||||||
|
<xs:complexType name="BackgroundPatternType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="1" name="scale" type="xs:float" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="BackgroundPattern" substitutionGroup="engine:VisualElement" xmlns:q6="Unity.Profiling.Editor" type="q6:BackgroundPatternType" /> |
||||||
|
</xs:schema> |
@ -0,0 +1,25 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.ShortcutManagement" elementFormDefault="qualified" targetNamespace="Unity.Services.Core.Editor.Environments.UI" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
||||||
|
<xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" /> |
||||||
|
<xs:complexType name="EnvironmentViewType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="EnvironmentView" substitutionGroup="engine:VisualElement" xmlns:q1="Unity.Services.Core.Editor.Environments.UI" type="q1:EnvironmentViewType" /> |
||||||
|
</xs:schema> |
@ -0,0 +1,975 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.ShortcutManagement" elementFormDefault="qualified" targetNamespace="Unity.UI.Builder" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
||||||
|
<xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" /> |
||||||
|
<xs:complexType name="BuilderStyleRowType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="BuilderStyleRow" substitutionGroup="engine:VisualElement" xmlns:q1="Unity.UI.Builder" type="q1:BuilderStyleRowType" /> |
||||||
|
<xs:complexType name="ImageStyleFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="ImageStyleField" substitutionGroup="engine:VisualElement" xmlns:q2="Unity.UI.Builder" type="q2:ImageStyleFieldType" /> |
||||||
|
<xs:complexType name="FoldoutFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="text" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-paths" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="FoldoutField" substitutionGroup="engine:VisualElement" xmlns:q3="Unity.UI.Builder" type="q3:FoldoutFieldType" /> |
||||||
|
<xs:complexType name="OverlayPainterHelperElementType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="OverlayPainterHelperElement" substitutionGroup="engine:VisualElement" xmlns:q4="Unity.UI.Builder" type="q4:OverlayPainterHelperElementType" /> |
||||||
|
<xs:complexType name="FoldoutColorFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="text" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-paths" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="FoldoutColorField" substitutionGroup="engine:VisualElement" xmlns:q5="Unity.UI.Builder" type="q5:FoldoutColorFieldType" /> |
||||||
|
<xs:complexType name="TransitionsListViewType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="TransitionsListView" substitutionGroup="engine:VisualElement" xmlns:q6="Unity.UI.Builder" type="q6:TransitionsListViewType" /> |
||||||
|
<xs:complexType name="PersistedFoldoutType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="text" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="false" name="value" type="xs:boolean" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="PersistedFoldout" substitutionGroup="engine:VisualElement" xmlns:q7="Unity.UI.Builder" type="q7:PersistedFoldoutType" /> |
||||||
|
<xs:complexType name="IntegerStyleFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="true" name="show-options" type="xs:boolean" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="IntegerStyleField" substitutionGroup="engine:VisualElement" xmlns:q8="Unity.UI.Builder" type="q8:IntegerStyleFieldType" /> |
||||||
|
<xs:complexType name="BuilderNotificationsType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="BuilderNotifications" substitutionGroup="engine:VisualElement" xmlns:q9="Unity.UI.Builder" type="q9:BuilderNotificationsType" /> |
||||||
|
<xs:complexType name="BuilderMoverType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="BuilderMover" substitutionGroup="engine:VisualElement" xmlns:q10="Unity.UI.Builder" type="q10:BuilderMoverType" /> |
||||||
|
<xs:complexType name="LibraryFoldoutType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="text" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="false" name="value" type="xs:boolean" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="LibraryFoldout" substitutionGroup="engine:VisualElement" xmlns:q11="Unity.UI.Builder" type="q11:LibraryFoldoutType" /> |
||||||
|
<xs:complexType name="BuilderTooltipPreviewType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="BuilderTooltipPreview" substitutionGroup="engine:VisualElement" xmlns:q12="Unity.UI.Builder" type="q12:BuilderTooltipPreviewType" /> |
||||||
|
<xs:complexType name="UnityUIBuilderSelectionMarkerType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="UnityUIBuilderSelectionMarker" substitutionGroup="engine:VisualElement" xmlns:q13="Unity.UI.Builder" type="q13:UnityUIBuilderSelectionMarkerType" /> |
||||||
|
<xs:complexType name="TransformOriginSelectorType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="TransformOriginSelector" substitutionGroup="engine:VisualElement" xmlns:q14="Unity.UI.Builder" type="q14:TransformOriginSelectorType" /> |
||||||
|
<xs:complexType name="RotateStyleFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="RotateStyleField" substitutionGroup="engine:VisualElement" xmlns:q15="Unity.UI.Builder" type="q15:RotateStyleFieldType" /> |
||||||
|
<xs:complexType name="BuilderCanvasType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="BuilderCanvas" substitutionGroup="engine:VisualElement" xmlns:q16="Unity.UI.Builder" type="q16:BuilderCanvasType" /> |
||||||
|
<xs:complexType name="TranslateStyleFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="TranslateStyleField" substitutionGroup="engine:VisualElement" xmlns:q17="Unity.UI.Builder" type="q17:TranslateStyleFieldType" /> |
||||||
|
<xs:complexType name="BuilderNewSelectorFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="BuilderNewSelectorField" substitutionGroup="engine:VisualElement" xmlns:q18="Unity.UI.Builder" type="q18:BuilderNewSelectorFieldType" /> |
||||||
|
<xs:complexType name="TextAlignStripType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="TextAlignStrip" substitutionGroup="engine:VisualElement" xmlns:q19="Unity.UI.Builder" type="q19:TextAlignStripType" /> |
||||||
|
<xs:complexType name="FieldStatusIndicatorType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="field-name" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="FieldStatusIndicator" substitutionGroup="engine:VisualElement" xmlns:q20="Unity.UI.Builder" type="q20:FieldStatusIndicatorType" /> |
||||||
|
<xs:complexType name="PercentSliderType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="PercentSlider" substitutionGroup="engine:VisualElement" xmlns:q21="Unity.UI.Builder" type="q21:PercentSliderType" /> |
||||||
|
<xs:complexType name="BuilderSelectionIndicatorType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="BuilderSelectionIndicator" substitutionGroup="engine:VisualElement" xmlns:q22="Unity.UI.Builder" type="q22:BuilderSelectionIndicatorType" /> |
||||||
|
<xs:complexType name="AngleStyleFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="true" name="show-options" type="xs:boolean" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="AngleStyleField" substitutionGroup="engine:VisualElement" xmlns:q23="Unity.UI.Builder" type="q23:AngleStyleFieldType" /> |
||||||
|
<xs:complexType name="TransformOriginStyleFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="TransformOriginStyleField" substitutionGroup="engine:VisualElement" xmlns:q24="Unity.UI.Builder" type="q24:TransformOriginStyleFieldType" /> |
||||||
|
<xs:complexType name="FoldoutWithCheckboxType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="text" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="false" name="value" type="xs:boolean" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="FoldoutWithCheckbox" substitutionGroup="engine:VisualElement" xmlns:q25="Unity.UI.Builder" type="q25:FoldoutWithCheckboxType" /> |
||||||
|
<xs:complexType name="BuilderParentTrackerType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="BuilderParentTracker" substitutionGroup="engine:VisualElement" xmlns:q26="Unity.UI.Builder" type="q26:BuilderParentTrackerType" /> |
||||||
|
<xs:complexType name="BuilderResizerType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="BuilderResizer" substitutionGroup="engine:VisualElement" xmlns:q27="Unity.UI.Builder" type="q27:BuilderResizerType" /> |
||||||
|
<xs:complexType name="FoldoutNumberFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="text" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-paths" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="FoldoutNumberField" substitutionGroup="engine:VisualElement" xmlns:q28="Unity.UI.Builder" type="q28:FoldoutNumberFieldType" /> |
||||||
|
<xs:complexType name="DimensionStyleFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="true" name="show-options" type="xs:boolean" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="DimensionStyleField" substitutionGroup="engine:VisualElement" xmlns:q29="Unity.UI.Builder" type="q29:DimensionStyleFieldType" /> |
||||||
|
<xs:complexType name="BuilderPlacementIndicatorType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="BuilderPlacementIndicator" substitutionGroup="engine:VisualElement" xmlns:q30="Unity.UI.Builder" type="q30:BuilderPlacementIndicatorType" /> |
||||||
|
<xs:complexType name="CheckerboardBackgroundType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="CheckerboardBackground" substitutionGroup="engine:VisualElement" xmlns:q31="Unity.UI.Builder" type="q31:CheckerboardBackgroundType" /> |
||||||
|
<xs:simpleType name="BuilderAttributesTestElement_enum-attr_Type"> |
||||||
|
<xs:restriction base="xs:string"> |
||||||
|
<xs:enumeration value="None" /> |
||||||
|
<xs:enumeration value="Good" /> |
||||||
|
<xs:enumeration value="Bad" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:simpleType> |
||||||
|
<xs:complexType name="BuilderAttributesTestElementType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="default_value" name="string-attr" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="0.1" name="float-attr" type="xs:float" use="optional" /> |
||||||
|
<xs:attribute default="0.1" name="double-attr" type="xs:double" use="optional" /> |
||||||
|
<xs:attribute default="2" name="int-attr" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="3" name="long-attr" type="xs:long" use="optional" /> |
||||||
|
<xs:attribute default="false" name="bool-attr" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="RGBA(1.000, 0.000, 0.000, 1.000)" name="color-attr" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Bad" name="enum-attr" xmlns:q32="Unity.UI.Builder" type="q32:BuilderAttributesTestElement_enum-attr_Type" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="BuilderAttributesTestElement" substitutionGroup="engine:VisualElement" xmlns:q33="Unity.UI.Builder" type="q33:BuilderAttributesTestElementType" /> |
||||||
|
<xs:complexType name="FoldoutTransitionFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="text" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-paths" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="FoldoutTransitionField" substitutionGroup="engine:VisualElement" xmlns:q34="Unity.UI.Builder" type="q34:FoldoutTransitionFieldType" /> |
||||||
|
<xs:complexType name="BuilderPaneType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="title" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="BuilderPane" substitutionGroup="engine:VisualElement" xmlns:q35="Unity.UI.Builder" type="q35:BuilderPaneType" /> |
||||||
|
<xs:complexType name="ToggleButtonStripType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="ToggleButtonStrip" substitutionGroup="engine:VisualElement" xmlns:q36="Unity.UI.Builder" type="q36:ToggleButtonStripType" /> |
||||||
|
<xs:complexType name="BuilderAnchorerType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="BuilderAnchorer" substitutionGroup="engine:VisualElement" xmlns:q37="Unity.UI.Builder" type="q37:BuilderAnchorerType" /> |
||||||
|
<xs:complexType name="BuilderCanvasStyleControlsType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="BuilderCanvasStyleControls" substitutionGroup="engine:VisualElement" xmlns:q38="Unity.UI.Builder" type="q38:BuilderCanvasStyleControlsType" /> |
||||||
|
<xs:complexType name="ModalPopupType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="title" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="ModalPopup" substitutionGroup="engine:VisualElement" xmlns:q39="Unity.UI.Builder" type="q39:ModalPopupType" /> |
||||||
|
<xs:complexType name="TextShadowStyleFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="TextShadowStyleField" substitutionGroup="engine:VisualElement" xmlns:q40="Unity.UI.Builder" type="q40:TextShadowStyleFieldType" /> |
||||||
|
<xs:complexType name="CategoryDropdownFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="CategoryDropdownField" substitutionGroup="engine:VisualElement" xmlns:q41="Unity.UI.Builder" type="q41:CategoryDropdownFieldType" /> |
||||||
|
<xs:complexType name="HelpBoxType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="text" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="HelpBox" substitutionGroup="engine:VisualElement" xmlns:q42="Unity.UI.Builder" type="q42:HelpBoxType" /> |
||||||
|
<xs:complexType name="ScaleStyleFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="ScaleStyleField" substitutionGroup="engine:VisualElement" xmlns:q43="Unity.UI.Builder" type="q43:ScaleStyleFieldType" /> |
||||||
|
<xs:complexType name="NumericStyleFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="true" name="show-options" type="xs:boolean" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="NumericStyleField" substitutionGroup="engine:VisualElement" xmlns:q44="Unity.UI.Builder" type="q44:NumericStyleFieldType" /> |
||||||
|
<xs:complexType name="FontStyleStripType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="FontStyleStrip" substitutionGroup="engine:VisualElement" xmlns:q45="Unity.UI.Builder" type="q45:FontStyleStripType" /> |
||||||
|
</xs:schema> |
@ -0,0 +1,66 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.ShortcutManagement" elementFormDefault="qualified" targetNamespace="UnityEditor.Experimental.GraphView" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
||||||
|
<xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" /> |
||||||
|
<xs:complexType name="StickyNoteType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="StickyNote" substitutionGroup="engine:VisualElement" xmlns:q1="UnityEditor.Experimental.GraphView" type="q1:StickyNoteType" /> |
||||||
|
<xs:complexType name="PillType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="false" name="highlighted" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="text" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="Pill" substitutionGroup="engine:VisualElement" xmlns:q2="UnityEditor.Experimental.GraphView" type="q2:PillType" /> |
||||||
|
<xs:complexType name="ResizableElementType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="ResizableElement" substitutionGroup="engine:VisualElement" xmlns:q3="UnityEditor.Experimental.GraphView" type="q3:ResizableElementType" /> |
||||||
|
</xs:schema> |
@ -0,0 +1,50 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.ShortcutManagement" elementFormDefault="qualified" targetNamespace="UnityEditor.Overlays" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
||||||
|
<xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" /> |
||||||
|
<xs:complexType name="OverlayContainerType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="false" name="horizontal" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="supported-overlay-layout" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="OverlayContainer" substitutionGroup="engine:VisualElement" xmlns:q1="UnityEditor.Overlays" type="q1:OverlayContainerType" /> |
||||||
|
<xs:complexType name="ToolbarOverlayContainerType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="false" name="horizontal" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="supported-overlay-layout" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="ToolbarOverlayContainer" substitutionGroup="engine:VisualElement" xmlns:q2="UnityEditor.Overlays" type="q2:ToolbarOverlayContainerType" /> |
||||||
|
</xs:schema> |
@ -0,0 +1,554 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.ShortcutManagement" elementFormDefault="qualified" targetNamespace="UnityEditor.PackageManager.UI.Internal" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
||||||
|
<xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" /> |
||||||
|
<xs:complexType name="PackageToolbarType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="PackageToolbar" substitutionGroup="engine:VisualElement" xmlns:q1="UnityEditor.PackageManager.UI.Internal" type="q1:PackageToolbarType" /> |
||||||
|
<xs:complexType name="PackagePlatformListType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="PackagePlatformList" substitutionGroup="engine:VisualElement" xmlns:q2="UnityEditor.PackageManager.UI.Internal" type="q2:PackagePlatformListType" /> |
||||||
|
<xs:complexType name="DropdownButtonType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="DropdownButton" substitutionGroup="engine:VisualElement" xmlns:q3="UnityEditor.PackageManager.UI.Internal" type="q3:DropdownButtonType" /> |
||||||
|
<xs:complexType name="ExtendableToolbarMenuType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="text" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="false" name="display-tooltip-when-elided" type="xs:boolean" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="ExtendableToolbarMenu" substitutionGroup="engine:VisualElement" xmlns:q4="UnityEditor.PackageManager.UI.Internal" type="q4:ExtendableToolbarMenuType" /> |
||||||
|
<xs:complexType name="PackageManagerToolbarType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="PackageManagerToolbar" substitutionGroup="engine:VisualElement" xmlns:q5="UnityEditor.PackageManager.UI.Internal" type="q5:PackageManagerToolbarType" /> |
||||||
|
<xs:complexType name="ScopedRegistriesSettingsType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="ScopedRegistriesSettings" substitutionGroup="engine:VisualElement" xmlns:q6="UnityEditor.PackageManager.UI.Internal" type="q6:ScopedRegistriesSettingsType" /> |
||||||
|
<xs:complexType name="AlertType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="Alert" substitutionGroup="engine:VisualElement" xmlns:q7="UnityEditor.PackageManager.UI.Internal" type="q7:AlertType" /> |
||||||
|
<xs:complexType name="PackageTagLabelType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="text" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="false" name="display-tooltip-when-elided" type="xs:boolean" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="PackageTagLabel" substitutionGroup="engine:VisualElement" xmlns:q8="UnityEditor.PackageManager.UI.Internal" type="q8:PackageTagLabelType" /> |
||||||
|
<xs:complexType name="PackageDetailsLinksType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="PackageDetailsLinks" substitutionGroup="engine:VisualElement" xmlns:q9="UnityEditor.PackageManager.UI.Internal" type="q9:PackageDetailsLinksType" /> |
||||||
|
<xs:complexType name="MultiSelectDetailsType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="MultiSelectDetails" substitutionGroup="engine:VisualElement" xmlns:q10="UnityEditor.PackageManager.UI.Internal" type="q10:MultiSelectDetailsType" /> |
||||||
|
<xs:complexType name="ToolbarWindowMenuType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="text" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="false" name="display-tooltip-when-elided" type="xs:boolean" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="ToolbarWindowMenu" substitutionGroup="engine:VisualElement" xmlns:q11="UnityEditor.PackageManager.UI.Internal" type="q11:ToolbarWindowMenuType" /> |
||||||
|
<xs:complexType name="TagLabelListType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="TagLabelList" substitutionGroup="engine:VisualElement" xmlns:q12="UnityEditor.PackageManager.UI.Internal" type="q12:TagLabelListType" /> |
||||||
|
<xs:complexType name="PackageDetailsBodyType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="PackageDetailsBody" substitutionGroup="engine:VisualElement" xmlns:q13="UnityEditor.PackageManager.UI.Internal" type="q13:PackageDetailsBodyType" /> |
||||||
|
<xs:complexType name="PackageListViewType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="PackageListView" substitutionGroup="engine:VisualElement" xmlns:q14="UnityEditor.PackageManager.UI.Internal" type="q14:PackageListViewType" /> |
||||||
|
<xs:complexType name="InProgressViewType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="InProgressView" substitutionGroup="engine:VisualElement" xmlns:q15="UnityEditor.PackageManager.UI.Internal" type="q15:InProgressViewType" /> |
||||||
|
<xs:complexType name="PackageListScrollViewType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="PackageListScrollView" substitutionGroup="engine:VisualElement" xmlns:q16="UnityEditor.PackageManager.UI.Internal" type="q16:PackageListScrollViewType" /> |
||||||
|
<xs:complexType name="PackageDetailsType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="PackageDetails" substitutionGroup="engine:VisualElement" xmlns:q17="UnityEditor.PackageManager.UI.Internal" type="q17:PackageDetailsType" /> |
||||||
|
<xs:complexType name="PackageDetailsTabViewType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="PackageDetailsTabView" substitutionGroup="engine:VisualElement" xmlns:q18="UnityEditor.PackageManager.UI.Internal" type="q18:PackageDetailsTabViewType" /> |
||||||
|
<xs:complexType name="PackageLoadBarType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="PackageLoadBar" substitutionGroup="engine:VisualElement" xmlns:q19="UnityEditor.PackageManager.UI.Internal" type="q19:PackageLoadBarType" /> |
||||||
|
<xs:complexType name="LoadingSpinnerType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="LoadingSpinner" substitutionGroup="engine:VisualElement" xmlns:q20="UnityEditor.PackageManager.UI.Internal" type="q20:LoadingSpinnerType" /> |
||||||
|
<xs:complexType name="PackageSubPageFilterBarType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="PackageSubPageFilterBar" substitutionGroup="engine:VisualElement" xmlns:q21="UnityEditor.PackageManager.UI.Internal" type="q21:PackageSubPageFilterBarType" /> |
||||||
|
<xs:complexType name="PackageDetailsHeaderType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="PackageDetailsHeader" substitutionGroup="engine:VisualElement" xmlns:q22="UnityEditor.PackageManager.UI.Internal" type="q22:PackageDetailsHeaderType" /> |
||||||
|
<xs:complexType name="PackageListType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="PackageList" substitutionGroup="engine:VisualElement" xmlns:q23="UnityEditor.PackageManager.UI.Internal" type="q23:PackageListType" /> |
||||||
|
<xs:complexType name="PackageStatusBarType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="PackageStatusBar" substitutionGroup="engine:VisualElement" xmlns:q24="UnityEditor.PackageManager.UI.Internal" type="q24:PackageStatusBarType" /> |
||||||
|
<xs:complexType name="SelectableLabelType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="text" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="false" name="display-tooltip-when-elided" type="xs:boolean" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="SelectableLabel" substitutionGroup="engine:VisualElement" xmlns:q25="UnityEditor.PackageManager.UI.Internal" type="q25:SelectableLabelType" /> |
||||||
|
<xs:complexType name="ProgressBarType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="ProgressBar" substitutionGroup="engine:VisualElement" xmlns:q26="UnityEditor.PackageManager.UI.Internal" type="q26:ProgressBarType" /> |
||||||
|
</xs:schema> |
@ -0,0 +1,28 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.ShortcutManagement" elementFormDefault="qualified" targetNamespace="UnityEditor.Search" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
||||||
|
<xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" /> |
||||||
|
<xs:complexType name="ObjectFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="null" name="type" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="ObjectField" substitutionGroup="engine:VisualElement" xmlns:q1="UnityEditor.Search" type="q1:ObjectFieldType" /> |
||||||
|
</xs:schema> |
@ -0,0 +1,46 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.ShortcutManagement" elementFormDefault="qualified" targetNamespace="UnityEditor.ShortcutManagement" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
||||||
|
<xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" /> |
||||||
|
<xs:complexType name="ShortcutPopupSearchFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="ShortcutPopupSearchField" substitutionGroup="engine:VisualElement" type="ShortcutPopupSearchFieldType" /> |
||||||
|
<xs:complexType name="ShortcutSearchFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="ShortcutSearchField" substitutionGroup="engine:VisualElement" type="ShortcutSearchFieldType" /> |
||||||
|
</xs:schema> |
@ -0,0 +1,217 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.ShortcutManagement" elementFormDefault="qualified" targetNamespace="UnityEditor.Tilemaps" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
||||||
|
<xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" /> |
||||||
|
<xs:complexType name="TilePaletteActiveTargetsPopupType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="TilePaletteActiveTargetsPopup" substitutionGroup="engine:VisualElement" xmlns:q1="UnityEditor.Tilemaps" type="q1:TilePaletteActiveTargetsPopupType" /> |
||||||
|
<xs:complexType name="TilePaletteBrushInspectorElementType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="TilePaletteBrushInspectorElement" substitutionGroup="engine:VisualElement" xmlns:q2="UnityEditor.Tilemaps" type="q2:TilePaletteBrushInspectorElementType" /> |
||||||
|
<xs:complexType name="TilePaletteClipboardElementType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="TilePaletteClipboardElement" substitutionGroup="engine:VisualElement" xmlns:q3="UnityEditor.Tilemaps" type="q3:TilePaletteClipboardElementType" /> |
||||||
|
<xs:complexType name="TilePaletteActivePalettePopupType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="TilePaletteActivePalettePopup" substitutionGroup="engine:VisualElement" xmlns:q4="UnityEditor.Tilemaps" type="q4:TilePaletteActivePalettePopupType" /> |
||||||
|
<xs:complexType name="TilePaletteBrushesPopupType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="TilePaletteBrushesPopup" substitutionGroup="engine:VisualElement" xmlns:q5="UnityEditor.Tilemaps" type="q5:TilePaletteBrushesPopupType" /> |
||||||
|
<xs:complexType name="TilePaletteFocusDropdownType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="text" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="false" name="display-tooltip-when-elided" type="xs:boolean" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="TilePaletteFocusDropdown" substitutionGroup="engine:VisualElement" xmlns:q6="UnityEditor.Tilemaps" type="q6:TilePaletteFocusDropdownType" /> |
||||||
|
<xs:complexType name="TilePaletteBrushesLabelType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="text" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="false" name="display-tooltip-when-elided" type="xs:boolean" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="TilePaletteBrushesLabel" substitutionGroup="engine:VisualElement" xmlns:q7="UnityEditor.Tilemaps" type="q7:TilePaletteBrushesLabelType" /> |
||||||
|
<xs:complexType name="GridPaintingToolbarType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="GridPaintingToolbar" substitutionGroup="engine:VisualElement" xmlns:q8="UnityEditor.Tilemaps" type="q8:GridPaintingToolbarType" /> |
||||||
|
<xs:complexType name="TilePaletteBrushesButtonType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="text" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="false" name="display-tooltip-when-elided" type="xs:boolean" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="TilePaletteBrushesButton" substitutionGroup="engine:VisualElement" xmlns:q9="UnityEditor.Tilemaps" type="q9:TilePaletteBrushesButtonType" /> |
||||||
|
<xs:complexType name="TilePaletteElementType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="TilePaletteElement" substitutionGroup="engine:VisualElement" xmlns:q10="UnityEditor.Tilemaps" type="q10:TilePaletteElementType" /> |
||||||
|
</xs:schema> |
@ -0,0 +1,25 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.ShortcutManagement" elementFormDefault="qualified" targetNamespace="UnityEditor.UIElements.Debugger" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
||||||
|
<xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" /> |
||||||
|
<xs:complexType name="EventTypeSearchFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="EventTypeSearchField" substitutionGroup="engine:VisualElement" xmlns:q1="UnityEditor.UIElements.Debugger" type="q1:EventTypeSearchFieldType" /> |
||||||
|
</xs:schema> |
@ -0,0 +1,563 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.ShortcutManagement" elementFormDefault="qualified" targetNamespace="UnityEditor.UIElements" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
||||||
|
<xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" /> |
||||||
|
<xs:simpleType name="PropertyControl_value-type_Type"> |
||||||
|
<xs:restriction base="xs:string"> |
||||||
|
<xs:enumeration value="Long" /> |
||||||
|
<xs:enumeration value="Double" /> |
||||||
|
<xs:enumeration value="Int" /> |
||||||
|
<xs:enumeration value="Float" /> |
||||||
|
<xs:enumeration value="String" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:simpleType> |
||||||
|
<xs:complexType name="PropertyControlType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute name="value-type" type="editor:PropertyControl_value-type_Type" use="required" /> |
||||||
|
<xs:attribute default="" name="value" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="PropertyControl" substitutionGroup="engine:VisualElement" type="editor:PropertyControlType" /> |
||||||
|
<xs:complexType name="GradientFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="GradientField" substitutionGroup="engine:VisualElement" type="editor:GradientFieldType" /> |
||||||
|
<xs:complexType name="PropertyFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="PropertyField" substitutionGroup="engine:VisualElement" type="editor:PropertyFieldType" /> |
||||||
|
<xs:complexType name="ToolbarToggleType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="false" name="value" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="text" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="ToolbarToggle" substitutionGroup="engine:VisualElement" type="editor:ToolbarToggleType" /> |
||||||
|
<xs:complexType name="MaskFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="choices" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="0" name="value" type="xs:int" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="MaskField" substitutionGroup="engine:VisualElement" type="editor:MaskFieldType" /> |
||||||
|
<xs:complexType name="UnityEventItemType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="UnityEventItem" substitutionGroup="engine:VisualElement" type="editor:UnityEventItemType" /> |
||||||
|
<xs:complexType name="ToolbarPopupSearchFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="ToolbarPopupSearchField" substitutionGroup="engine:VisualElement" type="editor:ToolbarPopupSearchFieldType" /> |
||||||
|
<xs:complexType name="ToolbarSearchFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="ToolbarSearchField" substitutionGroup="engine:VisualElement" type="editor:ToolbarSearchFieldType" /> |
||||||
|
<xs:complexType name="CurveFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="CurveField" substitutionGroup="engine:VisualElement" type="editor:CurveFieldType" /> |
||||||
|
<xs:complexType name="ToolbarType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="Toolbar" substitutionGroup="engine:VisualElement" type="editor:ToolbarType" /> |
||||||
|
<xs:complexType name="ToolbarMenuType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="text" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="false" name="display-tooltip-when-elided" type="xs:boolean" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="ToolbarMenu" substitutionGroup="engine:VisualElement" type="editor:ToolbarMenuType" /> |
||||||
|
<xs:complexType name="MinMaxGradientFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="MinMaxGradientField" substitutionGroup="engine:VisualElement" type="editor:MinMaxGradientFieldType" /> |
||||||
|
<xs:complexType name="DropdownOptionListItemType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="DropdownOptionListItem" substitutionGroup="engine:VisualElement" type="editor:DropdownOptionListItemType" /> |
||||||
|
<xs:complexType name="VisualSplitterType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="VisualSplitter" substitutionGroup="engine:VisualElement" type="editor:VisualSplitterType" /> |
||||||
|
<xs:complexType name="ColorFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="RGBA(0.000, 0.000, 0.000, 1.000)" name="value" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="true" name="show-eye-dropper" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="true" name="show-alpha" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="false" name="hdr" type="xs:boolean" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="ColorField" substitutionGroup="engine:VisualElement" type="editor:ColorFieldType" /> |
||||||
|
<xs:complexType name="ToolbarSpacerType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="ToolbarSpacer" substitutionGroup="engine:VisualElement" type="editor:ToolbarSpacerType" /> |
||||||
|
<xs:complexType name="ObjectFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="true" name="allow-scene-objects" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="UnityEngine.Object" name="type" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="ObjectField" substitutionGroup="engine:VisualElement" type="editor:ObjectFieldType" /> |
||||||
|
<xs:complexType name="EnumFlagsFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="null" name="type" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="value" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="false" name="include-obsolete-values" type="xs:boolean" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="EnumFlagsField" substitutionGroup="engine:VisualElement" type="editor:EnumFlagsFieldType" /> |
||||||
|
<xs:complexType name="ToolbarBreadcrumbsType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="ToolbarBreadcrumbs" substitutionGroup="engine:VisualElement" type="editor:ToolbarBreadcrumbsType" /> |
||||||
|
<xs:complexType name="InspectorElementType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Ignore" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="InspectorElement" substitutionGroup="engine:VisualElement" type="editor:InspectorElementType" /> |
||||||
|
<xs:complexType name="LayerMaskFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="0" name="value" type="xs:int" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="LayerMaskField" substitutionGroup="engine:VisualElement" type="editor:LayerMaskFieldType" /> |
||||||
|
<xs:complexType name="ToolbarButtonType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="text" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="false" name="display-tooltip-when-elided" type="xs:boolean" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="ToolbarButton" substitutionGroup="engine:VisualElement" type="editor:ToolbarButtonType" /> |
||||||
|
<xs:complexType name="TagFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="value" type="xs:string" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="TagField" substitutionGroup="engine:VisualElement" type="editor:TagFieldType" /> |
||||||
|
<xs:complexType name="LayerFieldType"> |
||||||
|
<xs:complexContent mixed="false"> |
||||||
|
<xs:restriction base="engine:VisualElementType"> |
||||||
|
<xs:sequence minOccurs="0" maxOccurs="unbounded"> |
||||||
|
<xs:element ref="engine:VisualElement" /> |
||||||
|
</xs:sequence> |
||||||
|
<xs:attribute default="" name="name" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" /> |
||||||
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" /> |
||||||
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" /> |
||||||
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" /> |
||||||
|
<xs:attribute default="" name="class" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="style" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="" name="label" type="xs:string" use="optional" /> |
||||||
|
<xs:attribute default="0" name="value" type="xs:int" use="optional" /> |
||||||
|
<xs:anyAttribute processContents="lax" /> |
||||||
|
</xs:restriction> |
||||||
|
</xs:complexContent> |
||||||
|
</xs:complexType> |
||||||
|
<xs:element name="LayerField" substitutionGroup="engine:VisualElement" type="editor:LayerFieldType" /> |
||||||
|
</xs:schema> |
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,13 @@ |
|||||||
|
{ |
||||||
|
"name": "Assets", |
||||||
|
"roots": ["Assets"], |
||||||
|
"includes": [], |
||||||
|
"excludes": [], |
||||||
|
"options": { |
||||||
|
"types": true, |
||||||
|
"properties": true, |
||||||
|
"extended": false, |
||||||
|
"dependencies": false |
||||||
|
}, |
||||||
|
"baseScore": 999 |
||||||
|
} |
@ -0,0 +1,75 @@ |
|||||||
|
trackSelection = true |
||||||
|
refreshSearchWindowsInPlayMode = false |
||||||
|
fetchPreview = true |
||||||
|
defaultFlags = 0 |
||||||
|
keepOpen = false |
||||||
|
queryFolder = "Assets" |
||||||
|
onBoardingDoNotAskAgain = true |
||||||
|
showPackageIndexes = false |
||||||
|
showStatusBar = false |
||||||
|
scopes = { |
||||||
|
} |
||||||
|
providers = { |
||||||
|
log = { |
||||||
|
active = false |
||||||
|
priority = 210 |
||||||
|
defaultAction = null |
||||||
|
} |
||||||
|
performance = { |
||||||
|
active = false |
||||||
|
priority = 100 |
||||||
|
defaultAction = null |
||||||
|
} |
||||||
|
asset = { |
||||||
|
active = true |
||||||
|
priority = 25 |
||||||
|
defaultAction = null |
||||||
|
} |
||||||
|
packages = { |
||||||
|
active = true |
||||||
|
priority = 90 |
||||||
|
defaultAction = null |
||||||
|
} |
||||||
|
profilermarkers = { |
||||||
|
active = false |
||||||
|
priority = 100 |
||||||
|
defaultAction = null |
||||||
|
} |
||||||
|
find = { |
||||||
|
active = true |
||||||
|
priority = 25 |
||||||
|
defaultAction = null |
||||||
|
} |
||||||
|
scene = { |
||||||
|
active = true |
||||||
|
priority = 50 |
||||||
|
defaultAction = null |
||||||
|
} |
||||||
|
store = { |
||||||
|
active = true |
||||||
|
priority = 100 |
||||||
|
defaultAction = null |
||||||
|
} |
||||||
|
adb = { |
||||||
|
active = false |
||||||
|
priority = 2500 |
||||||
|
defaultAction = null |
||||||
|
} |
||||||
|
} |
||||||
|
objectSelectors = { |
||||||
|
} |
||||||
|
recentSearches = [ |
||||||
|
] |
||||||
|
searchItemFavorites = [ |
||||||
|
] |
||||||
|
savedSearchesSortOrder = 0 |
||||||
|
showSavedSearchPanel = false |
||||||
|
hideTabs = false |
||||||
|
expandedQueries = [ |
||||||
|
] |
||||||
|
queryBuilder = false |
||||||
|
ignoredProperties = "id;name;classname;imagecontentshash" |
||||||
|
helperWidgetCurrentArea = "all" |
||||||
|
disabledIndexers = "" |
||||||
|
minIndexVariations = 2 |
||||||
|
findProviderIndexHelper = true |
Loading…
Reference in new issue