Giter Club home page Giter Club logo

unity-artificial-intelligence-programming-fifth-edition's Introduction

Unity Artificial Intelligence Programming - Fifth Edition

Unity Artificial Intelligence Programming - Fifth Edition

This is the code repository for Unity Artificial Intelligence Programming - Fifth Edition, published by Packt.

Add powerful, believable, and fun AI entities in your game with the power of Unity 2021

What is this book about?

Developing artificial intelligence (AI) for game characters in Unity 2021 has never been easier. Unity provides game and app developers with a variety of tools to implement AI, from basic techniques to cutting-edge machine learning-powered agents. Leveraging these tools via Unity's API or built-in features allows limitless possibilities when it comes to creating game worlds and characters.

This book covers the following exciting features:

  • Understand the basics of AI in game design
  • Create smarter game worlds and characters with C# programming
  • Apply automated character movement using pathfinding algorithm behaviors
  • Implement character decision-making algorithms using behavior trees
  • Build believable and highly efficient artificial flocks and crowds

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, Chapter02.

The code will look like the following:

void OnCollisionEnter(Collision collision)
    {
        ContactPoint contact = collision.contacts[0];
        Instantiate(explosion, contact.point, Quaternion.identity);
        Destroy(gameObject);
    }

Following is what you need for this book: This Unity artificial intelligence book is for Unity developers with a basic understanding of C# and the Unity Editor who want to expand their knowledge of AI Unity game development.

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

Software and Hardware List

Chapter Software required OS required
1 Unity3d 2022 Windows, Mac OS X, and Linux (Any)

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

  • Learning C# by Developing Games with Unity 2021 โ€“ Sixth Edition [Packt] [Amazon]

  • Hands-On Unity 2021 Game Development โ€“ Second Edition [Packt] [Amazon]

Get to Know the Author

Dr. Davide Aversa holds a Ph.D. in artificial intelligence and an MSc in artificial intelligence and robotics from the University of Rome La Sapienza in Italy. He has a strong interest in artificial intelligence for the development of interactive virtual agents and procedural content generation. He served as a Program Committee member of video game-related conferences such as the IEEE conference on computational intelligence and games, and he also regularly participates in game-jam contests. He also writes a blog on game design and game development.

Other books by the authors

unity-artificial-intelligence-programming-fifth-edition's People

Contributors

thek3nger avatar saurabhk710 avatar

Watchers

James Cloos avatar

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.