更新时间:2021-07-21 18:01:51
coverpage
Credits
Unity Android Game Development by Example Beginner's Guide
About the Author
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Saying Hello to Unity and Android
Understanding what makes Unity great
Understanding what makes Android great
Understanding how Unity and Android work together
Differences between Pro and Basic
Setting up the development environment
Time for action – installing the JDK
Time for action – installing the Android SDK
Time for action – installing Unity 3D
Optional code editor
Connecting to a device
Time for action – simple device connection
Time for action – connecting trickier devices
Unity Remote
Building a simple application
Time for action – Hello World
Summary
Chapter 2. Looking Good – Graphical Interface
Creating a Tic-tac-toe game
Time for action – creating Tic-tac-toe
Finishing the game
Time for action – finish creating the game
GUI Skins and GUI Styles
A prettier form of Tic-tac-toe
Time for action – styling the game
Dynamic positioning
Time for action – the dynamic GUI
A better way to build to device
Time for action – build and run
Chapter 3. The Backbone of Any Game – Meshes Materials and Animations
Setting up
Time for action – the setup
Importing the meshes
Time for action – importing the tank
Tank import settings
Time for action – creating the tank
Time for action – keeping score
Time for action – controlling the chassis
Time for action – controlling the turret
Time for action – putting the pieces together
Creating the materials
Time for action – creating the city
Time for action – moving treads
Animations
Time for action – setting up target's animations
Time for action – creating the target state machine
Time for action – scripting the target
Time for action – creating the target
Ray tracing to shoot
Time for action – simple shooting
Chapter 4. Setting the Stage – Camera Effects and Lighting
The camera effects
Time for action – adding a skybox and distance fog
Time for action – creating the pointer
Time for action – controlling the indicator
Time for action – working with a second camera
Time for action – using the boost effect
Lights
Time for action – adding more lights
Time for action – creating a lightmap
Time for action – applying headlights
Blob shadow
Time for action – a tank with a shadow
Chapter 5. Getting Around – Pathfinding and AI
Understanding AI and pathfinding
The NavMesh
Time for action – creating the NavMesh
The NavMeshAgent component
Time for action – creating the enemy
The chase
Time for action – the player is over here
Time for action – chasing the player
Being attacked
Time for action – getting ready to fire
Attacking the enemy
Time for action – giving it a weakness
Spawning
Time for action – creating spawns
Chapter 6. Specialties of the Mobile Device – Touch and Tilt
Time for action – creating the project
Controlling with tilt