Compile errors in version 3.3.5
Closed this issue · 2 comments
AliAlbarrak commented
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?)
TylerTemp commented
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.
AliAlbarrak commented
All working now. Thank you