From b546ac4208f243ae3758dde493804aa2ddfaa648 Mon Sep 17 00:00:00 2001 From: killzoms Date: Sat, 25 Jan 2020 17:41:25 -0500 Subject: [PATCH 1/2] Update Software-Used-for-Development-&-Installation.md --- Software-Used-for-Development-&-Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Software-Used-for-Development-&-Installation.md b/Software-Used-for-Development-&-Installation.md index 6deaed8..832fe22 100644 --- a/Software-Used-for-Development-&-Installation.md +++ b/Software-Used-for-Development-&-Installation.md @@ -11,8 +11,8 @@ The following software is used to install the Subnautica Nitrox Server and patch 1. [SourceTree](https://www.sourcetreeapp.com/) This is a visual tool to help with Git. Though it is highly recommended to learn the git commandline. 2. Additional Microsoft .NET components, such as .NET SDK's and .NET targeting packs. -3. [Unity 5.6.2](https://unity3d.com/get-unity/download/archive) if you want to work on visual aspects of the mod/game. - - Direct link: [Win64](https://download.unity3d.com/download_unity/a2913c821e27/Windows64EditorInstaller/UnitySetup64-5.6.2f1.exe) +3. [Unity 2019.2.8](https://unity3d.com/get-unity/download/archive) if you want to work on visual aspects of the mod/game. + - Direct link: [Win64](https://download.unity3d.com/download_unity/ebce4d76e6e8/Windows64EditorInstaller/UnitySetup64-2019.2.9f1.exe) 4. SonarLint / Resharper plugin for Visual Studio to help you improve your code quality. 5. [WixToolKit](https://marketplace.visualstudio.com/items?itemName=RobMensching.WixToolsetVisualStudio2017Extension) if you want to compile the installer From 3adffa1e382815aa36aea1ca9339e689db984f54 Mon Sep 17 00:00:00 2001 From: killzoms Date: Sat, 25 Jan 2020 20:52:43 -0500 Subject: [PATCH 2/2] Update Software-Used-for-Development-&-Installation.md Wrong link --- Software-Used-for-Development-&-Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software-Used-for-Development-&-Installation.md b/Software-Used-for-Development-&-Installation.md index 832fe22..f625900 100644 --- a/Software-Used-for-Development-&-Installation.md +++ b/Software-Used-for-Development-&-Installation.md @@ -12,7 +12,7 @@ The following software is used to install the Subnautica Nitrox Server and patch This is a visual tool to help with Git. Though it is highly recommended to learn the git commandline. 2. Additional Microsoft .NET components, such as .NET SDK's and .NET targeting packs. 3. [Unity 2019.2.8](https://unity3d.com/get-unity/download/archive) if you want to work on visual aspects of the mod/game. - - Direct link: [Win64](https://download.unity3d.com/download_unity/ebce4d76e6e8/Windows64EditorInstaller/UnitySetup64-2019.2.9f1.exe) + - Direct link: [Win64](https://download.unity3d.com/download_unity/ff5b465c8d13/Windows64EditorInstaller/UnitySetup64-2019.2.8f1.exe) 4. SonarLint / Resharper plugin for Visual Studio to help you improve your code quality. 5. [WixToolKit](https://marketplace.visualstudio.com/items?itemName=RobMensching.WixToolsetVisualStudio2017Extension) if you want to compile the installer