Search Unity

Resolved Specific flow group not working after building

Discussion in 'Visual Scripting' started by router2, Nov 4, 2021.

  1. router2

    router2

    Joined:
    Nov 4, 2021
    Posts:
    2
    This is a function on a pinball game where when the ball reaches the reset collider, it will check for my best score and reset my current score to 0. It works fine when played in the editor, but once it's been built only this function is not getting activated or maybe the saved variable is not read.
     

    Attached Files:

    • flow.png
      flow.png
      File size:
      62.1 KB
      Views:
      260
    Last edited: Nov 4, 2021
  2. router2

    router2

    Joined:
    Nov 4, 2021
    Posts:
    2
    It seems I need to add an initial variable in my saved variable tab