0
I’m trying to learn how to use multithreading in C#, but all tutorials ask me to use the System.Threading.Thread class, but it seems that in my Visual Studio this class does not exist! A print for you to understand better:
Am I forgetting something? Do I need to do some configuration? I’m kind of new in c#, but I used to mecher in Threads in java
What kind of application? Xaml? Windows Forms? If XAML try to import reference
System.Threading.dll
– FRNathan13
I’m using a framework called Duality2d, for game development, which integrates Visual Studio direct (as in Unity), I don’t know exactly what kind of application :/
– vilok600
To use the resources of . Netframework you need to import the reference you need. But I don’t think that developing a 2D game like Unity needs the resources of the framework!
– FRNathan13
And then why not use Unity2d itself? It’s free and has the same features!
– FRNathan13
But a tip I recommend using Monodevelop for Unity and not Visual Studio 2015, for simply Monodevelop has much more resources to work at Unity
– FRNathan13