- Home /
Question by
UnityPlum · Feb 02 at 04:52 PM ·
c#importing problemschess
Can't use c# dotnet project with unity because a System namespace doesn't exist with unity's compiler.
Hello! I just finished making a fully working chess bitboard implementation in sharp and I want to port it to unity, however, when I put the files in unity, they get an error because System.Runtime.Intrinsics doesn't exist with unity's CSharp compiler.
Are there any work arounds I can use?
Comment
That would be great to know what classes / functions you use from that namespace...
(And if you've looked for alternatives...)
Your answer

Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
Illuminating a 3D object's edges OnMouseOver (script in c#)? 1 Answer
Flip over an object (smooth transition) 3 Answers