Skip to content

Conversation

@ch0m5
Copy link
Contributor

@ch0m5 ch0m5 commented Dec 9, 2024

Aims to solve #842.

}

Variant scene_file = p_context.get_input(2);
Variant scene_file = p_context.get_input(3);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately, this change won't be backward compatible. You can't change the pin order or indices without there being issues. In short, this means that any older orchestrations won't connect their pins properly.

You may need to take a look at _upgrade or reallocate_pins_during_reconstruction to deal with correctly handling the upgrade for existing dialogue message nodes in older orchestrations.

@Naros Naros force-pushed the add_audio_for_dialogue_nodes branch from ba9e0e5 to 2ac0383 Compare February 22, 2025 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants