-
-
Notifications
You must be signed in to change notification settings - Fork 8
[U] Updating the engine
To update the engine, you first need to run the update-engine.sh
script. It will:
- Pull changes from git for the engine and its dependencies
- Update the git submodules for the engine and its dependencies
- Remove and pull the dependencies for
shaderc
in theUVKShaderCompiler
- Build the UVKShaderCompiler and UVKBuildTool
Due to the way that Windows works, symbolic links don't work at the moment, so you need to copy the Engine/
, UVKShaderCompiler/
and UVKBuildTool
folders into your project's directory. Additionally, you might need to update the Content/
and Config/
folders for your project.
To update your projects you need to navigate into the UVKBuildTool
to regenerate your files since there can be changes to the CMakeLists.txt
and others.
After that, build your project. If there are build errors due to undefined functions in your gameplay classes, you can always open the header definition of the class you're deriving from and include the virtual functions that are missing.
This project is supported by all the people who joined our discord server and became beta testers. If you want to join the discord you can click here
- Home
- Beginner concepts
- Advanced concepts
- Engine developer and contributor resources