- 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.
推薦閱讀
- Java Web開發學習手冊
- Learning ROS for Robotics Programming(Second Edition)
- Spring 5.0 By Example
- 微服務與事件驅動架構
- Practical Internet of Things Security
- WSO2 Developer’s Guide
- RTC程序設計:實時音視頻權威指南
- 深入理解Java7:核心技術與最佳實踐
- Mastering macOS Programming
- Linux命令行與shell腳本編程大全(第4版)
- Swift語言實戰精講
- 批調度與網絡問題的組合算法
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- Extreme C
- HTML5+CSS3+jQuery Mobile APP與移動網站設計從入門到精通