分类: 未分类

7 篇文章

The Differences Between Package and Bundle
In the YooAsset asset management framework, Package and Bundle are two core concepts representing different levels of asset management. Below are their definitions, difference…
On Lua Config Files Optimization
There are numerous formats for configuration tables: XML, JSON, SQLite, ScriptableObject, Protobuf, and more. In Lua-based projects, many developers still export configuration…
How to fix the shader variants issue?
question: The collection of missing variants is causing the game package to fail to find matching variants, resulting in errors. How can this variant omission problem be solve…
Analysis of Memory via Three Types of Charts
Question: What is untracked memory in Unity's Memory Profiler? Do you know? Let's explore this question together. Three types of diagrams: Three different types of diagrams to…