- Unity 2017 Game Optimization(Second Edition)
- Chris Dickinson
- 144字
- 2021-07-02 23:21:03
The Network Messages and Network Operations Areas
These two Areas provide information about Unity's Networking System, which was introduced during the Unity 5 release cycle. The information present will depend on whether the application is using the High-Level API (HLAPI) or Transport Layer API (TLAPI) provided by Unity. The HLAPI is a more easy-to-use system for managing Player and GameObject network synchronization automatically, whereas the TLAPI is a thin layer that operates just above the socket level, allowing Unity developers to conjure up their own networking system.
Optimizing network traffic is a subject that fills an entire book all by itself, where the right solution is typically very dependent on the particular needs of the application. This will not be a Unity-specific problem, and as such, the topic of network traffic optimization will not be explored in this book.
- Objective-C Memory Management Essentials
- jQuery EasyUI網(wǎng)站開發(fā)實(shí)戰(zhàn)
- Python王者歸來
- 老“碼”識途
- Visual C
- C語言程序設(shè)計教程
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- TMS320LF240x芯片原理、設(shè)計及應(yīng)用
- Java并發(fā)編程之美
- Mastering Elixir
- ASP.NET求職寶典
- The Statistics and Calculus with Python Workshop
- Java EE輕量級解決方案:S2SH
- 程序員面試金典(第6版)
- Mastering Unity 2017 Game Development with C#(Second Edition)