Search found 1 match
- Mon May 22, 2023 4:57 pm
- Forum: Dialogue System for Unity
- Topic: Connect custom scriptable character to dialogue system
- Replies: 1
- Views: 167
Connect custom scriptable character to dialogue system
I have a scriptable character script that contains information such as the character's name, sprite, and other details. My goal is to connect this script with the dialogue system so that I can access the appropriate character when someone is talking. I came across this code snippet: [ActorPopup(true...