https://github.com/SocketWeaver/karting
A multiplayer racing example project in Unity using the SocketWeaver SDK
https://github.com/SocketWeaver/karting
multiplayer multiplayer-game network networking photon racing tracking unet unity unity3d
Last synced: about 1 year ago
JSON representation
A multiplayer racing example project in Unity using the SocketWeaver SDK
- Host: GitHub
- URL: https://github.com/SocketWeaver/karting
- Owner: SocketWeaver
- Created: 2019-05-12T02:37:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-28T22:59:03.000Z (almost 7 years ago)
- Last Synced: 2024-11-10T20:38:19.414Z (over 1 year ago)
- Topics: multiplayer, multiplayer-game, network, networking, photon, racing, tracking, unet, unity, unity3d
- Language: C#
- Homepage: https://www.socketweaver.com
- Size: 5.04 MB
- Stars: 39
- Watchers: 2
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Karting

### Medium Tutorial
#### Part 1
https://medium.com/@peterzhou43/how-to-create-a-multiplayer-racing-game-in-unity-part-1-11017072bc68
#### Part 2
https://medium.com/@peterzhou43/how-to-create-a-multiplayer-racing-game-in-unity-part-2-8cbaaecceb2
## Requirements
1. Unity 2018.3.4 or later. You can download the latest version of Unity here: https://unity3d.com/get-unity/download
2. A SocketWeaver Account. You can create a SocketWeaver Account for free here: https://portal.socketweaver.com
> All accounts get 20GB of data for **FREE** every month.
## What we are making
In this tutorial, we are going to make a multiplayer racing game in Unity.
We will show you the process step-by-step. By the time you finished reading this tutorial, you will be ready to start converting your own game or explore more advanced features that our Unity SDK SWNetwork provides.
## Source Code
The source code of this tutorial is hosted at: https://github.com/SocketWeaver/karting
### The repository has two Unity Projects:
#### Starter
The starter project of the tutorial. It has all the assets you need to complete the tutorial.
#### Multiplayer
The final playable multiplayer game.
## Community
If you have questions about the tutorial, join our discord server at: https://discord.gg/qXt7Bkf
