GithubHelp home page GithubHelp logo

packtpublishing / hands-on-unity-2021-game-development-second-edition Goto Github PK

View Code? Open in Web Editor NEW
39.0 6.0 21.0 141.46 MB

Hands On Unity 2021 Game Development - Second Edition, published by Packt

License: MIT License

C# 22.31% ShaderLab 66.19% HLSL 11.51%

hands-on-unity-2021-game-development-second-edition's Introduction

Hands-On Unity 2021 Game Development - Second Edition

Hands-On Unity 2021 Game Development

This is the code repository for Hands-On Unity 2021 Game Development - Second Edition, published by Packt.

Create, customize, and optimize your own professional games from scratch with Unity 2021

What is this book about?

Unity is a comprehensive yet simple suite of tools for developing video games. You can use Unity to not only create video games, but also AR/VR experiences, complex simulations, real-time realistic rendering, films, and practical games for training and education. With this book, you will get to grips with creating a full game from the ground up, building it step-by-step and applying your knowledge as you progress.

This book covers the following exciting features:

  • Explore both C# and Visual Scripting tools to customize various aspects of a game, such as physics, gameplay, and the UI
  • Program rich shaders and effects using Unity's new Shader Graph and Universal Render Pipeline
  • Implement postprocessing to improve graphics quality with full-screen effects
  • Create rich particle systems for your Unity games from scratch using VFX Graph and Shuriken
  • Add animations to your game using the Animator, Cinemachine, and Timeline

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter15.

The code will look like the following:

using UnityEngine;

public class Autodestroy : MonoBehaviour
{
    public float delay;

    void Start()
    {
        Destroy(gameObject, delay);
    }
}

Following is what you need for this book: This Unity engine book is for game developers looking to migrate to the Unity game engine. If you are a developer with some exposure to Unity, this book will help you explore its latest features. Prior experience with C# programming is required to get the most out of this Unity game development book.

With the following software and hardware list you can run all code files present in the book (Chapter 1-23).

Software and Hardware List

Chapter Software required OS required
1-23 Unity 2021.1 Windows, Mac OS X, and Linux (Any)
1-23 Visual Studio 2019 community Windows, Mac OS X
1-23 Xcode 12 Mac OS X

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

  • Game Development Patterns with Unity 2021 - Second Edition [Packt] [Amazon]

  • Unity 2021 Shaders and Effects Cookbook - Fourth Edition [Packt] [Amazon]

Get to Know the Author

Nicolas Alejandro Borromeo is working as a Unity senior developer at Product Madness in London. He was a game development career coordinator at Universidad Argentina de la Empresa (UADE) and has been a game development teacher in many other Argentine universities, such as UADE, UTN, UAI, and USAL, and in institutions such as Image Campus and DaVinci, since 2012. Nicolas has been a Unity Certified Instructor since 2019, teaching for high-profile Unity clients all around the globe. He was an MMO clientside developer at Band of Coders in Argentina and has been a Unity freelance developer since 2012.

Other books by the authors

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781801071482

hands-on-unity-2021-game-development-second-edition's People

Contributors

packt-itservice avatar packtaamira avatar packtutkarshr avatar saurabhk710 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

hands-on-unity-2021-game-development-second-edition's Issues

Where is the "Vertex" button?

in page (i dont know what page cus i have the digital version), it says "2. Click the second button (Vertex) of the four new buttons that appeared in the scene view", no buttons appeared tho, this is in section "Creating a shape"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.