Building an installer for Windows
Now that we know what happens by default, let's take some time to customize the project to make it look as nice as possible. PlayerSettings is where we can define different parameters for each platform that we want to put the game onto.
To open PlayerSettings, you can either click on the PlayerSettings button from the Build Settings menu or go to Edit | Project Settings | Player.
PlayerSettings is actually shown in Inspector. There are some key properties at the top that are cross-platform, which means that they will apply to all platforms (or rather will be the defaults you can override later).
From the Project tab, create a new folder within the
MyGame
folder and name itSprites
.Now, in the
Example Code
folder, you'll find acursor_hand
image. Drag and drop it to theAssets/MyGame/Sprites
folder of the Project browser. Once there, select the image and change Texture Type to Cursor.Note that, while the image I created works, you're more than welcome to create...