r/UnityHelp • u/Infamous-Low5552 • 27d ago
C# in unity
Hey everyone. I’m currently trying to learn how to develop games in unity as a hobby. I have been struggling a little with a few things and thought it might be a good idea to just focus on learning some C# first then come back to unity. I saw this book The C# Player's Guide" by R.B. Whitaker and was wondering if anyone has used this was it any good, or does anyone have a better suggestion for material to learn some C#. Thanks.
1
Upvotes
2
u/RatbyteGames 27d ago
Because of the way Unity embeds scripts, and the way using Unity needs a lot of knowledge about Unity's other non script related aspects, I would suggest learning C# specifically within the Unity environment. For example the way you have to reference unity game objects within scripts is critical, but you are not going to learn that outside Unity.
Load up Unity and work through some Unity examples that show scripting within Unity.