Search Unity

Question Creating a racing game for both android and IOS

Discussion in 'Android' started by crownracing, Oct 7, 2022.

  1. crownracing

    crownracing

    Joined:
    Sep 18, 2020
    Posts:
    39
    I am new to this. I would like to create a racing game that can be played on android and IOS devices.
    Do I have to create the same game on each platform individually, OR, can I check both boxes, the android box and the IOS box, then create one game and it can be played by both android and IOS devices?
    Crown Racing
     
  2. VaidasM

    VaidasM

    Unity Technologies

    Joined:
    Jun 27, 2017
    Posts:
    41
    Hey, the beauty of Unity is that you can make the game for both platforms (of course, there are platform specific things that might need some custom setting up, if you desire to do so).

    Prerequisites for building on both platforms:
    make sure you have the needed resources (Players) downloaded, in this case: Android and iOS. You can do so when installing Unity via HUB, by selecting the components that you want.

    Whenever you'd want to build a game for iOS or Android, you'd need to switch platform to the one you want to build on (bottom right button), and click Build.
    upload_2022-10-25_17-11-41.png