verb
verb copied to clipboard
using verb in Unity3D project
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