Not sure what’s going on here but this is pretty frustrating to get errors like this on first import after purchasing an asset. Has anyone else had this issue?
After looking at the source it does indeed not seem to make any sense why these methods are marked as override.
Turns out it was a naming conflict with Graph, Node & EditorUtils. Make sure you check those files if you have an issue like this one in the future guys :).
Hello again.
We did speak in email, but just to keep the forums up to date for everyone; indeed, such errors point to namespace conflicts with other types in the project if such other types are not declared into a namespace.