rygo6 / GTLogicGraph

A generic graph made off the UIElement GraphView built into Unity.
Other
212 stars 19 forks source link

Unity 2019 Support #2

Closed ToadsworthLP closed 5 years ago

ToadsworthLP commented 5 years ago

Since UIElements moved out of the experimental phase in Unity 2019 and is now essentially production-ready, it would be great if this library worked in the most recent Unity release. I already tried fixing it myself, but it seems to involve more than just replacing all using directives to point to the now non-experimental UIElements library. Thank you in advance!

rygo6 commented 5 years ago

Oh great to hear it's out of experimental. I will update my project to 2019 this weekend and work on that.

merpheus-dev commented 5 years ago

Is there any news ?

rygo6 commented 5 years ago

Detour through life and work. I'll be able to get back to this next week.

ToadsworthLP commented 5 years ago

There has been some activity on the repo, especially #78aa3eb827cdf18951f7fd64f57088f4733f166e looked very promising, but it seems like the contents of the GeoTetra.GTLogicGraph.Extensions namespace are not on this repository. I assume that this is not the intended behaviour as it essentially prevents use of this library, and because this first occured after the Unity 2019 compatibility was introduced, it seemed appropriate to report it here instead of in a new issue.

rygo6 commented 5 years ago

Ya I updated it in 2019 and fixed all the compiler errors. Seems to be fine so far.

I still wouldn't recommend using this for anything serious yet. Now that it is out of the experimental namespace I am going to try and get this to some level of complete. Probably change quite a bit in the process.

merpheus-dev commented 5 years ago

Cool, thank you!