(Execution Error): Failed to resolve Agent to requested type ‘Character’, or new Agent is NULL. Does the Agent has the requested Component?
And it took me a while to figure out what node was generating it.
Looks like Unity cannot highlight context object bound to this error message because it is a Task and not a Unity Object or a component. So seeing the type of ‘this’ in an error message could be useful.
If you open up the custom “Graph Console”, then most errors/warnings/infos logged in that console are clickable which will automatically open up the related graph and focus that graph on the related node that poped that log.