[SOLVED] Adding outgoing links to DialogueEntry at runtime?

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Flynn74
Posts: 1
Joined: Sun Nov 03, 2024 9:59 am

[SOLVED] Adding outgoing links to DialogueEntry at runtime?

Post by Flynn74 »

Hi,

I'm adding dynamically outgoing links to a DialogueEntry at runtime via C#.

This works fine in Editor, until I tick "Instantiate Database" in the Dialogue Manager Gameobject.

I know that I alter the asset itself when "Instantiate Database" is NOT ticket, but why are all my runtime changes are ignored in Editor and Build if it IS ticked? I thought the game is using the instantiated database then?

Thanks!

Regards,
Flynn

EDIT: Oops, nevermind. I had an error in my script. It works now! :)
Post Reply