- 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.
- Learning Python Web Penetration Testing
- C語言程序設計(第3版)
- AWS Serverless架構:使用AWS從傳統部署方式向Serverless架構遷移
- Web開發的貴族:ASP.NET 3.5+SQL Server 2008
- Programming ArcGIS 10.1 with Python Cookbook
- 實用防銹油配方與制備200例
- Implementing Cisco Networking Solutions
- SEO實戰密碼
- Building RESTful Python Web Services
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- PHP從入門到精通(第4版)(軟件開發視頻大講堂)
- C++反匯編與逆向分析技術揭秘(第2版)
- 小型編譯器設計實踐
- Oracle實用教程
- 從零開始學Android開發