From bdc47cac225f8a517fc2baf0116e1f09e97ef712 Mon Sep 17 00:00:00 2001 From: Lexi Date: Tue, 23 Jun 2026 17:31:02 -0400 Subject: [PATCH] Changing science to be stored as just one value, no migration yet, just compiles and thats it --- Assets/UI/ScienceToolsWindow.uxml | 8 --- .../ScienceToolsWindowController.cs | 54 +++---------------- 2 files changed, 8 insertions(+), 54 deletions(-) diff --git a/Assets/UI/ScienceToolsWindow.uxml b/Assets/UI/ScienceToolsWindow.uxml index 87bfa3c..b850e1a 100644 --- a/Assets/UI/ScienceToolsWindow.uxml +++ b/Assets/UI/ScienceToolsWindow.uxml @@ -13,14 +13,6 @@ - - - - - - - - diff --git a/Runtime/Controllers/ScienceToolsWindowController.cs b/Runtime/Controllers/ScienceToolsWindowController.cs index d1c37da..4bcdab1 100644 --- a/Runtime/Controllers/ScienceToolsWindowController.cs +++ b/Runtime/Controllers/ScienceToolsWindowController.cs @@ -13,8 +13,6 @@ public class ScienceToolsWindowController : BaseWindowController private Toggle? _unlockAllParts; private TextField? _addSciencePointsField; - private TextField? _setPointsCapacityField; - private TextField? _setAllocatedPointsField; private DropdownField? _availableNodes; @@ -39,14 +37,6 @@ private void OnEnable() var addPoints = RootElement.Q