+ 1
Why this happen
I download this because I was starting with unity, but the orders are diferent, why?
3 Antworten
+ 1
the difference is that when you use static void main here is because that is the entry point of the application as you are making an entirely new application, however as for Unity, it already has its main method somewhere hidden in the program, but what you are programming is just like adding components to it, you don't get to make the method for main because it wouldn't access it as the application entry point.
0
If I assume by order you mean the order of how Unity structured their tutorial compared to sololearn is that sololearn is geared towards software programming, while Unity will put the most important thing about games development at the front first
0
No, I mean that the start order in unity have the Word start, but here it is something like
Static void.Main, and im confused, cause i dont know if it is important or not.