Search found 7 matches

by radioactivedogs
Sat Aug 20, 2022 11:44 am
Forum: Dialogue System for Unity
Topic: AbstractDialogueUI.Update not called
Replies: 3
Views: 277

Re: AbstractDialogueUI.Update not called

Hi, It's a regular Update() method, which means Unity will call it automatically every frame as long as it's on an active GameObject in the scene and the component (i,e., your SpaceDialogueUI on the GameObject) is enabled. Make sure the GameObject is active and the component is enabled. Ah wow, for...
by radioactivedogs
Thu Aug 18, 2022 12:28 pm
Forum: Dialogue System for Unity
Topic: AbstractDialogueUI.Update not called
Replies: 3
Views: 277

AbstractDialogueUI.Update not called

Hi Tony, Been trying desperately to fix this myself this morning but I'm lost at this point. We've created our own original dialogue UI that inherits from AbstractDialogueUI and CanvasDialogueUI but I've found that now the Update method isn't being called by the MonoBehaviour. AbstractDialogueUI.png...
by radioactivedogs
Tue Jul 19, 2022 10:30 am
Forum: Dialogue System for Unity
Topic: Using Dialogue System for Settings values
Replies: 3
Views: 256

Re: Using Dialogue System for Settings values

As always very helpful thank you so much! I did actually try using Lua and it was a mess trying to get what I wanted and was probably unperformant as hell.
by radioactivedogs
Sat Jul 16, 2022 11:26 am
Forum: Dialogue System for Unity
Topic: Using Dialogue System for Settings values
Replies: 3
Views: 256

Using Dialogue System for Settings values

Hi Tony, One thing I'm trying to figure out in the transition to Dialogue System is how we should handle our settings values. It would be ideal to be able to access these values via Lua, Below I've attached a photo of part of our configuration file for our game, one of the big features is the abilit...
by radioactivedogs
Tue Jul 12, 2022 1:54 pm
Forum: Dialogue System for Unity
Topic: articy:draft to Dialogue System pipeline questions
Replies: 5
Views: 1603

Re: articy:draft to Dialogue System pipeline questions

Once again, incredibly useful! thanks for all the help.
by radioactivedogs
Tue Jul 12, 2022 12:56 pm
Forum: Dialogue System for Unity
Topic: articy:draft to Dialogue System pipeline questions
Replies: 5
Views: 1603

Re: articy:draft to Dialogue System pipeline questions

Thank you so much for the prompt response it set me on the right path to figure out my questions! I have one more major thing to figure out. I’ve looked into sequencer commands a bit and made some of my own to demonstrate my knowledge and understand they happen DURING dialogue but was wondering if i...
by radioactivedogs
Sat Jul 09, 2022 10:41 pm
Forum: Dialogue System for Unity
Topic: articy:draft to Dialogue System pipeline questions
Replies: 5
Views: 1603

articy:draft to Dialogue System pipeline questions

Hi! I’m a programmer for a team who is switching to Dialogue System/articy:draft from Fungus for a couple of reasons but decoupling dialogue from Unity is a major one. I have a couple questions regarding the pipeline that have come up in the switch that I’d like to knock out in one forum post. Usage...