|
Post by victorgrant on Mar 28, 2018 2:33:34 GMT -5
Hello, I've come across a small issue when setting a conversation in c# for an NPC. I'm using something like: NPC.GetComponent<ConversationTrigger>().conversation = "Example/Conversation"; This results in a "Conversation not found in database" warning. However, if I set it to a conversation not in a subfolder, e.g. just "Conversation", it works fine. So basically it's not currently working for any conversation I have in a sub folder. I have a feeling I'm missing something obvious, but coffee isn't helping my brain figure it out. Any help will be apprecited. I didn't find the right solution from the Internet. References: www.pixelcrushers.com/phpbb/viewtopic.php?f=3&t=1064Medical Animated ExplainerThank you.
|
|