edited July 2024 in ORK Support
loop node is not work well in formulas, No matter what the max value is, it loop will only be executed once
Post edited by joywayer on
  • Can you show your setup?
    Your nodes need to connect back to the Loop node to perform the next loop, until it exits via the Finished next slot.
    So, the nodes connected to the Loop node's Loop slot need to loop back to the Loop node for the loop to work :)

    Did a quick test and works fine here.
    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!
  • edited July 2024
    this is my formulasimage
    Post edited by joywayer on
  • how to log variables
  • @joywayer As GiL said, you need to connect the Add node back to the loop node.

    You can use a Unity Console node, click Edit Text -> More -> Variable to have it log out a variable (need to have variable origin and name matching)
Sign In or Register to comment.