diff --git a/contributing.md b/contributing.md index b7aeb74..7b046d5 100644 --- a/contributing.md +++ b/contributing.md @@ -29,12 +29,12 @@ git clone https://github.com/RustyRaptor/SolvAR.git - Go to Installs -![picture 2](img/UnityHub1.png) +![picture 2]({{ site.baseurl }}/img/UnityHub1.png "image title") - Click add - Select the recommended LTS version of unity 2019.4 -![picture 3](img/UnityHub2.png) +![picture 3]({{ site.baseurl }}/img/UnityHub2.png "image title") - Click next - Select the required modules @@ -42,10 +42,11 @@ git clone https://github.com/RustyRaptor/SolvAR.git - Android SDK and NDK Tools - OpenJDK -![picture 4](img/UnityHub3.png) +![picture 4]({{ site.baseurl }}/img/UnityHub3.png "image title") - Click next and wait for the unity version to finish downloading -![picture 5](img/UnityHub4.png) +![picture 5]({{ site.baseurl }}/img/UnityHub4.png "image title") + #### Setup The project and import our packages @@ -56,13 +57,12 @@ git clone https://github.com/RustyRaptor/SolvAR.git - NOT IN THE GIT REPO FOLDER - Click Create and wait for unity editor to load -![picture 6](img/UnityHub5.png) - +![picture 6]({{ site.baseurl }}/img/UnityHub5.png "image title") - Once Unity is loaded - Make sure the "Projects" tab is selected in the bottom left -![picture 7](img/UnityEditor1.png) +![picture 7]({{ site.baseurl }}/img/UnityEditor1.png "image title") - Find the file in our main git repo called SolvAR_Unity_v0.05.unitypackage - This contains the code and assets for our project. @@ -70,16 +70,16 @@ git clone https://github.com/RustyRaptor/SolvAR.git - When you find the file open it in a separate file browser and drag the file from the file browser into the blank space under the Assets folder. -![picture 8](img/UnityEditor2.png) +![picture 8]({{ site.baseurl }}/img/UnityEditor2.png "image title") - This will open a dialog to import the package - Click "Import" and wait till finished. -![picture 9](img/UnityEditor3.png) +![picture 9]({{ site.baseurl }}/img/UnityEditor3.png "image title") - Once imported you may encounter errors about missing packages. -![picture 10](img/UnityEditor4.png) +![picture 10]({{ site.baseurl }}/img/UnityEditor4.png "image title") - To fix this go Window > Package Manager - Wait for all the packages to finish loading. @@ -87,13 +87,13 @@ git clone https://github.com/RustyRaptor/SolvAR.git - Select "Show Preview Packages" and confirm - Wait for them to reload -![picture 11](img/UnityEditor5.png) +![picture 11]({{ site.baseurl }}/img/UnityEditor5.png "image title") - Look for the ARFoundation and ARSubsystems packages - Install each of them and wait till finished -![picture 12](img/UnityEditor6.png) +![picture 12]({{ site.baseurl }}/img/UnityEditor6.png "image title") - Exit package manager. - Now the errors should be gone and left with benign warnings in yellow instead of red -![picture 13](img/UnityEditor7.png) \ No newline at end of file +![picture 13]({{ site.baseurl }}/img/UnityEditor7.png "image title") \ No newline at end of file