When trying to cast as Dialogue I receive the following error:
error CS0118: ‘Dialogue’ is a namespace but is used like a type
highlighting Dialogue unity is interpreting it as namespace Dialogue instead of the class Dialogue. How can I explicitly tell Unity to cast it as the scriptable object?