issue with unique IDs
Posted: Tue Mar 04, 2025 5:47 am
Hi Tony,
I have a strange issue with DSFU that I hope you can help me with.
My project is set up to use different databases. I have one per scene, plus a master database that contains information that should be shared between scenes. I load both databases uses an Extra Databases component (the master DB in the Dialogue System Controller component, the scene-specific DB in the Extra Databases component).
When initially setting up my project, I had not run the unique id tool yet, since at that point there was no master DB with shared data. At some point I introduced it, gave every DB a base ID, and ran the unique ID tool.
This somehow introduced a bunch of issues in my DB where actors were no longer tied to dialogue states, and I had to manually reassign them. Took some doing, but nothing crucial broke. More importantly though, it seems like I still have overlap in IDs, particularly with some variables.
Case in point, I have a DB (DialogDb_Scene6) whose base id is 60000. My master DB has a base id of 0. The Scene6 DB had a variable with id 270094, which is a strange id for a DB with base 60000, but ok, I don't know how the system works behind the scenes. I recently added a variable to the master DB, which somehow also got the id 270094. This broke a bunch of my conversations, of course, since they are now incorrectly using the master DB's variable instead of the one from the Scene6 DB. Aside from that, the variable completely disappeared from the Scene6 DB.
Do you have any idea what I could be doing wrong that is causing this behaviour? I had expected that the unique ID tool would simply append an incremental id to the base id for each DB, meaning that my master DB would have id's going from 1, 2, 3, 4 etc., while the Scene6 DB would use id's like 60001, 60002, 60003, etc. That doesn't seem to be what's happening though.
Should I run the unique ID tool again? It's definitely possible that I did something wrong the first time around. I'm a bit apprehensive though, since a bunch of stuff seemed to have broken last time around, and I don't want to risk having that happen again.
I have a strange issue with DSFU that I hope you can help me with.
My project is set up to use different databases. I have one per scene, plus a master database that contains information that should be shared between scenes. I load both databases uses an Extra Databases component (the master DB in the Dialogue System Controller component, the scene-specific DB in the Extra Databases component).
When initially setting up my project, I had not run the unique id tool yet, since at that point there was no master DB with shared data. At some point I introduced it, gave every DB a base ID, and ran the unique ID tool.
This somehow introduced a bunch of issues in my DB where actors were no longer tied to dialogue states, and I had to manually reassign them. Took some doing, but nothing crucial broke. More importantly though, it seems like I still have overlap in IDs, particularly with some variables.
Case in point, I have a DB (DialogDb_Scene6) whose base id is 60000. My master DB has a base id of 0. The Scene6 DB had a variable with id 270094, which is a strange id for a DB with base 60000, but ok, I don't know how the system works behind the scenes. I recently added a variable to the master DB, which somehow also got the id 270094. This broke a bunch of my conversations, of course, since they are now incorrectly using the master DB's variable instead of the one from the Scene6 DB. Aside from that, the variable completely disappeared from the Scene6 DB.
Do you have any idea what I could be doing wrong that is causing this behaviour? I had expected that the unique ID tool would simply append an incremental id to the base id for each DB, meaning that my master DB would have id's going from 1, 2, 3, 4 etc., while the Scene6 DB would use id's like 60001, 60002, 60003, etc. That doesn't seem to be what's happening though.
Should I run the unique ID tool again? It's definitely possible that I did something wrong the first time around. I'm a bit apprehensive though, since a bunch of stuff seemed to have broken last time around, and I don't want to risk having that happen again.