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
- Host: GitHub
- URL: https://github.com/imbios/multiplayer-ar-game-with-unity
- Owner: ImBIOS
- License: mit
- Created: 2021-07-20T16:02:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T01:52:58.000Z (almost 2 years ago)
- Last Synced: 2025-02-25T17:13:11.698Z (over 1 year ago)
- Language: C#
- Size: 18.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.