Skip to content

Commit 256910c

Browse files
committed
Update Arm ASR LP
1 parent 1bfa370 commit 256910c

1 file changed

Lines changed: 15 additions & 10 deletions

File tree

  • content/learning-paths/mobile-graphics-and-gaming/get-started-with-arm-asr

content/learning-paths/mobile-graphics-and-gaming/get-started-with-arm-asr/02-ue.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ layout: learningpathall
99

1010
## Objective
1111

12-
This Learning Path describes how to get started with Arm® Accuracy Super Resolution™ (Arm ASR) using an example project in Unreal Engine.
12+
This Learning Path describes how to get started with Arm® Accuracy Super Resolution™ (Arm ASR) using an example project in Unreal Engine.
1313

14-
It is for Unreal Engine developers who want to apply upscaling techniques to their projects.
14+
It is for Unreal Engine developers who want to apply upscaling techniques to their projects.
1515

1616
You will walk through the processes of installing Arm ASR performing some of the common setup tasks.
1717

1818
## Before you begin
1919

20-
It is recommended that you use Unreal Engine versions 5.3-5.5 through this tutorial.
20+
It is recommended that you use Unreal Engine versions 5.3-5.5 through this tutorial.
2121

2222
## Installing the Arm ASR plugin
2323

2424
Follow these steps to install the Arm ASR plugin in Unreal Engine:
2525

26-
1. Open the Unreal Engine project you plan to use with Arm ASR.
26+
1. Open the Unreal Engine project you plan to use with Arm ASR.
2727

2828
The Third Person pack is available as an example, see below:
2929

@@ -35,11 +35,16 @@ The Third Person pack is available as an example, see below:
3535
git clone https://github.com/arm/accuracy-super-resolution-for-unreal
3636
```
3737
38-
3. Navigate to the `UE` directory in the cloned repository.
38+
3. Check out the branch corresponding to your Unreal Engine version.
3939
40-
The repository base contains directories containing the plugin for each supported version of Unreal Engine. Navigate to the folder corresponding to your version. For example, use `550` for Unreal Engine 5.5.
40+
The repository contains branches containing the plugin for each supported version of Unreal Engine. For example, use branch `5.5` for Unreal Engine 5.5.
4141
42-
4. From the directory for your version of Unreal Engine, copy the Arm ASR plugin into the `Plugins` folder in the game directory.
42+
```
43+
cd accuracy-super-resolution-for-unreal
44+
git checkout 5.5
45+
```
46+
47+
4. From the directory for your version of Unreal Engine, copy the Arm ASR plugin into the `Plugins` folder in the game directory.
4348
4449
See below:
4550
@@ -71,8 +76,8 @@ After reopening the Unreal Engine project, ensure that the Arm ASR plugin is ena
7176
7277
![Change Anti-Aliasing Method](images/change_anti_aliasing_method.png "Set the Anti-Aliasing Method")
7378
74-
3. To verify that Arm ASR is enabled and active, use the `ShowFlag.VisualizeTemporalUpscaler 1` console command.
75-
79+
3. To verify that Arm ASR is enabled and active, use the `ShowFlag.VisualizeTemporalUpscaler 1` console command.
80+
7681
{{%notice%}}
7782
The debug views produced by this command are generated by Unreal Engine's TAA, not directly by Arm ASR.{{%/notice%}}
7883
@@ -127,6 +132,6 @@ You can configure Arm ASR's behavior through the following plugin-specific conso
127132
128133
## Next steps
129134
130-
You are now ready to use Arm ASR in your Unreal Engine projects.
135+
You are now ready to use Arm ASR in your Unreal Engine projects.
131136
132137
You can use [Arm Performance Studio](https://developer.arm.com/Tools%20and%20Software/Arm%20Performance%20Studio) tools to measure the performance of your game as it runs on a mobile device, allowing you to monitor the effect of Arm ASR.

0 commit comments

Comments
 (0)