Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

Question Books

Discussion in 'Getting Started' started by scholly45, Dec 25, 2022.

  1. scholly45

    scholly45

    Joined:
    Dec 25, 2022
    Posts:
    1
    What paperbooks would you guys recommend? Is there any book out there that has some kind of encyclopedia of C# pre created classes,.. ?

    Thanks
     
  2. RichAllen2023

    RichAllen2023

    Joined:
    Jul 19, 2016
    Posts:
    908
    I have SAMs Teach Yourself Unity in 24 Hours, and a couple of others, all available on Amazon.
     
    scholly45 likes this.
  3. tleylan

    tleylan

    Joined:
    Jun 17, 2020
    Posts:
    343
    C# classes to do what? There are as you know a ton of C# resources on the net. And I wouldn't actually stop there you might be surprised how much information you can glean from examples written in other languages, particularly JavaScript. Translating them is a good exercise.
     
  4. AngryProgrammer

    AngryProgrammer

    Joined:
    Jun 4, 2019
    Posts:
    242
    Everything you need to know about C# to create scripts in Unity.
    1. Beginner Scripting: https://learn.unity.com/project/beginner-gameplay-scripting
    2. Intermediate Scripting: https://learn.unity.com/project/intermediate-gameplay-scripting
    The rest of what you need to know is collected in hints, e.g. Visual Studio Community or you work with the manual.

    https://docs.unity3d.com/ScriptReference/index.html

    If you really want to dig deep into the C# language from scratch, it's best to reach out to Microsoft.

    https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/

    A book for a computer scientist is like working on a clay tablet from Mesopotamia.
     
    Last edited: Dec 25, 2022
  5. tleylan

    tleylan

    Joined:
    Jun 17, 2020
    Posts:
    343
    Clay tablet of the day was 5 volumes about 3000 pages and it cost and weighed a fortune.

    upload_2022-12-25_20-43-7.jpeg