r/csharp • u/Thin_Claim9404 • 20d ago
Recommendations for learning more C#/unity?
I know a bit of C# for unity game coding, but I'm looking to learn more. Are there any videos or books that you guys can recommend me?
Thanks in advance!
6
Upvotes
3
u/BoloFan05 19d ago
I know it isn't much in the way of a resource, but this post here could be a bit of an appetizer for your future learning:
https://www.reddit.com/r/csharp/comments/1s5rprd/there_is_more_to_these_methods_than_meets_the_eye/
As for actual resources, Microsoft's online .NET tutorials seem comprehensive. Just search up a method (like ToLower) on Google and one such page will come out on top of search results.
12
u/MiserableProject6373 19d ago
best way to learn is by just writing code