Question by
kkcaiquekk · Oct 26, 2017 at 01:24 PM ·
c#importframeworkusing
How to use C# frameworks, like encog, in Unity
Hi everyone, I want to develop a Neural Network to use in unity, but my code uses Encog framework for c#, when i import my code in unity i get the error
"Assets/NeuralNetwork.cs(1,7): error CS0246: The type or namespace name `Encog' could not be found. Are you missing an assembly reference?"
Someone know how to use NeuralNetwork Frameworks from c# in Unity ?
Thanks for any Help.
Obs.: I'm so much begginner in Unity, came from Unreal Engine.
Comment