Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Ver.1.1.6

Latest
Compare
Choose a tag to compare
@Giresharu Giresharu released this 23 Aug 15:43
· 1 commit to master since this release
51b6201

修复

  • 修复了在使用 TextMeshPro (非UGUI)时空引用的问题
  • 减少了在实例化 TextMeshProUGUI 的同一帧内立刻 SetText 导致打字机效果失效的问题。

已知 Bug

  • Canvaspixel perfect 选项设为 true 时,在实例化 TextMeshProUGUI 的同一帧内立刻 SetText 导致打字机效果仍会失效。

Fixes

  • Fixed an issue with null reference when using TextMeshPro (non-UGUI).
  • Reduced the problem where calling SetText immediately after instantiating TextMeshProUGUI within the same frame would cause the typewriter effect to fail.

Known Bugs

  • When the pixel perfect option of the Canvas is set to true, calling SetText immediately after instantiating TextMeshProUGUI within the same frame will still cause the typewriter effect to fail.