luxkun / ReGoap

Generic C# GOAP (Goal Oriented Action Planning) library with Unity3d examples
Apache License 2.0
1.03k stars 147 forks source link

Compiler error after import to unity #29

Closed dimmduh closed 6 years ago

dimmduh commented 6 years ago

2017.4.1f1

The type or namespace name CompilerErrorCollection' does not exist in the namespaceSystem.CodeDom.Compiler'. Are you missing an assembly reference?

dimmduh commented 6 years ago

Fixed by changing Player settings -> Api Compatibility level -> NET 2.0

Tokenyet commented 5 years ago

2018.3.4f1 here, Not working, NET 2.0 is my default value. I have no idea to slove this :(

Tokenyet commented 5 years ago

Never mind, I change It to 4.0 and It works 😩