Reply To: Sort GOs by BB variable(Linq ?)

Forums 💬 NodeCanvas ⚙️ Support Sort GOs by BB variable(Linq ?) Reply To: Sort GOs by BB variable(Linq ?)

#18658
Gavalakis
Keymaster

    Hello again,
    Could this be something like what you are after:

    This basicaly orders a list of blackboards based on some variable name and type T, then saves the sorted list of the gameobjects to a new variable.

    Let me know.