first commit

This commit is contained in:
Chris
2025-03-12 14:22:16 -04:00
commit 0ad0c01249
1999 changed files with 189708 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,8 @@
<engine:UXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:engine="UnityEngine.UIElements" xmlns:editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
<Style src="project://database/Assets/Core/UI/Editor/Stylesheets/WildsEditors.uss?fileID=7433441132597879392&amp;guid=a6bd99e5b08b3de4190806c83ae5dfff&amp;type=3#WildsEditors" />
<engine:VisualElement style="flex-grow: 0; padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px;">
<engine:VisualElement style="flex-grow: 1; background-color: rgba(65, 65, 65, 0.98); padding-top: 6px; padding-right: 6px; padding-bottom: 6px; padding-left: 6px; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;">
<engine:Foldout text="Default Inspector&#10;" name="DefaultFoldout" style="padding-top: 10px; padding-right: 20px; padding-bottom: 5px; padding-left: 20px;" />
</engine:VisualElement>
</engine:VisualElement>
</engine:UXML>

View File

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

View File

@@ -0,0 +1,19 @@
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="True">
<Style src="project://database/Assets/Core/UI/Editor/Stylesheets/WildsEditors.uss?fileID=7433441132597879392&amp;guid=a6bd99e5b08b3de4190806c83ae5dfff&amp;type=3#WildsEditors" />
<ui:VisualElement name="Vector2DViewer" class="analogGraph" style="height: 336px;">
<ui:VisualElement name="Background" style="position: absolute;" />
<ui:VisualElement name="GraphContainer" style="flex-grow: 1; position: absolute; width: 100%; height: 100%; padding-top: 6px; padding-right: 6px; padding-bottom: 6px; padding-left: 6px;">
<ui:VisualElement name="Graph" style="flex-grow: 1; background-image: url(&quot;project://database/Assets/Core/UI/Editor/Graphics/EditorRsc-Vector2Graph.png?fileID=2800000&amp;guid=86e57470e4f0e904ebd93d52cb02fe36&amp;type=3#EditorRsc-Vector2Graph&quot;); -unity-background-image-tint-color: rgba(143, 153, 255, 0.38); background-color: rgba(17, 3, 3, 0.03);" />
</ui:VisualElement>
<ui:VisualElement name="Vector2DCursor" focusable="true" style="flex-grow: 1; justify-content: center; padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px;">
<ui:VisualElement name="CursorCenter" style="flex-grow: 0; position: relative; width: 50%; height: 50%; flex-direction: row; justify-content: center; align-items: center; flex-shrink: 0; align-self: center; align-content: center;">
<ui:VisualElement name="Cursor" style="position: relative; top: 0; left: 0;">
<Bindings>
<ui:DataBinding property="style.top" data-source-path="y" binding-mode="ToTarget" source-to-ui-converters="Normalized to Percent (Inverted)" data-source-type="UnityEngine.Vector2, UnityEngine.CoreModule" />
<ui:DataBinding property="style.left" data-source-path="y" binding-mode="ToTarget" source-to-ui-converters="Normalized to Percent" data-source-type="UnityEngine.Vector2, UnityEngine.CoreModule" />
</Bindings>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
</ui:UXML>

View File

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

View File

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

View File

@@ -0,0 +1,44 @@
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="True">
<Style src="project://database/Assets/Core/UI/Editor/Stylesheets/WildsEditors.uss?fileID=7433441132597879392&amp;guid=a6bd99e5b08b3de4190806c83ae5dfff&amp;type=3#WildsEditors" />
<ui:VisualElement name="VisualElement" data-source-type="PlayerControls, Assembly-CSharp" style="flex-grow: 0; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; flex-direction: row;">
<ui:VisualElement name="LeftStickInpputContainer" template="Vector2DViewer" style="flex-grow: 1;">
<Style src="project://database/Assets/Core/UI/Editor/Stylesheets/WildsEditors.uss?fileID=7433441132597879392&amp;guid=a6bd99e5b08b3de4190806c83ae5dfff&amp;type=3#WildsEditors" />
<ui:VisualElement name="Vector2DViewer" class="analogGraph">
<ui:VisualElement name="Background" style="position: absolute;" />
<ui:VisualElement name="GraphContainer" style="flex-grow: 1; position: absolute; width: 100%; height: 100%; padding-top: 6px; padding-right: 6px; padding-bottom: 6px; padding-left: 6px;">
<ui:VisualElement name="Graph" style="flex-grow: 1; background-image: url(&quot;project://database/Assets/Core/UI/Editor/Graphics/EditorRsc-Vector2Graph.png?fileID=2800000&amp;guid=86e57470e4f0e904ebd93d52cb02fe36&amp;type=3#EditorRsc-Vector2Graph&quot;); -unity-background-image-tint-color: rgba(143, 153, 255, 0.38); background-color: rgba(17, 3, 3, 0.03);" />
</ui:VisualElement>
<ui:VisualElement name="CursorContainer" style="flex-grow: 1; justify-content: center; padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px;">
<ui:VisualElement name="CursorCenter" style="flex-grow: 0; position: relative; width: 50%; height: 50%; flex-direction: row; justify-content: center; align-items: center; flex-shrink: 0; align-self: center; align-content: center;">
<ui:VisualElement name="Cursor" data-source-type="PlayerControls, Assembly-CSharp" enabled="true" style="position: relative; top: 0; left: 0;">
<Bindings>
<ui:DataBinding property="style.top" binding-mode="ToTarget" source-to-ui-converters="Normalized to Percent (Inverted)" data-source-type="PlayerControls, Assembly-CSharp" data-source-path="rawMoveInput.y" />
<ui:DataBinding property="style.left" data-source-path="rawMoveInput.x" binding-mode="ToTarget" source-to-ui-converters="Normalized to Percent" data-source-type="PlayerControls, Assembly-CSharp" />
</Bindings>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="Spacer" style="flex-grow: 0; width: 10px;" />
<ui:VisualElement template="Vector2DViewer" style="flex-grow: 1;">
<Style src="project://database/Assets/Core/UI/Editor/Stylesheets/WildsEditors.uss?fileID=7433441132597879392&amp;guid=a6bd99e5b08b3de4190806c83ae5dfff&amp;type=3#WildsEditors" />
<ui:VisualElement name="Vector2DViewer" class="analogGraph">
<ui:VisualElement name="Background" style="position: absolute;" />
<ui:VisualElement name="GraphContainer" style="flex-grow: 1; position: absolute; width: 100%; height: 100%; padding-top: 6px; padding-right: 6px; padding-bottom: 6px; padding-left: 6px;">
<ui:VisualElement name="Graph" style="flex-grow: 1; background-image: url(&quot;project://database/Assets/Core/UI/Editor/Graphics/EditorRsc-Vector2Graph.png?fileID=2800000&amp;guid=86e57470e4f0e904ebd93d52cb02fe36&amp;type=3#EditorRsc-Vector2Graph&quot;); -unity-background-image-tint-color: rgba(143, 153, 255, 0.38); background-color: rgba(17, 3, 3, 0.03);" />
</ui:VisualElement>
<ui:VisualElement name="CursorContainer" style="flex-grow: 1; justify-content: center; padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px;">
<ui:VisualElement name="CursorCenter" style="flex-grow: 0; position: relative; width: 50%; height: 50%; flex-direction: row; justify-content: center; align-items: center; flex-shrink: 0; align-self: center; align-content: center;">
<ui:VisualElement name="Cursor" data-source-type="UnityEngine.Vector2, UnityEngine.CoreModule" style="position: relative; top: 0; left: 0;">
<Bindings>
<ui:DataBinding property="style.top" binding-mode="ToTarget" source-to-ui-converters="Normalized to Percent (Inverted)" data-source-type="PlayerControls, Assembly-CSharp" data-source-path="rawLookInput.y" />
<ui:DataBinding property="style.left" data-source-path="rawLookInput.x" binding-mode="ToTarget" source-to-ui-converters="Normalized to Percent" data-source-type="PlayerControls, Assembly-CSharp" />
</Bindings>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
</ui:UXML>

View File

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

View File

@@ -0,0 +1,168 @@
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="True">
<Style src="project://database/Assets/Core/UI/Editor/Stylesheets/WildsEditors.uss?fileID=7433441132597879392&amp;guid=a6bd99e5b08b3de4190806c83ae5dfff&amp;type=3#WildsEditors" />
<Style src="project://database/Assets/Core/UI/Editor/Stylesheets/PlayerMovementStyles.uss?fileID=7433441132597879392&amp;guid=184c6057804f222428c94a16d4412e0c&amp;type=3#PlayerMovementStyles" />
<ui:VisualElement style="flex-grow: 1; padding-bottom: 1px;">
<ui:Foldout text="Sprinting" data-source-type="PlayerMovement, Assembly-CSharp" class="sectionFoldout">
<ui:VisualElement name="VisualElement" class="statusViewer active" style="background-color: rgb(46, 46, 46);">
<ui:Label text="Sprinting" style="padding-right: 10px; padding-bottom: 5px; padding-top: 5px; padding-left: 10px;" />
<Bindings>
<ui:DataBinding property="style.backgroundColor" data-source-path="sprinting" binding-mode="ToTarget" source-to-ui-converters="Bool to Color" />
</Bindings>
</ui:VisualElement>
</ui:Foldout>
<ui:Foldout text="Gravity &amp; Jumping" toggle-on-label-click="true" data-source-type="PlayerMovement, Assembly-CSharp" name="Foldout" class="sectionFoldout" style="width: auto;">
<ui:FloatField label="Gravity Acceleration" value="42.2" class="property-fullwidth">
<Bindings>
<ui:DataBinding property="value" data-source-path="gravityAcceleration" data-source-type="PlayerMovement, Player" binding-mode="TwoWay" />
</Bindings>
</ui:FloatField>
<ui:FloatField label="Jump Height" value="42.2" class="property-fullwidth">
<Bindings>
<ui:DataBinding property="value" data-source-path="jumpHeight" data-source-type="PlayerMovement, Player" binding-mode="TwoWay" />
</Bindings>
</ui:FloatField>
<ui:FloatField label="Jump Deacceleration" value="42.2" class="property-fullwidth">
<Bindings>
<ui:DataBinding property="value" data-source-path="jumpDeacceleration" data-source-type="PlayerMovement, Player" binding-mode="TwoWay" />
</Bindings>
</ui:FloatField>
<ui:VisualElement name="JumpPower" class="group" style="flex-grow: 1;">
<ui:VisualElement name="VisualElement" style="flex-direction: row;">
<ui:Label text="Current Jump Power" enabled="true" enable-rich-text="true" class="title" style="margin-right: 11px;" />
<ui:Label text="0.000" style="width: 60px; color: rgba(210, 210, 210, 0.25);">
<Bindings>
<ui:DataBinding property="text" data-source-path="jumpPower" data-source-type="PlayerMovement, Player" binding-mode="ToTarget" update-trigger="OnSourceChanged" />
</Bindings>
</ui:Label>
</ui:VisualElement>
<ui:Slider high-value="20" fill="true" name="Slider" show-input-field="false" direction="Horizontal" inverted="false" enabled="false" style="flex-grow: 1;">
<Bindings>
<ui:DataBinding property="value" data-source-path="jumpPower" data-source-type="PlayerMovement, Player" binding-mode="ToTarget" />
</Bindings>
</ui:Slider>
</ui:VisualElement>
<ui:VisualElement name="JumpInfo" style="padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px;">
<ui:VisualElement name="VisualElement" enabled="true" style="flex-grow: 1;">
<ui:VisualElement name="GroundJumps" data-source-type="PlayerMovement, Player" data-source-path="groundJumpParams" enabled="true" class="gravityParameters" style="flex-direction: row;">
<ui:VisualElement data-source-path="active" style="flex-grow: 0; width: 20px; margin-right: 8px; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; background-color: rgb(106, 106, 106);" />
<ui:VisualElement style="flex-grow: 1;">
<ui:Label text="Ground Jump" name="Name" />
<ui:VisualElement name="Properties" style="flex-direction: row;">
<ui:VisualElement name="GravityValue" class="property">
<ui:Label text="Gravity" name="VariableName" />
<ui:FloatField value="0">
<Bindings>
<ui:DataBinding property="value" data-source-path="jumpGravityMultiplier" binding-mode="ToSource" />
</Bindings>
</ui:FloatField>
</ui:VisualElement>
<ui:VisualElement name="HeightValue" class="property">
<ui:Label text="Height&#10;" name="VariableName" />
<ui:FloatField value="0">
<Bindings>
<ui:DataBinding property="value" data-source-path="jumpHeightMultiplier" data-source-type="PlayerMovement+JumpParameters, Player" binding-mode="ToSource" />
</Bindings>
</ui:FloatField>
</ui:VisualElement>
<ui:VisualElement name="DeaccelValue" class="property">
<ui:Label text="Deacceleration" name="VariableName" />
<ui:FloatField value="0">
<Bindings>
<ui:DataBinding property="value" data-source-path="jumpDeaccelMultiplier" binding-mode="ToSource" />
</Bindings>
</ui:FloatField>
</ui:VisualElement>
<ui:VisualElement name="AirJumpCount" class="property">
<ui:Label text="Count" name="VariableName" />
<ui:VisualElement name="VisualElement" style="flex-direction: row; align-items: center;">
<ui:Label text="-" style="font-size: 14px; -unity-font-style: bold; -unity-text-align: middle-left; color: rgba(210, 210, 210, 0.82);" />
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="GroundJumps" data-source-type="PlayerMovement, Player" data-source-path="initialAirJumpParams" enabled="true" class="gravityParameters" style="flex-direction: row;">
<ui:VisualElement data-source-path="active" style="flex-grow: 0; width: 20px; margin-right: 8px; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; background-color: rgb(106, 106, 106);" />
<ui:VisualElement style="flex-grow: 1;">
<ui:Label text="Air Jump, Initial" name="Name" />
<ui:VisualElement name="Properties" style="flex-direction: row;">
<ui:VisualElement name="GravityValue" class="property">
<ui:Label text="Gravity" name="VariableName" />
<ui:FloatField value="0">
<Bindings>
<ui:DataBinding property="value" data-source-path="jumpGravityMultiplier" binding-mode="ToSource" />
</Bindings>
</ui:FloatField>
</ui:VisualElement>
<ui:VisualElement name="HeightValue" class="property">
<ui:Label text="Height&#10;" name="VariableName" />
<ui:FloatField value="0">
<Bindings>
<ui:DataBinding property="value" data-source-path="jumpHeightMultiplier" data-source-type="PlayerMovement+JumpParameters, Player" binding-mode="ToSource" />
</Bindings>
</ui:FloatField>
</ui:VisualElement>
<ui:VisualElement name="DeaccelValue" class="property">
<ui:Label text="Deacceleration" name="VariableName" />
<ui:FloatField value="0">
<Bindings>
<ui:DataBinding property="value" data-source-path="jumpDeaccelMultiplier" binding-mode="ToSource" />
</Bindings>
</ui:FloatField>
</ui:VisualElement>
<ui:VisualElement name="AirJumpCount" class="property">
<ui:Label text="Count" name="VariableName" />
<ui:VisualElement name="VisualElement" style="flex-direction: row; align-items: center;">
<ui:Label text="3" data-source-type="PlayerMovement, Player" style="font-size: 14px; -unity-font-style: bold; -unity-text-align: middle-left; color: rgba(210, 210, 210, 0.82);" />
<ui:Label text="/&#10;" enable-rich-text="false" style="color: rgba(210, 210, 210, 0.41);" />
<ui:IntegerField value="3" data-source-type="PlayerMovement, Player" />
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="GroundJumps" data-source-type="PlayerMovement, Player" data-source-path="followupAirJumpParams" enabled="true" class="gravityParameters" style="flex-direction: row;">
<ui:VisualElement data-source-path="active" style="flex-grow: 0; width: 20px; margin-right: 8px; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; background-color: rgb(106, 106, 106);" />
<ui:VisualElement style="flex-grow: 1;">
<ui:Label text="Air Jump, Follow-up" name="Name" />
<ui:VisualElement name="Properties" style="flex-direction: row;">
<ui:VisualElement name="GravityValue" class="property">
<ui:Label text="Gravity" name="VariableName" />
<ui:FloatField value="0">
<Bindings>
<ui:DataBinding property="value" data-source-path="jumpGravityMultiplier" binding-mode="ToSource" />
</Bindings>
</ui:FloatField>
</ui:VisualElement>
<ui:VisualElement name="HeightValue" class="property">
<ui:Label text="Height&#10;" name="VariableName" />
<ui:FloatField value="0">
<Bindings>
<ui:DataBinding property="value" data-source-path="jumpHeightMultiplier" data-source-type="PlayerMovement+JumpParameters, Player" binding-mode="ToSource" />
</Bindings>
</ui:FloatField>
</ui:VisualElement>
<ui:VisualElement name="DeaccelValue" class="property">
<ui:Label text="Deacceleration" name="VariableName" />
<ui:FloatField value="0">
<Bindings>
<ui:DataBinding property="value" data-source-path="jumpDeaccelMultiplier" binding-mode="ToSource" />
</Bindings>
</ui:FloatField>
</ui:VisualElement>
<ui:VisualElement name="AirJumpCount" class="property">
<ui:Label text="Count" name="VariableName" />
<ui:VisualElement name="VisualElement" style="flex-direction: row; align-items: center;">
<ui:Label text="3" style="font-size: 14px; -unity-font-style: bold; -unity-text-align: middle-left; color: rgba(210, 210, 210, 0.82);" />
<ui:Label text="/&#10;" enable-rich-text="false" style="color: rgba(210, 210, 210, 0.41);" />
<ui:IntegerField value="3" />
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
</ui:Foldout>
</ui:VisualElement>
</ui:UXML>

View File

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