Skip to content

Some of the custom controls don't work with Unity6 #73

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

Open
battlearchers opened this issue May 20, 2024 · 3 comments
Open

Some of the custom controls don't work with Unity6 #73

battlearchers opened this issue May 20, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@battlearchers
Copy link

https://monosnap.com/file/3q87druoRi7YEcd3FRL0HbeqL4i6v0

@battlearchers battlearchers added the bug Something isn't working label May 20, 2024
@NullOne01
Copy link

The problem is that UNITYMVVMTOOLKIT_TEXTMESHPRO_SUPPORT is not defined.
You should add it into Player Settings like this:
image

@NullOne01
Copy link

NullOne01 commented Sep 7, 2024

I guess the problem was caused by the reason that package for Text Mesh Pro was removed. Text Mesh Pro was added into built-in com.unity.ugui package.

@NullOne01
Copy link

NullOne01 commented Sep 10, 2024

Moreover, seems like Unity 6.0 Preview implemented their own MVVM mechanism for UI Toolkit: https://docs.unity3d.com/6000.0/Documentation/Manual/UIE-data-binding.html
Can't find info about data binding for UGUI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants