- Unity Game Optimization
- Dr. Davide Aversa Chris Dickinson
- 142字
- 2021-06-24 12:12:58
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. HLAPI is an easier-to-use system for managing player and GameObject network synchronization automatically, whereas 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.
- Learning LibGDX Game Development(Second Edition)
- Flask Web全棧開發實戰
- Java多線程編程實戰指南:設計模式篇(第2版)
- Learning Data Mining with Python
- Arduino開發實戰指南:LabVIEW卷
- Practical Data Science Cookbook(Second Edition)
- Python編程完全入門教程
- Mastering C# Concurrency
- 云計算通俗講義(第3版)
- HTML5秘籍(第2版)
- 計算機應用基礎教程(Windows 7+Office 2010)
- Python機器學習算法與應用
- Scala Functional Programming Patterns
- Using Yocto Project with BeagleBone Black
- Oracle SOA Suite 12c Administrator's Guide