Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Unity3D-sdk] Remove dependency on TextMeshPro from ugui/UnityNode.cs #111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KorneiDontsov
Copy link

Documentation in README says that folder 'ugui' should be chosen when target project uses UnityEngine.UI without TextMeshPro. But at the moment ugui/UnityNode.cs is not working without TextMeshPro. These changes fix it.

The commit actually roll back the changes made in commit 90376b9 last year. Probably, they was forgotten to roll back when TextMeshPro support was split to separate folder 'uguiWithTMPro'.

Documentation in README says that folder 'ugui' should be chosen when target project uses UnityEngine.UI without TextMeshPro. But at the moment ugui/UnityNode.cs is not working without TextMeshPro. These changes fix it.

The commit actually roll back the changes made in commit 90376b9 last year. Probably, they was forgotten to roll back when TextMeshPro support was split to separate folder 'uguiWithTMPro'.
@KorneiDontsov
Copy link
Author

Compilation error that occurs and needs fixing:

Assets/PocoSDK/ugui/UnityNode.cs(5,7): error CS0246: The type or namespace name `TMPro' could not be found. Are you missing a using directive or an assembly reference?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant