https://github.com/thbaylson/dedicatedserverproject
The code contained in this repo mostly comes from the online course "2024 Multiplayer Mastery – (RPG)" by Jason Weimann. This project serves as an example of how to create a multiplayer game in Unity and host it on a dedicated server.
https://github.com/thbaylson/dedicatedserverproject
ai-art course-project game-dev multiplayer rpg unity unity3d
Last synced: 2 months ago
JSON representation
The code contained in this repo mostly comes from the online course "2024 Multiplayer Mastery – (RPG)" by Jason Weimann. This project serves as an example of how to create a multiplayer game in Unity and host it on a dedicated server.
- Host: GitHub
- URL: https://github.com/thbaylson/dedicatedserverproject
- Owner: thbaylson
- Created: 2024-01-12T03:05:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T20:04:15.000Z (over 2 years ago)
- Last Synced: 2025-03-23T11:45:56.533Z (over 1 year ago)
- Topics: ai-art, course-project, game-dev, multiplayer, rpg, unity, unity3d
- Language: C#
- Homepage: https://game.courses/courses/multiplayer-mastery-2024/
- Size: 14.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dedicated Server Project
The code contained in this repo mostly comes from the online course ["2024 Multiplayer Mastery – (RPG)" by Jason Weimann](https://game.courses/courses/multiplayer-mastery-2024/). This project serves as an
example of how to create a multiplayer game in Unity and host it on a dedicated server. The code comments are my own and represent my thoughts and opinions throughout the course. After the conclusion of the course,
I may continue to work on this project to make it more mine (note the various "TODO" comments).