Seneral / Node_Editor_Framework

A flexible and modular Node Editor Framework for creating node based displays and editors in Unity
https://nodeeditor.seneral.dev
MIT License
2k stars 415 forks source link

In Unity 2018.2.0b1, GUIScaleUtility no longer has access to UnityEngine.GUIClip. #161

Closed snorthman closed 6 years ago

snorthman commented 6 years ago

The editor does not work in the new 2018 (beta) version, but I've only just found this framework so I can't help any further.

Seneral commented 6 years ago

Will take a look, thanks! There have been rare occasions before (mac mostly, if I remember correctly) where there were problems, maybe it's that again. Guess they either fixed the GUI scale completely so this workaround is not needed (too good to be true) or they broke the only real workaround ... lets hope for the best:)

Seneral commented 6 years ago

Ya, could reproduce it, seems they changed a bit. They changed from internal class public members to internal class internal members. Easy to adapt in principle. Have a fix ready I think:)

Seneral commented 6 years ago

Should be fixed in d4b6084 :)