Capstone Design AR Application at Gachon University.
There is additional information available on the Wiki.
HanNOON is an android application that helps users find out what stores sell In the past, in order to choose a restaurant in a food alley when many restaurants are gathered, we had to walk around or search through web search and read the text. But, if we use what we are trying to make, we can identify the restaurant’s representative menu and rating at a glance through the 3D model. And we can be guided in front of the restaurant by following the 3D model.
1. Download APK
- Download the APK file, HanNoon.apk from the HanNoonAR
2. Unity
- Download Unity.
- Download Unity.
- Download the files from the GitHub repository at HanNoonAR
- Launch Unity and execute the Unity packages among the downloaded files.
- In Unity, go to File > Build Settings > Select Android (Platform) > Switch Platform.
- Configure Player Settings:
- Select 'Android' under the Player Settings.
- Other Settings > Rendering > Texture compression format > select ETC
- Other Settings > Rendering > Normal Map Encoding > select XYZ
- Other Settings > Identification > Minimum API Level > select 26
- Other Settings > Configuration > Scripting Backend > select IL2CPP
- Other Settings > Configuration > Target Architectures > unselect ARMv7 and select ARM64
- File > Build And Run