fungus icon indicating copy to clipboard operation
fungus copied to clipboard

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

Open breadnone opened this issue 2 years ago • 1 comments

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 avatar Apr 20 '22 13:04 breadnone

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

https://user-images.githubusercontent.com/64100867/166922092-b3164afb-13d4-4459-962f-9835de70c141.mp4

breadnone avatar May 05 '22 12:05 breadnone