Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ tools_software_languages:
- PyTorch
- Jupyter Notebook
- Vulkan
- NX
operatingsystems:
- Linux
further_reading:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This repository's release package contains everything you need to set up NSS for
Download the latest release `.zip` and extract it on your Windows machine.

{{% notice Unreal Engine 5.5 plugin %}}
For this UE version, the steps will be slightly different. Refer to the repository documentation for more information.
This version is deprecated. Refer to the repository documentation for more information.
{{% /notice %}}


Expand Down Expand Up @@ -48,7 +48,7 @@ Open your project directory in Windows explorer, and create a new folder called

## Enable the plugin

The plugin is included in the release package you downloaded in the previous section. The package contains a separate folder for each supported Unreal Engine version. Make sure you use the folder that matches your engine version (for example, UE5.5 for Unreal Engine 5.5).
The plugin is included in the release package you downloaded in the previous section. The package contains a separate folder for each supported Unreal Engine version. Make sure you use the folder that matches your engine version (for example, UE5.4 for Unreal Engine 5.4).

1. Copy the appropriate engine-version folder from the extracted .zip archive into your project's Plugins directory.
2. Reopen Unreal Engine. When prompted, confirm that you want to enable the plugin.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ learning_objectives:

prerequisites:
- Windows 11
- Unreal Engine 4.27 or 5.4-5.6 (with the Templates and Feature Pack enabled)
- Unreal Engine 4.27 or 5.4 or 5.6 (with the Templates and Feature Pack enabled)
- Visual Studio (with Desktop Development with C++ and .NET desktop build tools)


Expand All @@ -31,6 +31,7 @@ tools_software_languages:
- Unreal Engine
- Vulkan SDK
- Visual Studio
- NX
operatingsystems:
- Windows

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ armips:
tools_software_languages:
- Vulkan
- RenderDoc
- NX
operatingsystems:
- Windows

Expand Down