top of page
  • Writer's pictureKJ Ha

Simple AR Experiment

For this week's assignment, I built a simple app using Unity and Android SDK. On the app, if the user puts the Diet Coke label in front of the camera, the label would turn to Sprite and it will spin.



The above image is what I used as a target image. As the below images indicate, I created a cylinder underneath the target image and used the Sprite label as a material.




I created an animation named "spin2" and applied it to the cylinder and created keyframes to allow it to rotate 360 degrees per second.


In the curve mode, I made it looping and set the tangents at both ends to be Linear for a natural movement.


After I downloaded the Android SDK on the laptop, I moved back to Unity and opened "Building Setting". I simply chose Android to build an Android app.





bottom of page