Reply To: make some Tasks to run On Update as well

Forums 💬 NodeCanvas 🗨️ General Discussion make some Tasks to run On Update as well Reply To: make some Tasks to run On Update as well

#14199
chocolacode
Participant

    hey,

    thanks for the hint! that worked out very well… 🙂

    The tasks: Decompose Vector, Compose New Vector, Get Property and Set Property worked fine with the “repeat” setting. However the WaitMousePick task still need to be copied into a new one that senses the GetMouseButton method rather than GetMouseButtonDown. I made the copy of this task and my project is working as expected,

    I have a question though…What about if there is a case where I need to repeat only certain tasks in the state but not all?

    thanks again for your support!