Search found 5 matches
- Sat Apr 17, 2021 1:01 pm
- Forum: Dialogue System for Unity
- Topic: Speech Bubble to Comment on Current Conversation?
- Replies: 1
- Views: 109
Speech Bubble to Comment on Current Conversation?
Hi! I'm trying to implement a system where an actor can 'bark' comments during a conversation without interrupting the flow of the main conversation. I just need an idea of how I could get something like this working (if it is possible). So currently I have two actors, A and B, who use the standard ...
- Sat Apr 17, 2021 12:26 pm
- Forum: Dialogue System for Unity
- Topic: Dynamically Changing Speech Bubble localScale
- Replies: 3
- Views: 219
Re: Dynamically Changing Speech Bubble localScale
Hi, Not for changing localScale. When you flip the character's localScale.x, can you flip the child UI's localScale.x back so it's oriented properly? Tried that but it doesn't work. Apparently its related to the UI's Z scaling so I had to scale the object and the UI on its Z as well for it to work ...
- Sat Apr 17, 2021 10:39 am
- Forum: Dialogue System for Unity
- Topic: Dynamically Changing Speech Bubble localScale
- Replies: 3
- Views: 219
Dynamically Changing Speech Bubble localScale
Hi Tony, I have a character for whom I flip around with localScale and I'm having trouble getting the UI to scale accordingly. Everytime the character changes localScale.x to -1, the subtitles are reversed and if I match the UI's localScale to the character transforms UI scale in Update(), the subti...
- Tue Apr 13, 2021 12:46 pm
- Forum: Dialogue System for Unity
- Topic: Data saving properly but ApplySaveData() not working
- Replies: 3
- Views: 226
Re: Data saving properly but ApplySaveData() not working
The post you linked discusses how to save only the Dialogue System's Lua environments (e.g., variables and quest states). If that's what you want, perfect! If you want to save the entire Dialogue System save system , set up the save system, and use an ESSavedGameDataStorer component instead of Play...
- Tue Apr 13, 2021 12:30 am
- Forum: Dialogue System for Unity
- Topic: Data saving properly but ApplySaveData() not working
- Replies: 3
- Views: 226
Data saving properly but ApplySaveData() not working
Hi there, just bought the asset and it's pretty great! Although, I hit a small snag when it comes to saving the game. I'm using ES3 to save my data and following this thread (https://www.pixelcrushers.com/phpbb/viewtopic.php?f=3&t=3901&p=21632&hilit=applysavedata#p21632) I was able to se...