Hi,
all action/condition nodes i inspected that use physics queries use the static Physics class directly. This breaks multi-scene workflows where scenes have local physics scenes. I want to suggest reworking them to use the agent’s physics scene by default instead (agent.gameObject.GetPhysicsScene()). If users don’t explicitly set it this will still be valid as they will use the global one instead implicitly.