If I want to override the script component in a game object, there’s a possibility to do so under Properties. Initially a.go had a.script connected to it.
But after overriding Path to use b.script, a.script is still the one that gets executed. Am I missing something here?