-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove all refences to runtime builder convention
- Loading branch information
Showing
7 changed files
with
31 additions
and
39 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
54 changes: 27 additions & 27 deletions
54
Editor/EcsactRuntimeBuilderSettings.uxml → Editor/EcsactBuildSettings.uxml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False"> | ||
<ui:VisualElement> | ||
<ui:TextField picking-mode="Ignore" label="Runtime Output Path" value="Assets/Plugins/EcsactRuntime" text="Assets/Plugins/EcsactRuntime" multiline="false" binding-path="runtimeBuilderOutputPath" /> | ||
<ui:VisualElement tooltip="Generated runtime dynamic library for Windows" style="flex-direction: row;"> | ||
<ui:Label text="Assets/Plugins/EcsactRuntime" display-tooltip-when-elided="true" binding-path="runtimeBuilderOutputPath" style="padding-left: 160px; font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-right: 0;" /> | ||
<ui:Label text=".dll" display-tooltip-when-elided="true" style="font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-left: 0;" /> | ||
</ui:VisualElement> | ||
<ui:VisualElement tooltip="Generated runtime dynamic library for macOS" style="flex-direction: row;"> | ||
<ui:Label text="Assets/Plugins/EcsactRuntime" display-tooltip-when-elided="true" binding-path="runtimeBuilderOutputPath" style="padding-left: 160px; font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-right: 0;" /> | ||
<ui:Label text=".dylib" display-tooltip-when-elided="true" style="font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-left: 0;" /> | ||
</ui:VisualElement> | ||
<ui:VisualElement tooltip="Generated runtime dynamic library for Linux" style="flex-direction: row;"> | ||
<ui:Label text="Assets/Plugins/EcsactRuntime" display-tooltip-when-elided="true" binding-path="runtimeBuilderOutputPath" style="padding-left: 160px; font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-right: 0;" /> | ||
<ui:Label text=".so" display-tooltip-when-elided="true" style="font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-left: 0;" /> | ||
</ui:VisualElement> | ||
<ui:VisualElement tooltip="Generated runtime dynamic library for WebAssembly platforms" style="flex-direction: row;"> | ||
<ui:Label text="Assets/Plugins/EcsactRuntime" display-tooltip-when-elided="true" binding-path="runtimeBuilderOutputPath" style="padding-left: 160px; font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-right: 0;" /> | ||
<ui:Label text=".wasm" display-tooltip-when-elided="true" style="font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-left: 0;" /> | ||
</ui:VisualElement> | ||
<ui:Toggle label="Debug" binding-path="runtimeBuilderDebugBuild" /> | ||
<ui:Toggle label="Log Stderr" binding-path="runtimeBuilderPrintSubcommandStderr" /> | ||
<ui:Toggle label="Log Stdout" binding-path="runtimeBuilderPrintSubcommandStdout" /> | ||
<ui:TextField picking-mode="Ignore" label="Compiler Path" multiline="false" binding-path="runtimeBuilderCompilerPath" /> | ||
<ui:DropdownField label="Recipes" index="0" name="Recipes" binding-path="recipePath" /> | ||
<ui:TextField picking-mode="Ignore" label="Temp Directory" multiline="false" binding-path="runtimeBuilderTempDirectory" /> | ||
</ui:VisualElement> | ||
</ui:UXML> | ||
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False"> | ||
<ui:VisualElement> | ||
<ui:TextField picking-mode="Ignore" label="Runtime Output Path" value="Assets/Plugins/EcsactRuntime" text="Assets/Plugins/EcsactRuntime" multiline="false" binding-path="runtimeBuilderOutputPath" /> | ||
<ui:VisualElement tooltip="Generated runtime dynamic library for Windows" style="flex-direction: row;"> | ||
<ui:Label text="Assets/Plugins/EcsactRuntime" display-tooltip-when-elided="true" binding-path="runtimeBuilderOutputPath" style="padding-left: 160px; font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-right: 0;" /> | ||
<ui:Label text=".dll" display-tooltip-when-elided="true" style="font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-left: 0;" /> | ||
</ui:VisualElement> | ||
<ui:VisualElement tooltip="Generated runtime dynamic library for macOS" style="flex-direction: row;"> | ||
<ui:Label text="Assets/Plugins/EcsactRuntime" display-tooltip-when-elided="true" binding-path="runtimeBuilderOutputPath" style="padding-left: 160px; font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-right: 0;" /> | ||
<ui:Label text=".dylib" display-tooltip-when-elided="true" style="font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-left: 0;" /> | ||
</ui:VisualElement> | ||
<ui:VisualElement tooltip="Generated runtime dynamic library for Linux" style="flex-direction: row;"> | ||
<ui:Label text="Assets/Plugins/EcsactRuntime" display-tooltip-when-elided="true" binding-path="runtimeBuilderOutputPath" style="padding-left: 160px; font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-right: 0;" /> | ||
<ui:Label text=".so" display-tooltip-when-elided="true" style="font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-left: 0;" /> | ||
</ui:VisualElement> | ||
<ui:VisualElement tooltip="Generated runtime dynamic library for WebAssembly platforms" style="flex-direction: row;"> | ||
<ui:Label text="Assets/Plugins/EcsactRuntime" display-tooltip-when-elided="true" binding-path="runtimeBuilderOutputPath" style="padding-left: 160px; font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-right: 0;" /> | ||
<ui:Label text=".wasm" display-tooltip-when-elided="true" style="font-size: 10px; color: rgba(210, 210, 210, 0.47); padding-left: 0;" /> | ||
</ui:VisualElement> | ||
<ui:Toggle label="Debug" binding-path="runtimeBuilderDebugBuild" /> | ||
<ui:Toggle label="Log Stderr" binding-path="runtimeBuilderPrintSubcommandStderr" /> | ||
<ui:Toggle label="Log Stdout" binding-path="runtimeBuilderPrintSubcommandStdout" /> | ||
<ui:TextField picking-mode="Ignore" label="Compiler Path" multiline="false" binding-path="runtimeBuilderCompilerPath" /> | ||
<ui:DropdownField label="Recipes" index="0" name="Recipes" binding-path="recipePath" /> | ||
<ui:TextField picking-mode="Ignore" label="Temp Directory" multiline="false" binding-path="runtimeBuilderTempDirectory" /> | ||
</ui:VisualElement> | ||
</ui:UXML> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters