-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
更新文档,更新英文文档,翻译更地道
Showing
30 changed files
with
602 additions
and
397 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
# 介绍 | ||
|
||
专业版本提供了一些社区版本所不支持的高级特性,适合对内存和包体要求较高或者有**一定性能压力**的场合,如WebGL游戏。 | ||
|
||
## 支持的版本 | ||
|
||
支持所有 Unity 2019-2022 LTS版本。 | ||
专业版提供了一些社区版本所不支持的高级特性,适合对内存和包体要求较高或者有**一定性能压力**的场合,如WebGL游戏。 | ||
|
||
## 优势 | ||
|
||
- 支持Unity 2021起的il2cpp的`full generic sharing`技术,值类型也可以泛型共享了,以原生方式执行AOT泛型函数,极大提升了泛型函数的执行性能。不再需要对AOT进行补充元数据,简化了工作流,并且有效降低包体大小,明显降低了内存占用。对WebGL等包体和内存要求严苛的平台尤其有用 | ||
- 优化加载及运行过程中元数据分配,内存占用更小 | ||
- **包含标准指令优化**。对常见的代码范式进行谨慎可靠的优化,大幅提升了变量访问(50%-100%)、数值计算(100-300%)、对象访问(50-200%)等常见指令的性能,像一些特殊代码如typeof指令的性能,提升了1000%以上 | ||
- 支持标准代码加固。对IL指令进行预处理,使其无法被ILSpy这样的反编译工具直接破解 | ||
- 更敏捷的维护支持,随时获得最新的代码(社区版本出于维护成本考虑,只会定期发布版本) | ||
- 支持[完全泛型共享](../fullgenericsharing)技术,不再需要补充元数据了 | ||
- 包含[元数据优化](../metadataoptimization)技术,显著优化了元数据内存 | ||
- 包含 **[标准解释优化](../basicencryption)**,极大提升了解释性能。以数值计算指令为例,使用标准解释优化技术后性能有了质的飞跃,是原来的**280%-735%**!像一些特殊代码如typeof指令的性能,提升了1000%以上。 | ||
- 支持代码加密,更安全 | ||
- 支持[DOTS](../dots)技术 | ||
- 包含一年技术支持 | ||
|
||
## 支持的版本 | ||
|
||
支持所有 Unity 2019-2022 LTS版本。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.