Skip to content

Commit 5662371

Browse files
committed
Add clarification on 5.5 installation
1 parent 11fcac4 commit 5662371

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

content/learning-paths/mobile-graphics-and-gaming/nss-unreal/3-create-example.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ This repository's release package contains everything you need to set up NSS for
1313

1414
Download the latest release `.zip` and extract it on your Windows machine.
1515

16+
{{% notice Unreal Engine 5.5 plugin %}}
17+
For this UE version, the steps will be slightly different. Refer to the repository documentation for more information.
18+
{{% /notice %}}
19+
20+
1621
## Enable NSS for Unreal Engine
1722

1823
1. Open Unreal Engine and create a new **Third Person** template project using the **C++** option.
@@ -49,7 +54,7 @@ The plugin is included in the release package you downloaded in the previous sec
4954
2. Reopen Unreal Engine. When prompted, confirm that you want to enable the plugin.
5055
3. Rebuild your project from source in Visual Studio.
5156
4. Verify the installation by opening Edit → Plugins in Unreal Engine and confirming that the NSS plugin is enabled. Restart Unreal Engine if prompted.
52-
![Unreal Engine plugins window showing NSS and NNERuntimeRDGMLExtensionsForVulkan enabled#center](./images/verify_plugin_enabled.png "Figure 5: Verify plugin installation in Unreal Engine.")
57+
![Unreal Engine plugins window showing NSS enabled#center](./images/verify_plugin_enabled.png "Figure 5: Verify plugin installation in Unreal Engine.")
5358

5459
With the emulation layers and plugins configured, you're ready to run Neural Super Sampling in Unreal Engine. Continue to the next section to test the integration.
5560

0 commit comments

Comments
 (0)