Add a new Pause Menu UI (UXML, USS, TSS, asset/meta) and related UI folder metadata. Add new terrain assets and TerrainData files, plus lighting settings for the 2.5d demo scene. Import a new character model (X Bot.fbx) with its importer meta and new characters folder. Update SampleScene and LFS pointers, and refresh render pipeline settings (Mobile RP & URP global settings) and project/package settings. Tweak multiple material files: align _Color with BaseColor, add SHADOWCASTER to disabled shader passes for Ellen materials, and assign a missing main texture for Vincent_Hero_High_diffuse.
52 lines
4.2 KiB
XML
52 lines
4.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.Accessibility" 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:attribute default="" name="name" type="xs:string" use="optional" />
|
|
<xs:attribute default="true" name="enabled" type="xs:boolean" 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="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
|
|
<xs:attribute default="" name="data-source" type="xs:string" use="optional" />
|
|
<xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
|
|
<xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
|
|
<xs:attribute default="" name="placeholder-text" type="xs:string" use="optional" />
|
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" />
|
|
<xs:attribute default="" name="class" 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" xmlns:q1="UnityEditor.ShortcutManagement" type="q1:ShortcutPopupSearchFieldType" />
|
|
<xs:complexType name="ShortcutSearchFieldType">
|
|
<xs:complexContent mixed="false">
|
|
<xs:restriction base="engine:VisualElementType">
|
|
<xs:attribute default="" name="name" type="xs:string" use="optional" />
|
|
<xs:attribute default="true" name="enabled" type="xs:boolean" 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="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
|
|
<xs:attribute default="" name="data-source" type="xs:string" use="optional" />
|
|
<xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
|
|
<xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
|
|
<xs:attribute default="" name="placeholder-text" type="xs:string" use="optional" />
|
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" />
|
|
<xs:attribute default="" name="class" 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" xmlns:q2="UnityEditor.ShortcutManagement" type="q2:ShortcutSearchFieldType" />
|
|
</xs:schema> |