https://github.com/erkaman/teapot_shooter
Augmented Reality Teapot Shooter made using Unity and ARCore
https://github.com/erkaman/teapot_shooter
arcore augmented-reality demo unity
Last synced: about 1 year ago
JSON representation
Augmented Reality Teapot Shooter made using Unity and ARCore
- Host: GitHub
- URL: https://github.com/erkaman/teapot_shooter
- Owner: Erkaman
- License: other
- Created: 2018-02-28T15:54:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T16:03:28.000Z (over 8 years ago)
- Last Synced: 2025-04-06T23:14:10.937Z (over 1 year ago)
- Topics: arcore, augmented-reality, demo, unity
- Language: C#
- Size: 30.6 MB
- Stars: 30
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Augmented Reality Teapot Shooter in Unity

For a better quality video, click below:
[](https://www.youtube.com/watch?v=FlJ35Qzpke8)
A small demo application that implements an Augmented Reality teapot shooter
with Unity and ARCore. You can use this application to shoot teapots in a real room.
You must wait a little until it has tracked the room, and then you can start
shooting by simply tapping the screen.
This demo is mostly just a modification of the `HelloAR` sample. The files that contain
the main logic, is in the files `Assets/GoogleARCore/Examples/HelloAR/Scripts/HelloARController.cs`
and `Assets/GoogleARCore/Examples/HelloAR/Scripts/SurfaceManager.cs`
The implementation is pretty simple: the app simply creates collision shapes from
the planes tracked by ARCore, and these are used by the Unity physics engine
for the collision between the teapots and the planes.
A compiled apk is provided as `teapot_shooter.apk`.