- 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.
推薦閱讀
- HornetQ Messaging Developer’s Guide
- The DevOps 2.3 Toolkit
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- Arduino by Example
- Python程序設(shè)計(第3版)
- 名師講壇:Java微服務(wù)架構(gòu)實戰(zhàn)(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Jupyter數(shù)據(jù)科學(xué)實戰(zhàn)
- Building RESTful Python Web Services
- 微服務(wù)從小白到專家:Spring Cloud和Kubernetes實戰(zhàn)
- Visual Basic語言程序設(shè)計基礎(chǔ)(第3版)
- SQL Server 2012 數(shù)據(jù)庫應(yīng)用教程(第3版)
- Laravel Design Patterns and Best Practices
- Visual FoxPro程序設(shè)計習題及實驗指導(dǎo)
- jQuery基礎(chǔ)教程(第4版)
- Illustrator CS6中文版應(yīng)用教程(第二版)