An open API service indexing awesome lists of open source software.

https://github.com/imbios/multiplayer-ar-game-with-unity

Learn Developing Multiplayer AR Game With Unity3D, Vuforia, Photon Unity Networking 2
https://github.com/imbios/multiplayer-ar-game-with-unity

Last synced: 8 months ago
JSON representation

Learn Developing Multiplayer AR Game With Unity3D, Vuforia, Photon Unity Networking 2

Awesome Lists containing this project

README

          

# Multiplayer AR Game with Unity

This repository demonstrates how to develop a multiplayer augmented reality (AR) game using Unity3D, Vuforia, and Photon Unity Networking 2 (PUN2).

## Features
- **AR Integration**: Uses Vuforia for image recognition and AR content display.
- **Multiplayer Support**: Powered by Photon PUN2 for real-time multiplayer functionality.
- **Unity3D Engine**: Leverages Unity3D's capabilities for game development.

## Getting Started

### Prerequisites
- **Unity3D**: Version 2019.4 or later.
- **Vuforia**: AR SDK integrated within Unity.
- **Photon PUN2**: Available from the Unity Asset Store.

### Installation
1. Clone this repository:
```bash
git clone https://github.com/ImBIOS/multiplayer-ar-game-with-unity.git
```
2. Open the project in Unity.
3. Set up Vuforia by adding your license key in the `Vuforia Configuration`.
4. Configure Photon by adding your App ID in the `PhotonServerSettings`.

### Running the Project
- To test multiplayer, build the project and run it on multiple devices.
- Ensure each device is connected to the same Photon room.

## Contributing
Contributions are welcome! Please fork the repository and submit a pull request.

## License
This project is licensed under the MIT License.