diff --git a/docs/BUILD-AND-RUN.md b/docs/BUILD-AND-RUN.md index 36cc3031f..2e945bb81 100644 --- a/docs/BUILD-AND-RUN.md +++ b/docs/BUILD-AND-RUN.md @@ -2,6 +2,34 @@ This page keeps the longer setup and testing notes out of the root README. +## Video Walkthrough + +This walkthrough covers the full developer setup pipeline for Project Mobius: + +- Clone the repository +- Configure and build with CMake +- Compile the Unreal target +- Package a distributable build* +- Add Twinmotion compatibility +- Understand Datasmith modes in Unreal Engine (`Runtime Datasmith` vs `Twinmotion Datasmith`) + +* Any packaged build you share must comply with the Epic EULA and all + applicable third-party software licenses. + +Watch the tutorial: +[Project Mobius Build and Package Walkthrough](https://youtu.be/q48IM4RXzTg) + + + ## Prerequisites Common: