This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
修复
- 修复了在使用
TextMeshPro
(非UGUI)时空引用的问题 - 减少了在实例化
TextMeshProUGUI
的同一帧内立刻SetText
导致打字机效果失效的问题。
已知 Bug
- 当
Canvas
的pixel perfect
选项设为 true 时,在实例化TextMeshProUGUI
的同一帧内立刻SetText
导致打字机效果仍会失效。
Fixes
- Fixed an issue with null reference when using
TextMeshPro
(non-UGUI). - Reduced the problem where calling
SetText
immediately after instantiatingTextMeshProUGUI
within the same frame would cause the typewriter effect to fail.
Known Bugs
- When the
pixel perfect
option of theCanvas
is set to true, callingSetText
immediately after instantiatingTextMeshProUGUI
within the same frame will still cause the typewriter effect to fail.