Forums › 💬 NodeCanvas › ⚙️ Support › Action never return success › Reply To: Action never return success
I found what the problem is. GetOverlapSphere actually returns false if it has not found any objects, so all the nodes after it are not even executed. I’ve redone the tree and it all works just fine now.