Search found 5 matches
- Tue Oct 19, 2021 6:30 pm
- Forum: Dialogue System for Unity
- Topic: Selector with Input System Package
- Replies: 1
- Views: 337
Selector with Input System Package
Hello, I switched my project over to use the Input System Package. I checked the box in the Dialogue System Welcome Window to switch to the new input system, and most everything seems to be working without issue with the exception of the Selector component I have on my Player game object. When I set...
- Fri Sep 11, 2020 10:07 am
- Forum: Dialogue System for Unity
- Topic: Purpose of m_addedScenes in LoadAdditiveScene?
- Replies: 3
- Views: 348
Re: Purpose of m_addedScenes in LoadAdditiveScene?
The patch works like a charm. Thanks Tony!
- Thu Sep 10, 2020 11:06 pm
- Forum: Dialogue System for Unity
- Topic: Purpose of m_addedScenes in LoadAdditiveScene?
- Replies: 3
- Views: 348
Purpose of m_addedScenes in LoadAdditiveScene?
Hello, My game revolves around areas that can change fairly drastically depending on what conditions have been met. Not sure if this is best practice necessarily, but the solution I landed on was having a "base" scene, and then any permutations are stored in separate scenes that I add on t...
- Sat Jul 04, 2020 3:13 pm
- Forum: Dialogue System for Unity
- Topic: Dialogue System Saver causing issue with storing actor field
- Replies: 3
- Views: 344
Re: Dialogue System Saver causing issue with storing actor field
That explanation was very helpful. I've downloaded the patch and it has fixed my issue.
Thank you!
Thank you!
- Sat Jul 04, 2020 12:11 pm
- Forum: Dialogue System for Unity
- Topic: Dialogue System Saver causing issue with storing actor field
- Replies: 3
- Views: 344
Dialogue System Saver causing issue with storing actor field
Hello, I'm experiencing a weird issue that I'm not sure how to resolve. I have two scenes. On Scene A, I have my Dialogue Manager with the following components recommended by the documentation to add for the saving system: Dialogue System Saver, Save System, PlayerPrefs Saved Game Data Storer, Json ...