- Mastering Unity 2017 Game Development with C#(Second Edition)
- Alan Thorn
- 108字
- 2021-07-02 15:38:27
Game mode
The term game mode might mean many things, but in this case, we'll focus on the difference between singleplayer and multiplayer game modes. Dead Keys will be single player, but there's nothing intrinsic about its design that indicates that it is for a single player only. It can be adapted to both local co-op multiplayer and internet-based multiplayer (using the Unity networking features). More information on Unity network, for the interested reader, can be found online at: https://docs.unity3d.com/Manual/UNet.html.
It's important to decide on this technical question very early in development, as it heavily impacts how the game is constructed and the features it supports.
推薦閱讀
- Objective-C Memory Management Essentials
- Java EE 6 企業級應用開發教程
- 測試驅動開發:入門、實戰與進階
- C語言程序設計案例教程(第2版)
- Python王者歸來
- INSTANT CakePHP Starter
- 深度強化學習算法與實踐:基于PyTorch的實現
- Android程序設計基礎
- Hands-On Full Stack Development with Go
- R語言:邁向大數據之路(加強版)
- 平面設計經典案例教程:CorelDRAW X6
- Distributed Computing in Java 9
- Python 3 Object:oriented Programming(Second Edition)
- Android系統下Java編程詳解
- R語言數據挖掘:實用項目解析