Search found 7 matches

by RS_EG
Thu Feb 09, 2023 6:40 pm
Forum: Dialogue System for Unity
Topic: Get Dialogue Entry ID from code?
Replies: 3
Views: 205

Re: Get Dialogue Entry ID from code?

Managed to get it working, thanks for the quick reply!
by RS_EG
Thu Feb 09, 2023 4:39 pm
Forum: Dialogue System for Unity
Topic: Get Dialogue Entry ID from code?
Replies: 3
Views: 205

Get Dialogue Entry ID from code?

Hello

I'm wondering if during play mode it's possible to get the currently playing dialogue entry ID as an integer with code?
Screenshot 2023-02-09 213041.png
Screenshot 2023-02-09 213041.png (2.12 KiB) Viewed 205 times
I'm working with Bolt but I haven't found a node which can solely output the value

Thanks
by RS_EG
Sun May 01, 2022 4:32 pm
Forum: Dialogue System for Unity
Topic: Play SFX in the middle of Dialogue Text
Replies: 1
Views: 331

Play SFX in the middle of Dialogue Text

Hello :) I'm looking to play a sound effect in the middle of a sentence in the dialogue after a specific word For example, the Dialogue Text window could read: "Hello there, I'd like you to play the sound" Where the SFX would play when the text on screen gets to the you in the dialogue If ...
by RS_EG
Mon Mar 07, 2022 5:47 pm
Forum: Dialogue System for Unity
Topic: 2D VN scene change set up
Replies: 7
Views: 503

Re: 2D VN scene change set up

Hello,

Have zipped & emailed your way. Thanks again in advance :)
by RS_EG
Mon Mar 07, 2022 4:45 pm
Forum: Dialogue System for Unity
Topic: 2D VN scene change set up
Replies: 7
Views: 503

Re: 2D VN scene change set up

Hello, Thanks for the recommendations, all seems to be functioning on my side now, thanks! One weird thing though that is now happening that I can't figure out is in Scene 2 (a conversation between 2 actors), one of the nodes causes the continue button (invisible button covering the whole screen) to...
by RS_EG
Sun Mar 06, 2022 5:47 pm
Forum: Dialogue System for Unity
Topic: 2D VN scene change set up
Replies: 7
Views: 503

Re: 2D VN scene change set up

Hello, Have always set up 2D games to have Screen Space - Camera as I found it easier to visualise gameplay, but changed to Screen Space - Overlay as suggested & that solves the camera issue when changing scenes, thanks! Scene 2's conversation probably isn't starting because scene 1's conversati...
by RS_EG
Sun Mar 06, 2022 3:16 pm
Forum: Dialogue System for Unity
Topic: 2D VN scene change set up
Replies: 7
Views: 503

2D VN scene change set up

Hello! Have been learning to use the Dialogue System to create a 2D visual novel. During gameplay the intention is to be able to load back & forth between 2 scenes which have different sets of art in each scene (chars, backgrounds, vfx etc). The reason for changing scenes instead of having every...