noio / games.noio.planter

The plant simulation from Cloud Gardens as a Unity package for level design.
MIT License
237 stars 17 forks source link

CircleFillElement.cs(39,31): error CS1061 :( #1

Closed BeshkekArt closed 1 year ago

BeshkekArt commented 1 year ago

'MeshGenerationContext' does not contain a definition for 'painter2D' and no accessible extension method 'painter2D' accepting a first argument of type 'MeshGenerationContext' could be found (are you missing a using directive or an assembly reference?)

BeshkekArt commented 1 year ago

and the same script CircleFillElement.cs(50,17). error CS0103: The name 'ArcDirection' does not exist in the current context

BeshkekArt commented 1 year ago

I Use 2021.3.15f1

noio commented 1 year ago

Heya, that's a version of unity that does not support some of the UIToolkit features that I was using to draw the inspectors. The package also has a minimum version of Unity 2022.2 However, I removed the unused code, could you see if that fixes the problem?