From 759b7bd2628016a2c9d5d16618ff8d3b49190015 Mon Sep 17 00:00:00 2001 From: Nicholas Harding <40708936+sir306@users.noreply.github.com> Date: Tue, 24 Mar 2026 17:22:01 +1300 Subject: [PATCH] Add video walkthrough to BUILD-AND-RUN docs Add a "Video Walkthrough" section to docs/BUILD-AND-RUN.md that outlines the full developer setup pipeline (clone, CMake config/build, compile Unreal target, package distributable, add Twinmotion compatibility, Datasmith modes). Includes a note about Epic EULA compliance, a YouTube tutorial link, and an embedded iframe for the walkthrough video. --- docs/BUILD-AND-RUN.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) 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: