Search found 7 matches

by madesi
Thu Feb 02, 2023 10:57 pm
Forum: Dialogue System for Unity
Topic: Dialogue option not closing as soon as an option is pressed
Replies: 4
Views: 349

Re: Dialogue option not closing as soon as an option is pressed

i ve been trying to set up the auto focus setting but it seems like nothing happen
by madesi
Thu Feb 02, 2023 10:55 pm
Forum: Dialogue System for Unity
Topic: Dialogue option not closing as soon as an option is pressed
Replies: 4
Views: 349

Re: Dialogue option not closing as soon as an option is pressed

Thank you for the answer it works well, i have another question, is there anyway to set the dialogue choice option to make sure when an option is selected with keyboard arrow button and then we try to select another option with a mouse the only option is appear selected is the last one that is selec...
by madesi
Wed Feb 01, 2023 10:29 pm
Forum: Dialogue System for Unity
Topic: Tried to invoke a function call on a non-function value
Replies: 4
Views: 811

Re: Tried to invoke a function call on a non-function value

Thanks for the answer it works like a charm! i thought the OnDIsable part is mandatory since it is written in the TemplateCustomLua.cs. I have another question, where is the apropriate place to add the script?. I tried to put it on a Seperate GameObject and try to get an instance of another object f...
by madesi
Wed Feb 01, 2023 3:47 am
Forum: Dialogue System for Unity
Topic: Tried to invoke a function call on a non-function value
Replies: 4
Views: 811

Re: Tried to invoke a function call on a non-function value

I dont know why i constantly get spam report when i try to add my code snippets so ill just attach an image here
by madesi
Wed Feb 01, 2023 3:05 am
Forum: Dialogue System for Unity
Topic: Tried to invoke a function call on a non-function value
Replies: 4
Views: 811

Tried to invoke a function call on a non-function value

Hi, Ive been trying to link my C# script method into lua so that i can call it from any dialogue nodes. The problem is only 1 of all method references that is working on the dialogue node lua script which is the "AddIntelligence" one. When i try to implement the rest of the method it will ...
by madesi
Wed Jan 18, 2023 4:28 am
Forum: Dialogue System for Unity
Topic: Dialogue option not closing as soon as an option is pressed
Replies: 4
Views: 349

Dialogue option not closing as soon as an option is pressed

Hello, im still learning to use the dialogue system. So im trying to make a dialogue with dialogue response option and i have a problem with the response option panel. When i tested the dialogue option after i choose one of the option, the dialogue option panel didnt instantly closed. Is there anywa...
by madesi
Tue Dec 20, 2022 9:50 pm
Forum: Dialogue System for Unity
Topic: Fast Forward Type Writer Issue
Replies: 1
Views: 161

Fast Forward Type Writer Issue

So ive been trying to implement typewriter anim for dialogue using enter keyboard button to continue the dialogue. I want to implement the continue button to skip the typewritter animation before the dialogue proceed to the next text. i've impelemented the enter keyboard button and the continue butt...