Interactive Chemistry Experiment AR Apps

Hello everyone, I am new to Unity. I have an idea to do AR apps for kids.

For example:

  1. When one marker with “blue word” detected, the virtual layer show a 3D test tube with blue color water.

  2. When one marker with “red word” detected, the virtual layer show a 3D test tube with red color water.

  3. When both the “blue word” and “red word” marker detected, the virtual layer show a 3D test tube with purple color.

I get this idea after I watch this video - YouTube

Is it possible using Unity to do an apps like this.

Any journal or tutorial about this?

Thank you for your concern.

Yes, it’s perfectly possible to do everything shown in that video using Unity. Unity exposes access to the webcamera interface on mobile devices, and there are plenty of AR toolkits out there that perform automatic marker recognition. Here’s a blogpost showing several examples: http://blogs.unity3d.com/2013/08/13/unity-and-the-augmented-reality-boom/