Master Server Toolkit
Vladimir Anisimov
$0.0
Date |
Price |
---|---|
日期和时间 |
价钱($) |
08/25(2022) |
0.0 |
11/16(2024) |
0.0 |
Jump AssetStore
This is an independent, free and at the same time powerful solution to many of the problems you face when developing online multiplayer games and applications.All demo scenes are created using URP.UIs in demos use Text Mesh Pro. Install it com.unity.textmeshproThe purpose of the framework is to create servers, services, and microservices that will run in different parts of the world and perform one common task of your multi-user application or game. With the built-in network API, you can create your own game server without having to use Fishnet, uNet, Mirror Networking, Forge Remastered, or other systems for creating online multiplayer games.Servers and services that are created using the current framework can work locally, but you need to use a VPS or dedicated server for production.I recommend you to have your servers on a remote machine, not on a local one. You can either have some pre-defined game servers running 24/7, or you can have a Spawner server "spawns" a game server on clients request (this seamlessly imitates client hosting).The concept of a framework already indicates the readiness of those who will use it to program using the API. The UI components used in the examples are only designed to demonstrate a particular tool. There is no need to use the UI at all to solve your problems. For example: you don't need an UI to get a list of game servers. You just need to make a request to get a list and use the response for your purposes.There is no need to use everything in the framework. Use just the tools you need.User registration and authorizationEvery multiplayer game, keeps the accounts of players. And for this purpose, there are many services that in one way or another help the developer in solving this issue. MST solves this problem right out of the box. Using the built-in authorization module, you can quickly launch the ability to work with user accounts. Moreover, you can easily integrate MST with remote user registration and authorization services using the API provided by them.Lists of game servers like in many popular shooter gamesVery often in multiplayer games, developers are faced with the problem of displaying active servers in the list, so that users can select the desired one and connect to it. MST solves this issue with just a few lines of code! Moreover, MST has a built-in system that helps you run game servers/rooms anywhere in the world.Managing of user dataInteraction with user data such as profiles, friends, clans, game currency, and more is also an integral part of multiplayer games. With built-in, flexible tools, you can easily solve this issue and achieve the necessary results. MST is able to perform instant synchronization of user data in real time at any change.Interaction with databasesHandling user information is one task, but storing this information is another. MST has the functionality to work with databases without connecting to external data storage sources. However, if you already use sources such as Amazon DynamoDB, GameSparks, or Azure Playlab, you can easily interact with their API using the built-in MST tools.Game chats and chat channelsIt is quite often, an integral part of multiplayer games is a game chat. MST will also help resolve this issue. With the ready-made module, you can easily create your game chats and chat channels with the unlimited number of users.Cross-platform supportThe MST client side runs on platforms such as Windows, Linux, MacOS, Android, iOS, and WebGL. The server part is supported by Windows, Linux, and Android platforms.Extending the functionality according to your needsNot all of the features I can provide you with are described here. There is a separate solution for each individual problem, but most of them can be solved using MST. But if the functionality provided in MST is not enough for you, its modular system allows you to easily write extensions for your needs. With the help of modules, you can create services that will work together and still be located in different parts of the world.MST Networking APIIt's a layer of abstraction on top of networking technologies / protocols, that simplifies communication between servers and clients. It's designed to be fast, convenient and very extendable - you can fine tune structure of your messages, change communication protocols, and none of your networking code would have to change.The MST package provides demo scenes showing how to quickly and easily create a prototype of your multiplayer game or SOFTWARE, and the Discord channel will allow you to get help faster than on the forums.Latest fixes can be downloaded hereDocumentation is not finished.