Book Image

Mastering Unity 2D game development

By : Simon Jackson
5 (1)
Book Image

Mastering Unity 2D game development

5 (1)
By: Simon Jackson

Overview of this book

Table of Contents (21 chapters)
Mastering Unity 2D Game Development
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Free Chapter
1
Overview
Index

Summary


What a marathon! This certainly has been the heaviest chapter so far, but there were a lot of advanced techniques to cover, and to do them justice, they needed a lot of explanation. Building a conversation system for any game needs a lot of planning to ensure you get the features you need for your game.

The lessons you learned in this chapter will set you in good stead for the future features.

We covered the ways to communicate between the game objects using events, delegates, and messaging solutions. We also covered working with background tasks and Coroutines, serialization and scriptable objects, constructing your own conversation system, and paid alternatives.