Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 588 Bytes

UnrealEngine.md

File metadata and controls

10 lines (7 loc) · 588 Bytes

Unreal Engine

Screenshot of Unreal Engine, version 5.3.2

Supports 2D and 3D games for most platforms. Programming can be done via Blueprint (visual scripting) or C++ if the project supports it. Using C++ requires installing a compiler - typically Visual Studio for Windows, XCode for macOS.

Tips

  • Note that Unreal Engine saves all assets to binary files, which makes resolving Git conflicts significantly harder - it is highly recommended to use Git LFS and use file locking, or use other version control systems