verb icon indicating copy to clipboard operation
verb copied to clipboard

using verb in Unity3D project

Open fwerre opened this issue 4 years ago • 0 comments

Hi,

tried to compile verb into C# and use the dll in a Unity3D project. Unfortunately, only adding the Verb.dll to my project generates a lot of errors in the Unity Editor. I am quite unsure why this happens, seems to be related to System.Type.

Example error msg: /Applications/Unity/Hub/Editor/2019.2.12f1/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.ugui/Runtime/UI/Core/DefaultControls.cs(179,85): error CS1503: Argument 3: cannot convert from 'System.Type' to 'Type'

Thanks in advance for any hints why this happens or what is the best approach to use Verb in Unity. Best,

fwerre

fwerre avatar Jan 12 '21 13:01 fwerre