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

[SUGGESTION] Convert UI generation to UXML #12

Open
blueknightone opened this issue Nov 2, 2020 · 0 comments
Open

[SUGGESTION] Convert UI generation to UXML #12

blueknightone opened this issue Nov 2, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@blueknightone
Copy link
Owner

Remember: Be courteous, be constructive, be critical.

Context
This method creates and adds all of the nodes.

Identify the Issue

It's verbose and hard to navigate, and probably tries to do to much within a class.

Suggestion

Unity UIElements allows defining editor UI through an XML-like text files. This would move creating the controls out of the class, which would then simply load the UI like it currently loads in the style sheets.

@blueknightone blueknightone added the enhancement New feature or request label Nov 2, 2020
@blueknightone blueknightone self-assigned this Nov 2, 2020
@blueknightone blueknightone added this to the v1.0.0 milestone Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant