You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Errors in Unity 2021 LTS when trying to instantiate a Tutorial Button through the menu.
To Reproduce
Steps to reproduce the behavior:
GameObject > UI > Unmask > Tutorial Button
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.
The text was updated successfully, but these errors were encountered:
Description
Errors in Unity 2021 LTS when trying to instantiate a Tutorial Button through the menu.
To Reproduce
Steps to reproduce the behavior:
Environment:
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.
The text was updated successfully, but these errors were encountered: