Thanks a lot! (Again)
It works perfectly and I now know how to use sequences! +1 skill point.
Search found 3 matches
- Mon Feb 01, 2016 8:06 pm
- Forum: Dialogue System for Unity
- Topic: LoadLevel at the end of a conversation
- Replies: 5
- Views: 1075
- Mon Feb 01, 2016 4:17 pm
- Forum: Dialogue System for Unity
- Topic: LoadLevel at the end of a conversation
- Replies: 5
- Views: 1075
Re: LoadLevel at the end of a conversation
It works! Thanks a lot.
The subtitle doesn't load though, as the scene load when the answer button is pressed. Is there something simple to wait a few seconds before loading the scene?
Anyway thanks again!
The subtitle doesn't load though, as the scene load when the answer button is pressed. Is there something simple to wait a few seconds before loading the scene?
Anyway thanks again!
- Mon Feb 01, 2016 2:41 pm
- Forum: Dialogue System for Unity
- Topic: LoadLevel at the end of a conversation
- Replies: 5
- Views: 1075
LoadLevel at the end of a conversation
Hello, First of all sorry if it has already been asked but I've been searching and wasn't able to find any answer I can understand with my limited skills. I'm trying to load a scene at the end a conversation. There's the OnConversationEnd(Transform actor) but when I write an application.loadlevel he...