Search found 1 match

by jksdts
Wed Jan 24, 2024 2:39 am
Forum: Dialogue System for Unity
Topic: Make Lua.Run work after a Time.Delay
Replies: 1
Views: 368

Make Lua.Run work after a Time.Delay

Hi all, I'm currently working on implementing a quiz system in Unity using the Dialogue System. The quiz answers and questions are retrieved from a database which means I need to delay updating the conversation until after the data is retrieved. The issue I'm running into is that after the delay, Lu...