Hello, this is my first time doing an issue report, so sorry if any info is missing.
I'm following the tutorial from: https://www.youtube.com/watch?v=gI9QSHpiMW0
I'm working with Unity and I'm integrating OpenIA to my project.
The procedure is as follows:
1) Download source file
2) Unzip it
3) Put it in the project folder
Then I get the following problem:
Compiler Error CS0246 :
The type or namespace name 'type/namespace' could not be found (are you missing a using directive or an assembly reference?)
I don't know how to fix it, but I will simply just not use it I think, and comment it out.
But maybe just using a library could fix it ?
Hello, this is my first time doing an issue report, so sorry if any info is missing.
I'm following the tutorial from: https://www.youtube.com/watch?v=gI9QSHpiMW0 I'm working with Unity and I'm integrating OpenIA to my project. The procedure is as follows: 1) Download source file 2) Unzip it 3) Put it in the project folder
Then I get the following problem: Compiler Error CS0246 : The type or namespace name 'type/namespace' could not be found (are you missing a using directive or an assembly reference?)
I don't know how to fix it, but I will simply just not use it I think, and comment it out. But maybe just using a library could fix it ?
Those are the suggestions for the fix.