Search found 6 matches

by OscarLeif
Thu Mar 18, 2021 9:04 pm
Forum: Dialogue System for Unity
Topic: DoozyUI help with integration
Replies: 6
Views: 1056

Re: DoozyUI help with integration

Ok, I made a lot of tests. And I want to say. -First, you need to use the latest version of the Dialogue System. -Second, You need to apply the patch that Tony talks about. (Without this animations will not play correctly). -Third follows the DoozyUI integration and everything should work smoothly. ...
by OscarLeif
Wed Mar 17, 2021 6:22 pm
Forum: Dialogue System for Unity
Topic: DoozyUI help with integration
Replies: 6
Views: 1056

Re: DoozyUI help with integration

Thanks, Tony. While that works fine, using Doozy seems more complex than I thought. Because First, we have The Parent UI GameObject with a "StandardDialogueUI" component. First The child Dialog Panel needs an animation. Then every subtitle pane l also needs an animation. The response menu ...
by OscarLeif
Wed Mar 17, 2021 1:19 am
Forum: Dialogue System for Unity
Topic: DoozyUI help with integration
Replies: 6
Views: 1056

DoozyUI help with integration

Hello I was trying to use DoozyUI with Dialog System I was following the instructions from this link. https://www.pixelcrushers.com/dialogue_system/manual2x/html/doozy_u_i.html And I found a small issue with Dialogue Panel, the dialogue starts fine show the UIView animation, but when the conversatio...
by OscarLeif
Tue Sep 03, 2019 5:39 pm
Forum: Dialogue System for Unity
Topic: Game freeze when use OnTrigger2D only the first time.
Replies: 5
Views: 800

Re: Game freeze when use OnTrigger2D only the first time.

I made the test. I change the trigger to Enable. While the freeze time is more short. it still have freeze time. I also upload my conversation dialogue I think it's not super complex. I'm also using Unity 2019.2.3f1 dialog_sequence.PNG The only solution to avoid this freeze, is when I start my scene...
by OscarLeif
Tue Sep 03, 2019 4:15 pm
Forum: Dialogue System for Unity
Topic: Game freeze when use OnTrigger2D only the first time.
Replies: 5
Views: 800

Re: Game freeze when use OnTrigger2D only the first time.

I forgot to upload my dialogue System controller.
Ok this is my setup of the Dialog System Controller.
Dialogue.PNG
Dialogue.PNG (68.66 KiB) Viewed 797 times
I try with another Templates, the result is the same.
by OscarLeif
Tue Sep 03, 2019 3:05 pm
Forum: Dialogue System for Unity
Topic: Game freeze when use OnTrigger2D only the first time.
Replies: 5
Views: 800

Game freeze when use OnTrigger2D only the first time.

Well this is my issue I'm working on a scene where my player trigger a collider2D and then a conversation start. the game freeze for a very short time. After only the first start dialogue the game will not freeze anymore. I'm using the "Focus Template Standard Dialogue" I made some changes...