Search found 5 matches

by LeonSA
Thu Oct 13, 2022 2:11 pm
Forum: Dialogue System for Unity
Topic: Bug (?) with Duplicated conversations and Scene Events
Replies: 1
Views: 195

Bug (?) with Duplicated conversations and Scene Events

Hi Tony! I can't seem to find an explanation in the documentation, so I wonder if it's a bug: I'm trying to duplicate a conversation because that would make work much faster - I'll use the same conversation structure several times. However, even tho the duplicated conversation has its own name and I...
by LeonSA
Thu Oct 13, 2022 1:59 pm
Forum: Dialogue System for Unity
Topic: Selector UI and camera output texture
Replies: 3
Views: 230

Re: Selector UI and camera output texture

thanks for the reply. The cameras were tagged correctly, but I still couldn't make it work. I've decided to not use the output texture anymore, as it wasn't very important for my game anyway.
by LeonSA
Tue Oct 11, 2022 9:53 am
Forum: Dialogue System for Unity
Topic: Selector UI and camera output texture
Replies: 3
Views: 230

Selector UI and camera output texture

Hi! I'm trying to use get an oldschool look in my game by using using an Output Texture on my main camera, then using another camera to capture that Render Texture. The Dialogue System's UI works fine when it comes to dialogue, but my player can't select interactables anymore. Not only the Selector ...
by LeonSA
Tue Sep 27, 2022 10:38 pm
Forum: Dialogue System for Unity
Topic: trouble with MoveTo() and Invector?
Replies: 1
Views: 163

trouble with MoveTo() and Invector?

hi! I've followed all the steps for the invector integration, and it seems to be working well. I'm running into a persistent problem tho: When I try to teleport my player using MoveTo(), the player seems to appear in random locations, possibly because of rigidbody, but I can't say for sure because i...
by LeonSA
Sat Sep 03, 2022 7:41 pm
Forum: Dialogue System for Unity
Topic: Invector Integration error CS0234
Replies: 1
Views: 476

Invector Integration error CS0234

Hi! I'm trying the Invector Integration and I was getting some 'assembly reference' erros so I've followed the steps Tony wrote here: https://www.pixelcrushers.com/phpbb/viewtopic.php?f=3&t=5378&p=29875&hilit=are+you+missing+an+assembly+reference%3F#p29875 Now I'm only getting 1 error: A...