# 更新虚幻引擎
本页介绍如何更改用于内容创建等的虚幻引擎版本。
## 先决条件
- 您已经完成了[Setup Spatial Reality Display](/Products/Developer-Spatial-Reality-display/jp/develop/Setup/SetupSRDisplay.html)和[Setup Spatial Reality Display Settings](/Products/Developer-Spatial-Reality-display/jp/develop/Setup/SetupSRRuntime.html)的步骤。
- [Epic Games Launcher和Unreal Engine](https://docs.unrealengine.com/5.3/en-US/Basics/InstallingUnrealEngine/)已安装在您的系统上。
- 您想要切换到的虚幻引擎版本也已安装。
## 当Spatial Reality Display Plugin位于游戏引擎的插件搜索路径中
1. 下载与您想要切换到的版本相对应的 Spatial Reality Display Plugin,
将插件放置在游戏引擎的插件搜索路径中。有关安装详细信息,请参阅[快速入门指南](/Products/Developer-Spatial-Reality-display/jp/develop/UnrealEngine/quickstart/)。
2. 右键单击 (ProjectName).uproject文件,在显示的菜单中选择“Switch Unreal Engine Version...”。
将显示“Select Unreal Engine Version”对话框,选择所需的UE版本
![screenshot of select version dialog from engine folder](/Products/Developer-Spatial-Reality-display/img/develop/UnrealEngine/HowToUpdate/WhenGameEnginePath.webp)
3. 双击 (ProjectName).uproject文件以启动虚幻引擎。它将重新构建,版本将更新。
## 当Spatial Reality Display Plugin位于项目的插件搜索路径中
1. 删除当前位于项目中的Spatial Reality Display Plugin。
2. 放置与您想要切换到的UE版本相对应的Spatial Reality Display Plugin。
3. 右键单击 (ProjectName).uproject文件,在显示的菜单中选择“Switch Unreal Engine Version...”。
将显示“Select Unreal Engine Version”对话框,选择所需的UE版本。
![screenshot of select version dialog from project folder](/Products/Developer-Spatial-Reality-display/img/develop/UnrealEngine/HowToUpdate/WhenProjectPath.webp)
4. 删除项目中的`Intermediate/Saved/Binaries/DerivedDataCache`文件夹。
5. 双击 (ProjectName).uproject 文件以启动虚幻引擎。它将重新构建,版本将更新。重建源代码可能需要一些时间。重建完成后,虚幻引擎编辑器将启动。