From 21e770f5d5d7e5de81e167aae8881e6ccf03bb0c Mon Sep 17 00:00:00 2001 From: atenfyr Date: Sat, 11 Jan 2025 20:26:51 -0600 Subject: [PATCH] add 5.5 to display --- UAssetAPI | 2 +- UAssetGUI/Form1.cs | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/UAssetAPI b/UAssetAPI index 716fdd0..bb3aa0b 160000 --- a/UAssetAPI +++ b/UAssetAPI @@ -1 +1 @@ -Subproject commit 716fdd014ef0181a48146b157cd176f13887574b +Subproject commit bb3aa0bd40ed274fd539ee0d9f1253be9b0202af diff --git a/UAssetGUI/Form1.cs b/UAssetGUI/Form1.cs index 358f9b0..819af65 100644 --- a/UAssetGUI/Form1.cs +++ b/UAssetGUI/Form1.cs @@ -270,7 +270,8 @@ internal void UpdateMappings(string newSelection = null, bool alsoCheckVersion = "5.1", "5.2", "5.3", - "5.4" + "5.4", + "5.5" }; private EngineVersion[] versionOptionsValues = new EngineVersion[] @@ -309,7 +310,8 @@ internal void UpdateMappings(string newSelection = null, bool alsoCheckVersion = EngineVersion.VER_UE5_1, EngineVersion.VER_UE5_2, EngineVersion.VER_UE5_3, - EngineVersion.VER_UE5_4 + EngineVersion.VER_UE5_4, + EngineVersion.VER_UE5_5 }; public static readonly string GitHubRepo = "atenfyr/UAssetGUI";