What's up guys?
First of all, sorry for my bad english, not a native speaker here.
I tried to use the .Net-Framework in connection with unity and found out, that including the Tasks.dll in unity showed the error message above. I wrote the code in Visual Studio and added the assembly reference for System.Threading.Tasks. After some research I found out, that I had to change the target to .Net 4 and added the Tasks.dll to the plugin folder of unity.
After that, I got stuck with the error message above. I already saw the posts:
http://answers.unity3d.com/questions/1010382/how-to-use-systemthreadingtasks.html
http://answers.unity3d.com/questions/904575/cant-include-systemthreadingtasks.html
but it either didn't help or I didn't fully understand.
So if anyone's up for some good ideas, it would help so much.
↧