Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

AI Planner - Problem with incorrect state information update.

Discussion in 'AI & Navigation Previews' started by Xeniu, Sep 27, 2021.

  1. Xeniu

    Xeniu

    Joined:
    Mar 22, 2013
    Posts:
    3
    So i have this scene where agent is going to object, picking it up and dropping it in stockpile. To indicate that object was already picked up i set up bool in action.



    Problem is that when action is completed pickUp bool is changed on wrong object.

    What can i do about it.