From cb2e7671afe226c2526f61ed29c3114f309f38bf Mon Sep 17 00:00:00 2001 From: Louis Hobbs Date: Sun, 21 May 2023 03:09:24 +0100 Subject: [PATCH] Update project to UE5.2 --- .vsconfig | 10 +++------- Nakatomi.uproject | 2 +- README.md | 2 +- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.vsconfig b/.vsconfig index b9be525..7f1e056 100644 --- a/.vsconfig +++ b/.vsconfig @@ -1,17 +1,13 @@ -{ +{ "version": "1.0", "components": [ "Microsoft.Net.Component.4.6.2.TargetingPack", - "Microsoft.VisualStudio.Component.VC.14.33.17.3.ARM64", - "Microsoft.VisualStudio.Component.VC.14.33.17.3.x86.x64", - "Microsoft.VisualStudio.Component.VC.Tools.ARM64", + "Microsoft.VisualStudio.Component.VC.14.34.17.4.x86.x64", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", "Microsoft.VisualStudio.Component.Windows10SDK", "Microsoft.VisualStudio.Workload.CoreEditor", "Microsoft.VisualStudio.Workload.ManagedDesktop", - "Microsoft.VisualStudio.Workload.NativeCrossPlat", "Microsoft.VisualStudio.Workload.NativeDesktop", - "Microsoft.VisualStudio.Workload.NativeGame", - "Microsoft.VisualStudio.Workload.Universal" + "Microsoft.VisualStudio.Workload.NativeGame" ] } diff --git a/Nakatomi.uproject b/Nakatomi.uproject index 9e79b2d..39400ad 100644 --- a/Nakatomi.uproject +++ b/Nakatomi.uproject @@ -1,6 +1,6 @@ { "FileVersion": 3, - "EngineAssociation": "5.1", + "EngineAssociation": "5.2", "Category": "", "Description": "", "Modules": [ diff --git a/README.md b/README.md index d26d187..5e46056 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,5 @@ ## Required Software - - Unreal Engine 5.1 (or later) + - Unreal Engine 5.2 (or later) - An IDE (Visual Studio 20XX, Rider for Unreal Engine)