Search found 3 matches

by weto4ka
Sat Jan 13, 2024 4:12 pm
Forum: Dialogue System for Unity
Topic: Need some help with clearing database values & understanding UI text elements.
Replies: 11
Views: 130261

Re: Need some help with clearing database values & understanding UI text elements.

Thanks for the suggestion, I'll look up the info.
Yes, I can make them as addressables
by weto4ka
Sat Jan 13, 2024 2:29 pm
Forum: Dialogue System for Unity
Topic: Need some help with clearing database values & understanding UI text elements.
Replies: 11
Views: 130261

Re: Need some help with clearing database values & understanding UI text elements.

Well, yes, I'm familiar with these tools and regularly use them in dialogue. I'm currently trying to utilize code snippets from them to trigger the right functionality for my needs. The challenge is that all texts are originally in scriptable objects and can be updated from there. They also need to ...
by weto4ka
Fri Jan 12, 2024 10:10 am
Forum: Dialogue System for Unity
Topic: Need some help with clearing database values & understanding UI text elements.
Replies: 11
Views: 130261

Re: Need some help with clearing database values & understanding UI text elements.

Hello! I've been exploring approaches for integrating ScriptableObjects with the Dialogue System in Unity and came across a discussion on this forum. My scenario is somewhat similar, but instead of variables, I'm dealing with ScriptableObjects that contain text and corresponding audio files. I'm see...