I just integrated a new tool provided by Unity to do bug reporting from within a game. It looks really nice and useful. However, upon importing it, I'm getting the following compile error:
Code: Select all
Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Exporters/ChatMapperExporter.cs(58,18): error CS0118: `Assets' is a `namespace' but a `type' was expected
Any chance of being able to see what is going on between these two packages? Thanks!