Possible Bug: Sort Options Don’t Function
Posted: Thu Nov 23, 2023 1:23 am
Hello,
Not sure what version this would have started in as I only tried re-ordering my node ID's again recently, but I noticed this in the following version:
Dialogue System 2.2.41.1
Unity 2020.3.48f1
None of the sort options in the conversations tab of the dialogue editor seem to do anything. I've been trying to re-order the ID's of a few of my conversations, but using the menu option doesn't appear to do anything at all. I've tried for a single conversation, and I've also tried the option for all conversations.
I tried looking into it myself, and it looks like the code stops on line 58 (ReorderIDsInConversation function) of the DialogueEditorWindowReorderIDs script. No idea how to actually fix anything, but I commented out line 58 to see if it would work, and it did, but it's still a little buggy. Some of my transitions got messed up.
Apologies, but I'd like to sneak in a feature request. Truthfully, I wouldn't bother with re-ordering ID's if newly created nodes took the lowest available ID instead of incrementing on the current highest ID. Not sure if this messes up things internally, but it would be nice (if only for what is probably my ocd).
Thanks for all of your hard work! Have a great day.
Not sure what version this would have started in as I only tried re-ordering my node ID's again recently, but I noticed this in the following version:
Dialogue System 2.2.41.1
Unity 2020.3.48f1
None of the sort options in the conversations tab of the dialogue editor seem to do anything. I've been trying to re-order the ID's of a few of my conversations, but using the menu option doesn't appear to do anything at all. I've tried for a single conversation, and I've also tried the option for all conversations.
I tried looking into it myself, and it looks like the code stops on line 58 (ReorderIDsInConversation function) of the DialogueEditorWindowReorderIDs script. No idea how to actually fix anything, but I commented out line 58 to see if it would work, and it did, but it's still a little buggy. Some of my transitions got messed up.
Apologies, but I'd like to sneak in a feature request. Truthfully, I wouldn't bother with re-ordering ID's if newly created nodes took the lowest available ID instead of incrementing on the current highest ID. Not sure if this messes up things internally, but it would be nice (if only for what is probably my ocd).
Thanks for all of your hard work! Have a great day.