Time for action – creating the project

Let's get started. The first step is, of course, to start Unity and create a new project. Naming the project Ch6_SpaceFighter will work well:

  1. Once Unity has finished initializing, this is a perfect opportunity to set our build settings. Open the Build Settings window, select Android from the list of platforms, and hit Switch Platform to change the target platform.
  2. While at the Build Settings window, select Player Settings to open the player settings in the Inspector. Adjust the Company Name, Product Name, and especially the Bundle Identifier.
  3. We need to create a few folders to keep the project organized. The Scripts, Models, and Prefabs folders should be created in the Project window.
  4. We now need to import the ...

Get Unity Android Game Development by Example Beginner's Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.