Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 398 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 398 Bytes

Mycotic

src

This project was made using Unreal Engine v5.1.0 both in C++ and Blueprints.
Most BP class files have a C++ parent class that implement some functionality to cut down on Blueprint code as much as possible. This is done to help with version control and performance.

opening project

  1. Right click on .uproject file and Generate Project Files
  2. Open .sln in your IDE
  3. Launch