Skip to content

Commit

Permalink
trying to fix image rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyRaptor committed Oct 19, 2020
1 parent f108011 commit c1b179d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions contributing.md
Expand Up @@ -29,23 +29,24 @@ 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
- Android Build support
- 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

Expand All @@ -56,44 +57,43 @@ 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.
- As of writing this it is located in SolvAR/Working_Packages/SolvAR_Unity_v0.05.unitypackage

- 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.
- Select Advanced (top leftish)
- 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)
![picture 13]({{ site.baseurl }}/img/UnityEditor7.png "image title")

0 comments on commit c1b179d

Please sign in to comment.