Difference between revisions of "Dedicated Server Kit Unity Project"
From gamevanilla wiki
(→Introduction) |
(→Introduction) |
||
Line 9: | Line 9: | ||
* '''Demo:''' This folder contains the source files of the C# game client demo. It is intended as a practical example of how a game client that uses the kit would look like; in the real world, you will replace/modify this as needed by your game. | * '''Demo:''' This folder contains the source files of the C# game client demo. It is intended as a practical example of how a game client that uses the kit would look like; in the real world, you will replace/modify this as needed by your game. | ||
− | Let's go over these folders in more detail | + | Let's go over these folders in more detail next. |
= Core = | = Core = |
Revision as of 05:28, 9 February 2021
IntroductionThe Unity project is divided in two main folders:
Let's go over these folders in more detail next. CoreDemo |