You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/mobile-graphics-and-gaming/nss-unreal/3-create-example.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,11 @@ This repository's release package contains everything you need to set up NSS for
13
13
14
14
Download the latest release `.zip` and extract it on your Windows machine.
15
15
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
+
16
21
## Enable NSS for Unreal Engine
17
22
18
23
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
49
54
2. Reopen Unreal Engine. When prompted, confirm that you want to enable the plugin.
50
55
3. Rebuild your project from source in Visual Studio.
51
56
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
-

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.
0 commit comments