TylerTemp/SaintsField

Compile errors in version 3.3.5

Closed this issue · 2 comments

This seems to happen when using Addressables.
There are many errors but here is one of them.

Editor/Drawers/Addressable/AddressableLabelAttributeDrawer.cs(79,33): error CS1061: 'UIToolkitUtils.DropdownButtonField' does not contain a definition for 'buttonLabelElement' and no accessible extension method 'buttonLabelElement' accepting a first argument of type 'UIToolkitUtils.DropdownButtonField' could be found (are you missing a using directive or an assembly reference?)

Sorry about the trouble. This is because the code refactor from 3.3.5, and has been fixed in 3.3.6. Please upgrade to see if it's been fixed.

All working now. Thank you