Open
Conversation
vedanshbhartia
requested changes
Oct 26, 2019
vedanshbhartia
left a comment
There was a problem hiding this comment.
Run grammarly on the entire post before making the next commit
|
|
||
| According to Wikipedia, ARCore is a software development kit developed by Google that allows for augmented reality applications to be built. | ||
| ARCore uses three key technologies to integrate virtual content with the real environment: | ||
| * Motion Tracking: it allows the phone to understand its position relative to the world. |
There was a problem hiding this comment.
Suggested change
| * Motion Tracking: it allows the phone to understand its position relative to the world. | |
| * Motion Tracking: It allows the phone to understand its position relative to the world. |
| ARCore uses three key technologies to integrate virtual content with the real environment: | ||
| * Motion Tracking: it allows the phone to understand its position relative to the world. | ||
| * Environmental understanding: It allows the phone to detect the size and location of all type of surfaces, vertical, horizontal and angled. | ||
| * Light Estimation: it allows the phone to estimate the environment’s current lighting conditions. |
There was a problem hiding this comment.
Suggested change
| * Light Estimation: it allows the phone to estimate the environment’s current lighting conditions. | |
| * Light Estimation: It allows the phone to estimate the environment’s current lighting conditions. |
|
|
||
| # The Motivation behind this blog | ||
|
|
||
| Installing Unity is an easy task. Just download the setup files and after accepting all the agrements and defining the various paths,etc. , it will install automatically and you are good to go. But the main problem comes when you want to do android development using unity. |
There was a problem hiding this comment.
Suggested change
| Installing Unity is an easy task. Just download the setup files and after accepting all the agrements and defining the various paths,etc. , it will install automatically and you are good to go. But the main problem comes when you want to do android development using unity. | |
| Installing Unity is an easy task. Just download the setup files, and after accepting all the agreements and defining the various paths, etc., you are good to go. However, the main problem arises when you want to do android development using unity. |
| * Environmental understanding: It allows the phone to detect the size and location of all type of surfaces, vertical, horizontal and angled. | ||
| * Light Estimation: it allows the phone to estimate the environment’s current lighting conditions. | ||
|
|
||
| # Setting up development environment |
There was a problem hiding this comment.
Suggested change
| # Setting up development environment | |
| # Setting up the development environment |
|
|
||
| ## Requirements | ||
|
|
||
| *Unity 2017.4.26f1 or later |
There was a problem hiding this comment.
There needs to be a space after the asterik for the bullets to render. Fix this here and everywhere else
|
|
||
| **Make sure to include Android Build Support during installation | ||
|
|
||
| **The Universal Render Pipeline (formerly known as Ligthweight Render Pipeline or LWRP) is not supported by the ARCore SDK for Unity |
There was a problem hiding this comment.
What is the point of this? Seems a bit out of place
|
|
||
| **When using Unity 2019, the following Unity packages are required: | ||
|
|
||
| 1. Multiplayer HLAPI |
There was a problem hiding this comment.
Make things uniform. Having numerical list here and bulleted elsewhere makes the hierarchy confusing
ayanchoudhary
requested changes
Dec 25, 2019
| * Install Android Studio | ||
| * Install SDK command-line tools | ||
|
|
||
| While the first method is quite easy. You just have to install android studio and with it, you get SDK manager which will download all the required SDKs. But wait... installing Android Studio... Not every computer has this much capable hardware that can run this heavy beast without any lag. |
Member
There was a problem hiding this comment.
Suggested change
| While the first method is quite easy. You just have to install android studio and with it, you get SDK manager which will download all the required SDKs. But wait... installing Android Studio... Not every computer has this much capable hardware that can run this heavy beast without any lag. | |
| While the first method is quite easy. You just have to install android studio and with it, you get SDK manager which will download all the required SDKs. But wait... installing Android Studio... Not every computer has harware capable to run this heavy beast without any lag. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Playing with Unity and Google’s ARCore