Search found 40 matches

by c166
Fri Mar 07, 2025 11:12 pm
Forum: Dialogue System for Unity
Topic: VN Template - Text wrapping (with text animator)
Replies: 4
Views: 2424

Re: VN Template - Text wrapping (with text animator)

Hey Tony, Thanks for that, it's gotten me a bit closer to the desired result; there's still a few issues though that I haven't been able to work out though. The behaviour that I'm after is just that the latest conversation text appears within the brown text panel (locked to the bounding box that is ...
by c166
Sat Mar 01, 2025 8:30 pm
Forum: Dialogue System for Unity
Topic: VN Template - Text wrapping (with text animator)
Replies: 4
Views: 2424

VN Template - Text wrapping (with text animator)

Hey Tony, I am using Dialogue System for Unity + 2.0 Text Animator for Unity (Febucci Tools) and have installed the integration packages along with the third party support packages. I am using a modified version of the TextAnimatorSubtitlePanel (contains some of my own code on top) with the VN templ...
by c166
Fri Sep 20, 2024 10:02 pm
Forum: Dialogue System for Unity
Topic: Player to Face NPC
Replies: 3
Views: 549

Re: Player to Face NPC

Hey Tony, Thanks for that, I checked and those have been set up correctly - but thanks to ruling out me missing something basic on the Dialogue system side, I realized that the reason is because my player character is using a kinematic controller which can't have the rotation directly modified. I en...
by c166
Fri Sep 20, 2024 1:15 am
Forum: Dialogue System for Unity
Topic: Player to Face NPC
Replies: 3
Views: 549

Player to Face NPC

Hey Tony, I want to make the player and NPC face each other when the conversation starts. I know about the Sequencer (LookAt(listener, speaker, 1); ), and I thought that by placing them in the default sequence/ player sequence that I'd be able to achieve this behavior. default_sequences.PNG This wor...
by c166
Thu Aug 29, 2024 10:30 am
Forum: Quest Machine
Topic: Quest Generation - Domain outside of quest giver scene
Replies: 9
Views: 6372

Re: Quest Generation - Domain outside of quest giver scene

Hey Tony, Yup, thanks for that - and apologies for the late reply here. Thanks again for your help, the patch that you sent worked fine on my end - and the reward preview icons in the quest journal/ quest giver are preserved between scenes now. It's good to see that you're adding it to the updated v...
by c166
Tue Aug 13, 2024 11:07 pm
Forum: Quest Machine
Topic: Quest Generation - Domain outside of quest giver scene
Replies: 9
Views: 6372

Re: Quest Generation - Domain outside of quest giver scene

Hey Tony, Thanks for the patch, that has stopped the icons from disappearing between loads. On a positive note, I did manage to get the quest generator to create quests based on entities from different scenes via a save/ load system (probably a much neater way to do it than what I did, -> I saved to...
by c166
Sun Aug 11, 2024 10:55 am
Forum: Quest Machine
Topic: Quest Generation - Domain outside of quest giver scene
Replies: 9
Views: 6372

Re: Quest Generation - Domain outside of quest giver scene

Hey Tony, TLDR theory: there are two quest databases, the entity type image files are being added into the correct one; while the manually added images are being added to the wrong one. This may be due to one of the integration systems (suspect dialogue system hijacking QM). The entity type images l...
by c166
Sun Aug 11, 2024 2:17 am
Forum: Quest Machine
Topic: Quest Generation - Domain outside of quest giver scene
Replies: 9
Views: 6372

Re: Quest Generation - Domain outside of quest giver scene

Hey Tony, Thanks for that - good to know that the intent of modifying the Worldmodel is a reasonable way to approach it & better that there is already a place where I can add an additional method in `updateWorldModel`. It'll likely take me a while to work out how to actually implement it in prac...
by c166
Sat Aug 10, 2024 1:57 am
Forum: Quest Machine
Topic: Quest Generation - Domain outside of quest giver scene
Replies: 9
Views: 6372

Quest Generation - Domain outside of quest giver scene

Hey Tony, I've had a crack at interpreting the code for the quest generator entity, and just want to confirm a few things to make sure that I've got it right to make sure that I'm going in the right direction. My end goal is: Quests generated in town scene Quest urgency based on scenes that are not ...
by c166
Thu Dec 28, 2023 10:53 pm
Forum: Dialogue System for Unity
Topic: Save System With Kinematic Controllers
Replies: 3
Views: 1556

Re: Save System With Kinematic Controllers

Hey Tony, Sweet, thanks for that - appreciate the fast reply as always :) Good to know that scripts in the Plugins folder can't access scripts from outside it. The solution worked perfectly with the Kinematic Controller, and now I've got the expected behavior again (Character loads in the same spot)...