I am chasing a bug where, even when switching individual targets, the ability continues to affect the previously selected target but I can't understand what's causing it.
This is how it looks in game:
image
This is the Individual Targets Setting
image
This is the battle animation Schematic for the ability:
image
  • Since this seems to be a loop in your attack, it'd need to update the target of the action within the loop, otherwise the target change doesn't have any effect on it.

    Individual targets are used when selecting an action, e.g. via control map or battle menu that automatically targets the current target. If the action is ongoing, the action's targets don't change automatically.

    You can change targets like this:
    - Select Combatant node to get Individual Target origin from the user of the action (to get the new target)
    - Change Action Targets node to set the new target for the action
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • That solved the issue, thank you Nicholas!
Sign In or Register to comment.