I get the following Errors when I import flowCanvas into my Project:
Assets\ParadoxNotion\CanvasCore\Common\Design\PartialEditor\TypePrefs.cs(21,36): error CS0066: ‘TypePrefs.onPreferredTypesChanged’: event must be of a delegate type
Assets\ParadoxNotion\CanvasCore\Common\Runtime\Services\MonoManager.cs(13,29): error CS0066: ‘MonoManager.onUpdate’: event must be of a delegate type
Assets\ParadoxNotion\CanvasCore\Common\Runtime\Services\MonoManager.cs(14,29): error CS0066: ‘MonoManager.onLateUpdate’: event must be of a delegate type
Assets\ParadoxNotion\CanvasCore\Common\Runtime\Services\MonoManager.cs(15,29): error CS0066: ‘MonoManager.onFixedUpdate’: event must be of a delegate type
Assets\ParadoxNotion\CanvasCore\Common\Runtime\Services\MonoManager.cs(16,29): error CS0066: ‘MonoManager.onGUI’: event must be of a delegate type
Assets\ParadoxNotion\CanvasCore\Common\Runtime\Services\MonoManager.cs(17,29): error CS0066: ‘MonoManager.onApplicationQuit’: event must be of a delegate type
Hello and sorry for the late reply due to site migration.
It seems like that there is another asset (or your own code?) in the project, that has a class named “Action” which is though not put within a namespace and as such it creates a conflict with the “System.Action” type.
Can you please confirm that this is indeed the case and/or that importing NodeCanvas on a new project works correctly?
If it is due to another asset/plugin, I would suggest to kindly ask its developer to place his code in a namespace, since that is a standard practice to avoid such conflicts.
Thank you.
Join us on Discord: https://discord.gg/97q2Rjh
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Login
Register
By registering on this website you agree to our Privacy Policy.