Search found 3 matches
- Sun Jan 16, 2022 4:16 pm
- Forum: Dialogue System for Unity
- Topic: Lua Codes slows down game in cutscenes
- Replies: 10
- Views: 2041
Re: Lua Codes slows down game in cutscenes
Hi Toni. I'm one of the programmers helping OneManOnMars. Thanks for the quick help on this topic. I wanted to write some lines about a couple of pitfalls we found :) 1. Dictionary keys are GO names This leads to overriding old entries with new ones in case the name is the same (e.g. Enemy, Enemy,.....
- Thu Jan 17, 2019 4:19 pm
- Forum: Dialogue System for Unity
- Topic: How to Continue Conversations
- Replies: 25
- Views: 14397
Re: How to Continue Conversations
Perfect, works like a charm with the custom command now.
Thanks!
Thanks!
- Wed Jan 16, 2019 4:40 am
- Forum: Dialogue System for Unity
- Topic: How to Continue Conversations
- Replies: 25
- Views: 14397
Re: How to Continue Conversations
Hey. Thanks for the good tutorial. I'm wondering how to switch the possibility for the user to continue on button click during a conversation. I've tried to use SetContinueMode(false); Continue()@2; (deactivate the manual continue option and continue after 2 seconds) but that only deactivates my con...