#Failed to build
1 messages · Page 1 of 1 (latest)
It may help to share your code. But also, I would not recommend using VS Code for C#
Visual Studio Code is a lightweight text editor that supports extensions, letting it support a number of different languages.
Visual Studio is a full Integrated Development Environment (IDE), and as such offers better tools to equip developers with everything they need when writing apps and games.
Since Visual Studio Code is more lightweight, it lacks a lot of the useful features ideal for working with .NET, and so we recommend using Visual Studio when writing C# or working with Unity.
i been followin da tutorial ;-;
the Brackeys tutorial?
ye
I honestly wouldn't recommend that either. It's incomplete and poorly made, and contains some bad advice
Don't worry, there are much better tutorials out there
Learn C# basics before starting with Unity!
Learning the syntax of C# definitely helps when using Unity. Here are some links to get you started!
- https://docs.microsoft.com/en-us/dotnet/csharp/ (Microsoft's Getting Started Guide on C#)
- https://learn.microsoft.com/en-gb/shows/csharp-fundamentals-for-absolute-beginners/ (Teaches you the C# fundamentals)
- https://github.com/ossu/computer-science (Not strictly C#, a general open-source education in Computer Science)
- https://www.classcentral.com/report/stanford-on-campus-courses (Publicly available Computer Science courses from Stanford)
- https://codecademy.com/learn/learn-c-sharp (Code Academy course on C#)
Most programming problems come from not knowing how to use the language - if you haven’t programmed much or you’re not confident about the OOP concepts in your mind, it's useful to understand these before diving into the engine.
The second link (learn.microsoft.com, the C# fundamentals), I highly recommend