- Unity Game Optimization
- Dr. Davide Aversa Chris Dickinson
- 115字
- 2021-06-24 12:13:08
Reducing serialized object size
We should aim to make our serialized objects as small as possible or partition them into smaller data pieces we combine together piece by piece so that they can be loaded one piece at a time over time. This can be tricky to manage for Prefabs since Unity does not inherently support nested Prefabs, and so we would be implementing such a system ourselves, which is a notoriously difficult problem to solve in Unity. UI Prefabs are good candidates for separating into smaller pieces since we don't normally need the entire UI at any given moment, and so we can usually afford to load them in one piece at a time.
推薦閱讀
- DBA攻堅指南:左手Oracle,右手MySQL
- C語言程序設計習題解析與上機指導(第4版)
- Learning Real-time Processing with Spark Streaming
- PaaS程序設計
- 匯編語言程序設計(第2版)
- C語言程序設計立體化案例教程
- 程序設計基礎教程:C語言
- 零基礎入門學習Python(第2版)
- Python High Performance Programming
- Cybersecurity Attacks:Red Team Strategies
- R數(shù)據(jù)科學實戰(zhàn):工具詳解與案例分析
- MyBatis 3源碼深度解析
- 多媒體技術及應用
- Learning Concurrency in Python
- Getting Started with JUCE