2.7.0 : Wait node time set to 0 in build

Forums 💬 FlowCanvas ⚙️ Support 2.7.0 : Wait node time set to 0 in build

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22100
    mdemaille
    Participant

      Hello,

      We encounter an issue with the Wait node. Since we updated to 2.7.0, all the wait nodes we created before the update are not working when we build the game, what we know is that their time parameter is set to 0 so it’s like they’re skipped.
      The new wait nodes we are creating since the update work. Does someone know how to fix this issue ? Unfortunately we have a lot of those nodes and it would be very long to replace them all. This problem is pretty serious for us since we have a big deadline tomorrow and it’s breaking a lot of things in the game :/

      Thank you

      #22101
      Gavalakis
      Keymaster

        Hello,

        This is a know issue introduced in 2.7. For anyone encountering this problem, please open up FlowNode.cs file and change the code in OnBeforeSerialize method at line #60 to be like this:

        The difference with the original is that the !port.isDefaultValue is commented out.

        A new version with proper fix is already underway.
        Thank you.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.