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

Ui-Toolkit Will be the default Editor and Inspector in Unity 2022.2+ #1051

Open
breadnone opened this issue Apr 20, 2022 · 1 comment
Open

Comments

@breadnone
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Just a heads up, that Unity will be defaulted to Ui-toolkit api for both Editor and Inspector etc. This will be the default since Unity 2022.2 and above!

image

Describe alternatives you've considered
I do support the movement to the new Ui-Toolkit. It's very lightweight, less boilerplate and blazingly fast and very very easy to implement, unlike the good ole IMGui.

We have two options:

  1. Use the Experimental API of GraphView, which used in ShaderGraph, VFX Graph etc. This may likely be deprecated in the near future in favor of Graph Tool Foundation (see below).
  2. Use the latest preview graphic api of [GraphToolFoundation] (https://docs.unity3d.com/Packages/[email protected]/manual/index.html) that will replace all graphs tooling and the defacto in Unity(they planned to replace ShaderGraph, VFX graph, Bolt gui with it, in the future, once out of preview).

Additional context
This is like a huge revamp for Fungus, but it can't be done by a single person, so team work is a must here. Please share your thoughts on this.

@breadnone
Copy link
Contributor Author

Here's a demo of the experimental GraphView api, it's a Fungus clone I made as my pet project.
It can handle hundreds even thousands without slowdowns

FQeHgMPYPV.mp4

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

No branches or pull requests

1 participant