mob-sakai/UnmaskForUGUI

Tutorial Button can't be instantiated in Unity 2021 LTS

Closed this issue ยท 1 comments

Description
Errors in Unity 2021 LTS when trying to instantiate a Tutorial Button through the menu.

To Reproduce
Steps to reproduce the behavior:

  1. GameObject > UI > Unmask > Tutorial Button
  2. See errors

Environment:

  • Unity 2021 LTS

Problem
In 2021 LTS, Unity has changed the path from "GameObject/UI/Button" to "GameObject/UI/Button - TextMeshPro". Changing it manually fixes the problem, however it would be broken on any older version. A Unity version check with scripting symbols should do the trick.

๐ŸŽ‰ This issue has been resolved in version 1.4.1 ๐ŸŽ‰

The release is available on GitHub release

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€