Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Compile issue
#1
Hi there.
I am having the following compile error:
Assets/Packages/DevTools/Editor/PropertyDrawers.cs(673,35): error CS0309: The type `EnumFlagAttribute' must be convertible to `FluffyUnderware.DevTools.DTPropertyAttribute' in order to use it as parameter `T' in the generic type or method `FluffyUnderware.DevToolsEditor.DTPropertyDrawer<T>'

Unity 5.4.0.f3

Thanks.

Importing Curvy into a clean project seems to work. No idea why.
Reply
#2
I had another enumflag attribute defined in another package.
Thanks.
Reply
#3
Yes, that are common issues. Note that all Curvy code is in it's own namespace(s), so either it's the problem of other packages not using namespaces or you can overcome issues with a using-alias statement in case you need to use two identical class names from different namespaces, like:

Code:
using DTEnumFlag = FluffyUnderware.DevTools.EnumFlagAttribute;
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Rasterized Path Range issue proton 2 10 04-15-2024, 03:42 PM
Last Post: _Aka_
  Rotation issue with generator nicolaj.h.andersen@gmail.com 1 15 04-14-2023, 11:58 AM
Last Post: _Aka_
  BuildVolumeMesh issue tairoark 40 95 11-25-2022, 07:57 AM
Last Post: _Aka_
Exclamation DuplicateEditorMesh performance issue Guillaume 5 12 01-18-2022, 01:44 PM
Last Post: _Aka_

Forum Jump: