Code: Select all
I have just imported the Quest Machine into my project. I have Dialogue System in my project before the Quest Machine. The problem is that there are a lot of errors saying that the namespace in the scripts could not be found (Are you missing an assembly reference?), such as:
1. SequencerCommand
2. Subtitle
3. Response
4. Dialogue Entry
5. Conversation
6. Template
7. Actor
The scripts involved are
1. Dialogue System Quest Dialogue UI
2. Dialogue System Quest Machine Bridge
3. Sequencer Command Spawner
This happened after I imported the Dialogue System Support.
I am still new to C# and Quest Machine, perhaps there's any tips to help me to resolve this problem?