- 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.
- Advanced Splunk
- Java程序設計(慕課版)
- Java面向對象軟件開發
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- C語言程序設計實訓教程
- Magento 2 Development Cookbook
- Python編程:從入門到實踐
- Node.js全程實例
- OpenCV 3計算機視覺:Python語言實現(原書第2版)
- 從程序員角度學習數據庫技術(藍橋杯軟件大賽培訓教材-Java方向)
- 單片機原理及應用技術
- 零基礎學HTML+CSS第2版
- 程序員必會的40種算法
- SQL Server 2008實用教程(第3版)
- Bitcoin Essentials