Compile error when importing Unity Bug Reporting package
Posted: Tue Sep 04, 2018 3:26 pm
Hello Tony,
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:
To find out if this was a problem with my project, I created a new one, without anything but Dialogue System 2.0.4 and BugReporting. I added both Dialogue Manager and BugReporting prefabs to an empty scene and I'm getting the same issue.
Any chance of being able to see what is going on between these two packages? Thanks!
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!