AR → VR Golf

Mar 23 2023
AR/VR/Unity (C#)

An AR and VR experience to let users experience playing a game of golf using a course of their own creation! Users can first use the AR app to make their golf course, and are then able to upload that course into the VR app and play using a VR headset.

All visual assets were developed my me except the aligning texture

Github Link: AR / VR



AR app part:

Clicking a shape button spawns that item, which can be moved by dragging:















In action:






Item occlusion sensing:




In action:



Cubes can be stacked:




In action: 


After saving, the contents of the scene are transferred to a text file using Unity’s persistentDataPath function:



VR app part:

After the text file is imported into the VR app, users can align the pattern on the ground and click the button corresponding to the index finger to spawn the golf course they created in the AR app. 





The golf ball and putter can be picked up by clicking the button corresponding the middle finger.





The game tracks the stroke count until the user is able to putt the golf ball into the cup.