Mastering Unity Scripting

Mastering Unity Scripting Book in PDF, ePub and Kindle version is available to download in english. Read online anytime anywhere directly from your device. Click on the download button below to get a free pdf file of Mastering Unity Scripting book. This book definitely worth reading, it is an incredibly well-written.

Mastering Unity Scripting

Author : Alan Thorn
Publisher : Packt Publishing Ltd
Page : 380 pages
File Size : 49,9 Mb
Release : 2015-01-29
Category : Computers
ISBN : 9781784390563

Get Book

Mastering Unity Scripting by Alan Thorn Pdf

Mastering Unity Scripting is an advanced book intended for students, educators, and professionals familiar with the Unity basics as well as the basics of scripting. Whether you've been using Unity for a short time or are an experienced user, this book has something important and valuable to offer to help you improve your game development workflow.

Mastering Unity 2D Game Development

Author : Simon Jackson
Publisher : Packt Publishing Ltd
Page : 474 pages
File Size : 44,6 Mb
Release : 2014-08-26
Category : Computers
ISBN : 9781849697354

Get Book

Mastering Unity 2D Game Development by Simon Jackson Pdf

If you have C# knowledge but now want to become truly confident in creating fully functional 2D RPG games with Unity, then this book will show you everything you need to know.

Unity in Action

Author : Joseph Hocking
Publisher : Simon and Schuster
Page : 586 pages
File Size : 42,7 Mb
Release : 2018-03-27
Category : Computers
ISBN : 9781638356219

Get Book

Unity in Action by Joseph Hocking Pdf

Summary Manning's bestselling and highly recommended Unity book has been fully revised! Unity in Action, Second Edition teaches you to write and deploy games with the Unity game development platform. You'll master the Unity toolset from the ground up, adding the skills you need to go from application coder to game developer. Foreword by Jesse Schell, author of The Art of Game Design Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Build your next game without sweating the low-level details. The Unity game development platform handles the heavy lifting, so you can focus on game play, graphics, and user experience. With support for C# programming, a huge ecosystem of production-quality prebuilt assets, and a strong dev community, Unity can get your next great game idea off the drawing board and onto the screen! About the Book Unity in Action, Second Edition teaches you to write and deploy games with Unity. As you explore the many interesting examples, you'll get hands-on practice with Unity's intuitive workflow tools and state-of-the-art rendering engine. This practical guide exposes every aspect of the game dev process, from the initial groundwork to creating custom AI scripts and building easy-to-read UIs. And because you asked for it, this totally revised Second Edition includes a new chapter on building 2D platformers with Unity's expanded 2D toolkit. What's Inside Revised for new best practices, updates, and more! 2D and 3D games Characters that run, jump, and bump into things Connect your games to the internet About the Reader You need to know C# or a similar language. No game development knowledge is assumed. About the Author Joe Hocking is a software engineer and Unity expert specializing in interactive media development. Table of Contents PART 1 - First steps Getting to know Unity Building a demo that puts you in 3D space Adding enemies and projectiles to the 3D game Developing graphics for your game PART 2 - Getting comfortable Building a Memory game using Unity's 2D functionality Creating a basic 2D Platformer Putting a GUI onto a game Creating a third-person 3D game: player movement and animation Adding interactive devices and items within the game PART 3 - Strong finish Connecting your game to the internet Playing audio: sound effects and music Putting the parts together into a complete game Deploying your game to players' devices

C# Game Programming Cookbook for Unity 3D

Author : Jeff W. Murray
Publisher : CRC Press
Page : 452 pages
File Size : 51,7 Mb
Release : 2014-06-24
Category : Computers
ISBN : 9781466581425

Get Book

C# Game Programming Cookbook for Unity 3D by Jeff W. Murray Pdf

An Accessible, Modular Style of Game Building-Easily Start Making Games with Unity 3DC# Game Programming Cookbook for Unity 3D presents a highly flexible core framework to create just about any type of game by plugging in different script components. Most scripts function within the game framework or in your own structures. The techniques and conce

Mastering UI Development with Unity

Author : Ashley Godbold
Publisher : Packt Publishing Ltd
Page : 459 pages
File Size : 41,9 Mb
Release : 2018-04-30
Category : Computers
ISBN : 9781787288430

Get Book

Mastering UI Development with Unity by Ashley Godbold Pdf

Master Game UI system by creating captivating user interface components with Unity 5 through Unity 2018 and C#. Learn about UI texts, images, world space UI, mobile-specific UI and much more. Key Features Develop a game UI with both technical and aesthetic considerations Use all the UI elements provided by Unity's UI system Step-by-step examples of creating user interface components in the top game genres Book Description A functional UI is an important component for player interaction in every type of video game. Along with imparting crucial statistical information to the player, the UI is also the window through which the player engages with the world established by the game. Unity's tools give you the opportunity to create complex and attractive UIs to make your game stand out. This book helps you realize the full potential of Unity's powerful tools to create the best UI for your games by walking you through the creation of myriad user interface components. Learn how to create visually engaging heads-up-displays, pause menus, health bars, circular progress bars, animated menus, and more. This book not only teaches how to lay out visual elements, but also how to program these features and implement them across multiple games of varying genres. While working through the examples provided, you will learn how to develop a UI that scales to multiple screen resolutions, so your game can be released on multiple platforms with minimal changes. What you will learn Design principles and patterns for laying out elements in your UI Techniques that allow your UI to scale appropriately in different resolutions How to use automatic layouts to streamline your UI building process Properties of the Event System and how to appropriately hook events to your UI elements Access the components and properties of UI elements via code Implement all of Unity's built-in UI elements as well as those provided by TextMeshPro Develop key UI components that are popularly used in multiple game genres Add visual flare to user interfaces with the use of animation and particle effects Create a UI that displays in the Screen Space as well as World Space Who this book is for This book is for anyone keen to improve their games via a great user interface with Unity's UI system. If you're looking for a book that explains how to develop specific user interfaces or that thoroughly explains how each of the individual Unity components work, this book is for you.

Extending Unity with Editor Scripting

Author : Angelo Tadres
Publisher : Packt Publishing Ltd
Page : 268 pages
File Size : 49,8 Mb
Release : 2015-09-21
Category : Computers
ISBN : 9781785285660

Get Book

Extending Unity with Editor Scripting by Angelo Tadres Pdf

Put Unity to use for your video games by creating your own custom tools with editor scriptingAbout This Book Acquire a good understanding of extending Unity's editor capabilities for a platformer game by using Gizmos, custom inspectors, editor windows, scriptable objects, and more Learn to configure and get control over your asset import pipeline using asset preprocessors A step-by-step, comprehensible guide to creating and customizing a build pipeline that fits the necessities of your video game development team Who This Book Is For This book is for anyone who has a basic knowledge of Unity programming using C# and wants to learn how to extend and create custom tools using Unity editor scripting to improve the development workflow and make video game development easier. What You Will Learn Use Gizmos to create visual aids for debugging Extend the editor capabilities using custom inspectors, property and decorator drawers, editor windows, and handles Save your video game data in a persistent way using scriptable objects Improve the look and feel of your custom tools using GUIStyles and GUISkins Configure and control the asset import pipeline Improve the build creation pipeline Distribute the custom tools in your team or publish them in the Asset Store In Detail One of Unity's most powerful features is the extensible editor it has. With editor scripting, it is possible to extend or create functionalities to make video game development easier. For a Unity developer, this is an important topic to know and understand because adapting Unity editor scripting to video games saves a great deal of time and resources. This book is designed to cover all the basic concepts of Unity editor scripting using a functional platformer video game that requires workflow improvement. You will commence with the basics of editor scripting, exploring its implementation with the help of an example project, a level editor, before moving on to the usage of visual cues for debugging with Gizmos in the scene view. Next, you will learn how to create custom inspectors and editor windows and implement custom GUI. Furthermore, you will discover how to change the look and feel of the editor using editor GUIStyles and editor GUISkins. You will then explore the usage of editor scripting in order to improve the development pipeline of a video game in Unity by designing ad hoc editor tools, customizing the way the editor imports assets, and getting control over the build creation process. Step by step, you will use and learn all the key concepts while creating and developing a pipeline for a simple platform video game. As a bonus, the final chapter will help you to understand how to share content in the Asset Store that shows the creation of custom tools as a possible new business. By the end of the book, you will easily be able to extend all the concepts to other projects. Style and approach This book uses a step-by-step approach that will help you finish with a level editor tool, a custom configuration for the asset import pipeline, and a build pipeline totally adjusted to the video game.

Mastering Unity 5.x

Author : Alan Thorn
Publisher : Packt Publishing Ltd
Page : 584 pages
File Size : 43,8 Mb
Release : 2017-01-27
Category : Computers
ISBN : 9781785884849

Get Book

Mastering Unity 5.x by Alan Thorn Pdf

Create amazing games with solid gameplay features, using a professional-grade workflow inside the Unity engine! About This Book Become a Unity master by creating a practical, in-depth game-development project with Unity Use advanced C# scripting to unlock the complete potential of Unity 5 Use Version Control to Effectively Manage and Scale your workflow Who This Book Is For If you are a Unity developer who now wants to develop and deploy interesting games by leveraging the new features of Unity 5.x, then this is the book for you. Basic knowledge of C# programming is assumed. What You Will Learn Explore hands-on tasks and real-world scenarios to make a Unity horror adventure game Create enemy characters that act intelligently and make reasoned decisions Use data files to save and restore game data in a way that is platform-agnostic Get started with VR development Use Navigation Meshes, Occlusion Culling, and the Profiler tools Work confidently with GameObjects, Rotations, and Transformations Understand specific gameplay features such as AI enemies, inventory systems, and level design In Detail Do you want to take the leap from being an everyday Unity developer to being a pro game developer? Then look no further! This book is your one stop solution to creating mesmerizing games with lifelike features and amazing gameplay. This book takes an in-depth focus on a practical project with Unity, building a first-person game with many features. You'll dive deep into the architecture of a Unity game, creating expansive worlds, interesting render effects, and other features to make your games special. You will create individual game components, use efficient animation techniques, and implement collision and physics effectively. Specifically, we'll explore optimal techniques for importing game assets, such as meshes and textures; tips and tricks for effective level design; how to animate and script NPCs; how to configure and deploy to mobile devices; how to prepare for VR development; and how to work with version control, and more. By the end of this book, you'll have developed sufficient competency in Unity development to produce fun games with confidence. Style and approach This book takes a step-by-step, practical tutorial approach. You will create an advanced level Unity game with an emphasis on leveraging the advanced Unity 5 features. You will make the most of the Unity 5 advanced features while you develop the game in its entirety.

Getting Started with Unity 5.x 2D Game Development

Author : Francesco Sapio
Publisher : Packt Publishing Ltd
Page : 472 pages
File Size : 46,7 Mb
Release : 2017-02-10
Category : Computers
ISBN : 9781784393298

Get Book

Getting Started with Unity 5.x 2D Game Development by Francesco Sapio Pdf

Build a tower defense game and earn delectable C# treats by baking cupcakes and fighting fearsome sweet-toothed pandas About This Book Build a complete and exciting 2D Tower Defense game from scratch. Understand and learn to perform each phase of the game development pipeline Homework and exercises to improve your skills and take them to the next level Who This Book Is For If you are looking forward to get started with 2D game development, either if you are a newcomer to this world, or you came from 3D games or other game engines, this book is for you. Although there are many references to other resources throughout the book, it is assumed that you have a general understanding of C# and its syntax and structure. What You Will Learn Import and set up assets for 2D game development Design and implement dynamic and responsive User Interfaces Create and handle complex animation systems Unlock all the potentiality of the physics engine Implement Artificial Intelligence algorithms to give intelligence to your NPCs Script gameplay and overall bring your ideas to life In Detail Want to get started in the world of 2D game development with Unity? This book will take your hand and guide you through this amazing journey to let you know exactly what you need to build the games you want to build, without sacrificing quality. You will build a solid understanding of Unity 5.x, by focusing with the embedded tools to develop 2D games. In learning about these, along with accurate explanations and practical examples, you will design, develop, learn how to market and publish a delectable Tower Defense game about cupcakes versus pandas. Each chapter in this book is structured to give you a full understanding on a specific aspect of the workflow pipeline. Each of these aspects are essential for developing games in Unity. In a step-by-step approach, you will learn about each of the following phases: Game Design, Asset Importing, Scripting, User Interfaces, Animations, Physics, Artificial Intelligence, Gameplay Programming, Polishing and Improving, Marketing, Publishing and much more. This book provides you with exercises and homework at the end of each chapter so that you can level up your skills as a Unity game developer. In addition, each of these parts are centered on a common point of discussion with other learners just like you. Therefore, by sharing your ideas with other people you will not only develop your skills but you will also build a network. Style and approach This is a fun step-by-step approach in the whole pipeline of 2D game development in Unity, which is explained in a conversational and easy-to-follow style. Each topic is explained sequentially, allowing you to experience both basics and advanced features of Unity. By doing this, the book is able to provide you with a solid grasp on each of the topics. In this way, by engaging with the book's content, exploring the additional references to further readings and completing the homework sections, you are able to challenge yourself and apply what you know in a variety of ways. Once you have finished reading this book, you will be well on your way to developing games from start to finish!

Mastering Android Game Development with Unity

Author : Siddharth Shekar,Wajahat Karim
Publisher : Packt Publishing Ltd
Page : 346 pages
File Size : 46,5 Mb
Release : 2017-05-25
Category : Computers
ISBN : 9781785282942

Get Book

Mastering Android Game Development with Unity by Siddharth Shekar,Wajahat Karim Pdf

Create enthralling Android games with Unity Faster Than Ever Before About This Book Develop complex Android games with the help of Unity's advanced features such as artificial intelligence, high-end physics, and GUI transformations. Create amazing Graphical User Interfaces (GUIs) with Unity's new uGUI system Unravel and deploy exciting games across Android devices Who This Book Is For If you are a Unity 5 developer and want to expand your knowledge of Unity 5 to create high-end complex Android games, then this book is for you. Readers are expected to have a basic understanding of Unity 5, working with its environment, and its basic concepts. What You Will Learn Develop your own Jetpack Joyride clone game Explore the advanced features of Unity 5 by building your own Action Fighting game Develop remarkable Graphical User Interfaces (GUIs) with Unity's new uGUI system Enhance your game by adding stunning particle systems and complex animations Build pleasing virtual worlds with special effects, lights, sky cube maps, and cameras Make your game more realistic by providing music and sound effects Debug and deploy your games on different Android devices In Detail Game engines such as Unity are the power-tools behind the games we know and love. Unity is one of the most widely-used and best loved packages for game development and is used by everyone, from hobbyists to large studios, to create games and interactive experiences for the Web, desktop, mobile, and console. With Unity's intuitive, easy-to-learn toolset and this book, it's never been easier to become a game developer. You will begin with the basic concepts of Android game development, a brief history of Android games, the building blocks of Android games in Unity 5, and the basic flow of games. You will configure an empty project for the Jetpack Joyride Clone Game, add an environment and characters, and control them. Next you will walk through topics such as particle systems, camera management, prefabs, animations, triggers, colliders, and basic GUI systems. You will then cover the basic setup for 3D action fighting games, importing models, textures and controlling them with a virtual on-screen joystick. Later you will set up Scene for 3D Configuration, create basic gameplays, and manage input controls. Next you will learn to create the interface for the main menu, gameplay, game over, achievements, and high score screens. Finally you will polish your game with stats, sounds, and Social Networking, followed by testing the game on Android devices and then publishing it on Google Play, Amazon, and OUYA Stores. Style and approach A step-by-step and detailed guide to developing high-end complex Android games utilizing the advanced concepts of Unity.

Mastering Unity 2017 Game Development with C#

Author : Alan Thorn
Publisher : Packt Publishing Ltd
Page : 563 pages
File Size : 49,5 Mb
Release : 2017-10-30
Category : Computers
ISBN : 9781788398398

Get Book

Mastering Unity 2017 Game Development with C# by Alan Thorn Pdf

Master realistic animations and graphics, particle systems, game AI and physics, sprites and VR development with Unity 2017 About This Book Create professional grade games with realistic animation and graphics, particle systems and game physics with Unity 2017 Unleash the power of C# scripting to create intelligent game AI and professional grade game workflows. Create immersive VR games using the latest Unity 2017 VR SDK. Who This Book Is For If you are a Unity developer who now wants to develop and deploy interesting games by leveraging the new features of Unity 2017, then this is the book for you. Basic knowledge of C# programming is assumed. What You Will Learn Explore hands-on tasks and real-world scenarios to make a Unity horror adventure game Create enemy characters that act intelligently and make reasoned decisions Use data files to save and restore game data in a way that is platform-agnostic Get started with VR development Use navigation meshes, occlusion culling, and Profiler tools Work confidently with GameObjects, rotations, and transformations Understand specific gameplay features such as AI enemies, inventory systems, and level design In Detail Do you want to make the leap from being an everyday Unity developer to being a pro game developer? Then look no further! This book is your one-stop solution to creating mesmerizing games with lifelike features and amazing gameplay. This book focuses in some detail on a practical project with Unity, building a first-person game with many features. You'll delve into the architecture of a Unity game, creating expansive worlds, interesting render effects, and other features to make your games special. You will create individual game components, use efficient animation techniques, and implement collision and physics effectively. Specifically, we'll explore optimal techniques for importing game assets, such as meshes and textures; tips and tricks for effective level design; how to animate and script NPCs; how to configure and deploy to mobile devices; how to prepare for VR development; how to work with version control; and more. By the end of this book, you'll have developed sufficient competency in Unity development to produce fun games with confidence. Style and approach This book takes an easy-to-follow, step-by-step tutorial approach. You will create an advanced level Unity game with an emphasis on leveraging advanced Unity 2017 features while developing the game in its entirety.

Mastering Unity 2D Game Development

Author : Ashley Godbold,Simon Jackson
Publisher : Packt Publishing Ltd
Page : 496 pages
File Size : 41,6 Mb
Release : 2016-10-21
Category : Computers
ISBN : 9781786462336

Get Book

Mastering Unity 2D Game Development by Ashley Godbold,Simon Jackson Pdf

Master everything you need to build a 2D game using Unity 5 by developing a complete RPG game framework! About This Book Explore the new features of Unity 5 and recognize obsolete code and elements. Develop and build a complete 2D retro RPG with a conversation system, inventory, random map battles, full game menus, and sound. This book demonstrates how to use the new Unity UI system effectively through detailed C# scripts with full explanations. Who This Book Is For This book is for anyone looking to get started developing 2D games with Unity 5. If you're already accomplished in Unity 2D and wish to expand or supplement your current Unity knowledge, or are working in 2D in Unity 4 and looking to upgrade Unity 5, this book is for you. A basic understanding of programming logic is needed to begin learning with this book, but intermediate and advanced programming topic are explained thoroughly so that coders of any level can follow along. Previous programming experience in C# is not required. What You Will Learn Create a 2D game in Unity 5 by developing a complete retro 2D RPG framework. Effectively manipulate and utilize 2D sprites. Create 2D sprite animations and trigger them effectively with code. Write beginning to advanced-level C# code using MonoDevelop. Implement the new UI system effectively and beautifully. Use state machines to trigger events within your game. In Detail The Unity engine has revolutionized the gaming industry, by making it easier than ever for indie game developers to create quality games on a budget. Hobbyists and students can use this powerful engine to build 2D and 3D games, to play, distribute, and even sell for free! This book will help you master the 2D features available in Unity 5, by walking you through the development of a 2D RPG framework. With fully explained and detailed C# scripts, this book will show you how to create and program animations, a NPC conversation system, an inventory system, random RPG map battles, and full game menus. After your core game is complete, you'll learn how to add finishing touches like sound and music, monetization strategies, and splash screens. You'll then be guided through the process of publishing and sharing your game on multiple platforms. After completing this book, you will have the necessary knowledge to develop, build, and deploy 2D games of any genre! Style and approach This book takes a step-by-step practical tutorial style approach. The steps are accompanied by examples, and all the intermediate steps will be clearly explained. The focus of this book will obviously be on the advanced topics so that the game looks and performs efficiently.

Mastering Unity

Author : Sufyan Bin Uzayr
Publisher : Mastering Computer Science
Page : 260 pages
File Size : 47,8 Mb
Release : 2022
Category : Computer games
ISBN : 1032103191

Get Book

Mastering Unity by Sufyan Bin Uzayr Pdf

Mastering Unity: A Beginner's Guide introduces developers of all ages to the beautiful and valuable world of Unity. Unity is a popular cross-platform game engine. It was initially unveiled and distributed as a Mac OS X-exclusive game engine in June 2005 at Apple Inc.'s Worldwide Developers Conference. Unity is used to produce nearly 50% of all games in the world. Its real-time platform, driven by tools and services, provides fantastic opportunities for game developers and innovators across sectors and applications. Mastering Unity covers the creation of both three-dimensional (3D) and two-dimensional (2D) games as well as interactive simulations and other experiences. Since Unity as an engine has been used in sectors other than video games, including film, automotive, architectural, engineering, manufacturing, and even by the armed forces, Mastering Unity focuses on a broader usage for Unity. This book starts with the setup and installation of Unity, which is followed by additional info related to its usage. Mastering Unity covers such topics as scene management, debugging, 2D and 3D physics, and Unity Hub setup. Considering the fact that C# is often the primary programming language used in Unity, this book covers object-oriented principles as well as C# coding at great length. That said, you can use any other language in Unity, including JavaScript, Rust, or Mono. For the most part, Mastering Unity strives to be programming language-neutral to help you fully understand the Unity concepts. If you are an absolute beginner, Mastering Unity will help you understand the basics about Unity, its features, technical requirements, architecture, and the scripting language used in Unity. This book also focuses on setting up Unity, which encompasses installation, project creation, and launches of a project scene. Mastering Unity also addresses dealing with scenes and game objects, prefabs, and storing scenes as well as animations in Unity and performance optimization. Mastering Unity will also help you learn how to test and release a game in Unity to various platforms. Learn more about our other Mastering titles at: https: //www.routledge.com/Mastering-Computer-Science/book-series/MCS

Unity Game Development Scripting

Author : Kyle D'Aoust
Publisher : Packt Publishing Ltd
Page : 202 pages
File Size : 49,5 Mb
Release : 2014-12-22
Category : Computers
ISBN : 9781783553648

Get Book

Unity Game Development Scripting by Kyle D'Aoust Pdf

If you are new to Unity scripting and want to learn simple and modular code and advance your knowledge to the next level, this is the book for you.

Mastering Unity Game Development with C#

Author : Mohamed Essam
Publisher : Packt Publishing Ltd
Page : 356 pages
File Size : 52,9 Mb
Release : 2024-07-05
Category : Computers
ISBN : 9781835465943

Get Book

Mastering Unity Game Development with C# by Mohamed Essam Pdf

Transform your game development journey with Unity 2022 by structuring projects, optimizing code, and designing engaging mechanics Key Features Progress from basics to advanced Unity techniques effortlessly Write clean, efficient C# code to deliver seamless and engaging gameplay experiences Craft captivating game mechanics and optimize the UI to develop standout games Purchase of the print or Kindle book includes a free PDF eBook Book DescriptionDo you want to level up your Unity game development skills? Then look no further! This book is your one-stop solution to creating mesmerizing games with lifelike features and captivating gameplay. Whether you're an intermediate or a seasoned developer, this guide is designed for all skill levels. Written by a highly experienced Unity developer, this book emphasizes project organization, clean C# code, and Unity plugins, including the new Input System and Cinemachine. Mastering Unity Game Development with C# shows you how to structure projects effectively, write clean and modular code, utilize the power of Unity plugins, and design engaging game mechanics. You’ll also understand how to optimize user interfaces for a seamless player experience, manage game data efficiently, contribute to existing code bases, integrate third-party assets and APIs, and apply optimization techniques to enhance game performance. By the end of this book, you’ll have acquired the knowledge and skills that will empower you to create efficient and engaging games.What you will learn Structure projects and break down game design into manageable systems Utilize Unity plugins such as the new Input System and Cinemachine Contribute effectively to existing code bases in Unity with C# Optimize user interfaces using C# for a seamless player experience Manage game data efficiently in Unity with C# Enrich your game with third-party assets and APIs using C# Who this book is for This book is designed for game developers, professional gamers, and game development enthusiasts who have prior experience with Unity and are comfortable with C# programming. If you have a basic understanding of Unity's core functionalities such as creating scenes, scripting, and manipulating objects, this book will help you gain the skills needed to master Unity game development.

Developing 2D Games with Unity

Author : Jared Halpern
Publisher : Apress
Page : 398 pages
File Size : 49,7 Mb
Release : 2018-11-28
Category : Computers
ISBN : 9781484237724

Get Book

Developing 2D Games with Unity by Jared Halpern Pdf

Follow a walkthrough of the Unity Engine and learn important 2D-centric lessons in scripting, working with image assets, animations, cameras, collision detection, and state management. In addition to the fundamentals, you'll learn best practices, helpful game-architectural patterns, and how to customize Unity to suit your needs, all in the context of building a working 2D game. While many books focus on 3D game creation with Unity, the easiest market for an independent developer to thrive in is 2D games. 2D games are generally cheaper to produce, more feasible for small teams, and more likely to be completed. If you live and breathe games and want to create them then 2D games are a great place to start. By focusing exclusively on 2D games and Unity’s ever-expanding 2D workflow, this book gives aspiring independent game developers the tools they need to thrive. Various real-world examples of independent games are used to teach fundamental concepts of developing 2D games in Unity, using the very latest tools in Unity’s updated 2D workflow. New all-digital channels for distribution, such as Nintendo eShop, XBox Live Marketplace, the Playstation Store, the App Store, Google Play, itch.io, Steam, and GOG.com have made it easier than ever to discover, buy, and sell games. The golden age of independent gaming is upon us, and there has never been a better time to get creative, roll up your sleeves, and build that game you’ve always dreamed about. Developing 2D Games with Unity can show you the way. What You'll Learn Delve deeply into useful 2D topics, such as sprites, tile slicing, and the brand new Tilemap feature. Build a working 2D RPG-style game as you learn.Construct a flexible and extensible game architecture using Unity-specific tools like Scriptable Objects, Cinemachine, and Prefabs.Take advantage of the streamlined 2D workflow provided by the Unity environment. Deploy games to desktop Who This Book Is For Hobbyists with some knowledge of programming, as well as seasoned programmers interested in learning to make games independent of a major studio.