top of page

Pet Party

This is an AR pet game that can run on Android smartphones. Players can use different cards to summon their favorite pets in the software and interact with them.

Download the apk file:

Game Introduction

The name of the game is Pet Party. It is an AR game where you can choose and interact with different pets. Currently, it can run on the Android system. The compressed package also contains photos of four pets. Players need to use different pet photos to summon different pets.
The four cute pets are a leopard, calf, wolf, and fox. Players can control pets to eat, run, and jump through the interactive buttons on the software. The original intention of designing this game is to let all those who have no way to keep pets in the real world have their own AR pets to warm their hearts.

calf

Pet_leopard.jpg

leopard

wolf

fox

Game Clips

calf

wolf

leopard

fox

Game Development Ideas

This game mainly uses the Vuforia function that comes with unity to realize the display of AR pets.

images.jpeg

First, I need to obtain a free Development License Key on Vuforia's website and add this License Key to Unity's App License Key.

{9299D751-9AFE-453D-970C-5C6BDBF17569}.png

After the addition is complete, return to the Vuforia's website, add the pet scan picture to the database, and choose to save it in a format readable by unity.

Import the picture data into unity, then set the pet model as the object displayed after scanning, slightly adjust the adaptation of the pet model, and the main body of this AR pet game is ready.

bottom of page