Dialogue System + Playmaker error: CS0246 SOLVED!
Posted: Thu Nov 28, 2019 3:22 pm
Hello. I'm working on a visual novel and I just bought the Dialogue System for Unity (DSU). Here's a step-by-step guide of my problem:
1. I'm using Unity 2019.2.2f1
2. Created a new 2D project with the sole purpose of testing the compatibility of Playmaker and DSU
3. Imported Playmaker 1.9.0 and DSU (not sure which version). There are no other assets or packages in this project.
4. Imported the Third Party Support / Playmaker Support package from the DSU
5. Console instantly reports 164 errors, all of them say "error: CS0246. The type or namespace name 'xxxxxxxxxx' could not be found (are you using a missing directive or an assembly reference? *see attached screenshot*
1. I'm using Unity 2019.2.2f1
2. Created a new 2D project with the sole purpose of testing the compatibility of Playmaker and DSU
3. Imported Playmaker 1.9.0 and DSU (not sure which version). There are no other assets or packages in this project.
4. Imported the Third Party Support / Playmaker Support package from the DSU
5. Console instantly reports 164 errors, all of them say "error: CS0246. The type or namespace name 'xxxxxxxxxx' could not be found (are you using a missing directive or an assembly reference? *see attached screenshot*
- 5.1. The 'xxxxxxxxxx' part refers to numerous terms like "HutongGames", "FsmStateAction", "ActionCategory", etc.