Concise Tutorial?

0 votes
asked Aug 13, 2017 by fotofobia (180 points)
Hello

Is there a concise tutorial of easyAR to follow?

Like for example:

1) Take PREFAB X

2) Add Prefab Y

3) Create JSON

4) Add JPG

etc etc?

Dont take me wrong please, the samples are great - I can open all the samples and they work, however I just dont understand how the EasyAR image targets work --- what If I want to add image targets on the fly? What if, depending on the user, I will download specific image targets and models?

Documentation is still a little bit thin...

Thanks!

2 Answers

0 votes
answered Aug 13, 2017 by albert52 (31,850 points)

I am sorry.We will think over your advice  carefully.

0 votes
answered Sep 7, 2017 by kenn (18,750 points)
Thank you for your advice.

Here is a short guide.

1. Open Unity

2. import EasyAR SDK unitypakcage

3. Create a new scene and remove all objects (including camera)

3. Add EasyAR_Startup.prefab

4. Add ImageTarget.prefab

5. Create a box under ImageTarget, set its position so that its bottom is at 0-0 plane

6. Enter key in the EasyAR_Startup.prefab

7. Create StreamingAssets folder and put a jpg or png image there

8. input image name (xxx.jpg or xxx.png) in the ImageTarget.prefab, and set storage type to assets

9. You can now run and everything should work

- That's EasyAR for easy use :)
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...