We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
New versions of Unity (2023.2+) provide built-in attributes for simple UI Toolkit elements declaration.
Unfortunately they are not compatible with Bindable elements provided with MVVM toolkit out of the box.
I suggest to add support for them with something like #if UNITY_2023_2_OR_NEWER
The text was updated successfully, but these errors were encountered:
Fix #16. Add Unity 2023 UxmlElement attribute support.
c810eaa
ChebanovDD
Successfully merging a pull request may close this issue.
New versions of Unity (2023.2+) provide built-in attributes for simple UI Toolkit elements declaration.
Unfortunately they are not compatible with Bindable elements provided with MVVM toolkit out of the box.
I suggest to add support for them with something like #if UNITY_2023_2_OR_NEWER
The text was updated successfully, but these errors were encountered: