【m】插件上传
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<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="True">
|
||||
<ui:VisualElement name="renderStreamingContainer">
|
||||
<ui:Label text="Render Streaming" name="titleLabel"/>
|
||||
<ui:VisualElement name="renderStreamingSettingsSelector" />
|
||||
<ui:VisualElement name="settingsPropertyContainer" />
|
||||
</ui:VisualElement>
|
||||
</ui:UXML>
|
||||
@@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 310fa75d749d10549a0b61accad9c37d
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
||||
23
Packages/com.unity.renderstreaming@3.1.0-exp.9/Editor/UXML/RenderStreamingWizard.uxml
vendored
Normal file
23
Packages/com.unity.renderstreaming@3.1.0-exp.9/Editor/UXML/RenderStreamingWizard.uxml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements"
|
||||
xmlns:urs="Unity.RenderStreaming.Editor.UI"
|
||||
xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements"
|
||||
noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
|
||||
<ui:ScrollView name="renderStreamingWizardContainer">
|
||||
<ui:VisualElement class="normal" name="checkUpdateContainer"/>
|
||||
<ui:VisualElement class="scope-box" name="currentSettingsContainer">
|
||||
<ui:Label class="h1" text="Project Settings"/>
|
||||
</ui:VisualElement>
|
||||
<ui:VisualElement class="scope-box" name="configurationCheckingContainer">
|
||||
<ui:Label class="h1" text="Configuration Checking"/>
|
||||
<ui:Button class="fix-all" name="fixAllButton" text="Fix All"/>
|
||||
<ui:Label class="h2" name="title" text="Playmode Settings"/>
|
||||
<ui:VisualElement class="inner-box" name="playmodeCheckButtons"/>
|
||||
<ui:Label class="h2" name="title" text="Build Settings"/>
|
||||
<ui:VisualElement class="inner-box" name="buildSettingsCheckButtons"/>
|
||||
</ui:VisualElement>
|
||||
<ui:VisualElement class="scope-box normal" name="webappContainer">
|
||||
<ui:Label class="h1" text="WebApp"/>
|
||||
</ui:VisualElement>
|
||||
<ui:VisualElement name="wizardCheckboxContainer" />
|
||||
</ui:ScrollView>
|
||||
</ui:UXML>
|
||||
3
Packages/com.unity.renderstreaming@3.1.0-exp.9/Editor/UXML/RenderStreamingWizard.uxml.meta
vendored
Normal file
3
Packages/com.unity.renderstreaming@3.1.0-exp.9/Editor/UXML/RenderStreamingWizard.uxml.meta
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 616659ab6b4f4e4e935ec9b1754bbc2f
|
||||
timeCreated: 1673919559
|
||||
Reference in New Issue
Block a user