Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 837 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 837 Bytes

MinimalFPSTemplate

A modification of the standard Unreal Engine FPS template which removes all unnecessary bloat assets/code/files (VR support, meshes, animations etc.). It should support UE 4.27+.

Installation

Copy folder "TP_FirstPersonBP_Minimal" to "[YOUR_UE_ENGINE_PATH]\Templates". For example, the default template path for a UE 4.27 would be "C:\Program Files\Epic Games\UE_4.27\Templates".

The template should now show in the list of templates the next time you try to create a project. It's name will be "First Person (Minimal)".

Note

After you create a project using the template, the project might complain that it's failing to load the level "BuiltData" (lightning data). Nothing to worry about. To fix this, simply rebuild the lightning (by clicking the "Build" button in the upper right corner of the editor).