TryBeforeBuyAR is an augmented reality (AR) mobile application developed using Unity. It allows users to preview and place virtual furniture in their real environment, helping them make better home decor decisions before purchasing. Designed to be intuitive, lightweight, and reliable, this app brings the showroom to your living room.
- Clone or Download this repository.
- Open the project using Unity version 2020.2.3.
- Install the following required Unity packages:
"com.unity.xr.arcore": "4.0.12",
"com.unity.xr.arfoundation": "4.0.12",
"com.unity.xr.interaction.toolkit": "0.10.0-preview.7",
"com.unity.xr.management": "3.2.17",
"com.unity.modules.xr": "1.0.0"
- Install DOTween for smooth animations and transitions:
โ http://dotween.demigiant.com/
- ๐ Place and scale furniture models in real space using AR
- ๐ฎ Interactive touch-based UI
- โ๏ธ Smooth performance with optimized animation handling
- ๐ฑ Built for Android (ARCore-compatible)
Rajasekhar