Here's my folder structure
Here's the error I got
Assets\ORKFramework3\Framework\Gameplay\AI\Move\MoveDetection.cs(127,44): error CS1010: Newline in constant
Assets\ORKFramework3\Framework\Gameplay\AI\Move\MoveDetection.cs(127,47): error CS1002: ; expected
Code in question:
return this.type + ": " + this.angle + "?;
Somehow Unity does not recognize "#XB0" (the ° character)? Looks like easy fix, just reporting it in case I got some configurations wrong.