When trying to follow the getting started guide for Unreal Engine I cant find the Magic Leap GitHub repository. When checking the GitHub page and following the given URL it says the repository does not exist, and that the MagicLeapUnreal user does not have any repositories. Is there anyway someone has gotten around this? Or a way that you could help?
Thanks
Here is the given guide:
- Log in to GitHub:
- Open your web browser and go to GitHub.
- Log in with your GitHub account credentials that have access to the Unreal Engine source code.
- Open Command Prompt:
- Press
Win + R
, typecmd
, and pressEnter
to launch Command Prompt.
- Set the Destination Directory:
- Decide where you want to clone the Unreal Engine repository.
- Use the
cd
command to navigate to your chosen directory. For example to navigate to the Documents folder:
cd Documents
- Clone the Repository:
Run the following command to clone the repository:
git clone --single-branch https://github.com/MagicLeapUnreal/UnrealEngine.git