cmacmillan / CurveDesigner

A free tool for designing tubes, ramps, curves, and half-pipes in unity
MIT License
178 stars 16 forks source link

[BUG REPORT] namespace errors #6

Closed marcusx2 closed 3 months ago

marcusx2 commented 3 months ago

When I import the plugin in Unity 2022, I get the following errors

image

marcusx2 commented 3 months ago

Just had to change to

UnityEditor.Tools.hidden

and it worked, which is weird and shouldn't have to be done, because the source files already include the namespace. Maybe a Unity bug.