ARCore plugin for UE4 - repository doesn't exist?

586 views Asked by At

I wanted to download arcore plugin for unreal engine 4 but link provided in main page (link) of project settings for unreal doesn't exist. Who knows why? Or this is because of preview version of ARCore? Thanks :)


2

There are 2 answers

2
KarstenWestra On BEST ANSWER

That repository is actually private. So you cannot access/clone it. What you can do is fork the repository on the link you provided and then clone your fork.

Edit So the guide here at time of writing is incorrect. You have to follow the steps to become part of the Epic Organisation on github. When you follow these steps you'll see a private repos which you need to fork.

TL;DR: The clone command in the guide doesn't work now because the repository is private. Forking it works after become part of Epic organisation @ Github!

1
Fixus On

Did you tried to clone it ?

git clone -b 4.17-arcore-sdk-preview https://github.com/google-ar-unreal/UnrealEngine.git