0
0
Unityframework~5 mins

Mobile build (Android/iOS) in Unity - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is the first step to prepare a Unity project for an Android build?
Open the Build Settings in Unity, select Android as the target platform, and click 'Switch Platform' to prepare the project for Android.
Click to reveal answer
beginner
Which file format does Unity generate for Android builds?
Unity generates an APK (Android Package) file or an AAB (Android App Bundle) file for Android builds.
Click to reveal answer
intermediate
What is the role of the 'Player Settings' in Unity when building for iOS?
Player Settings allow you to configure app details like bundle identifier, version, orientation, and permissions needed for the iOS build.
Click to reveal answer
intermediate
Why do you need Xcode when building a Unity project for iOS?
Unity exports the iOS project, but Xcode is required to compile, sign, and deploy the app to an iOS device or the App Store.
Click to reveal answer
intermediate
What is a keystore in Android builds, and why is it important?
A keystore is a file that holds security keys used to sign your Android app. Signing is required to publish the app on the Google Play Store.
Click to reveal answer
Which Unity menu do you use to change the build target to iOS?
AAssets > Import Package
BFile > Build Settings
CWindow > Package Manager
DEdit > Preferences
What file does Unity generate for an Android build by default?
A.ipa
B.exe
C.apk
D.app
Which tool is required to compile and deploy an iOS app built with Unity?
AEclipse
BVisual Studio
CAndroid Studio
DXcode
What must you configure in Player Settings before building for mobile platforms?
ABundle Identifier and permissions
BOnly graphics quality
CScreen resolution only
DNone, defaults are fine
Why is signing an Android app with a keystore necessary?
ATo verify the app's author and allow publishing
BTo compress the app size
CTo enable debugging
DTo change the app icon
Describe the steps to build and deploy a Unity project to an Android device.
Think about platform selection, app identity, signing, and deployment.
You got /5 concepts.
    Explain why Xcode is necessary for building Unity projects for iOS and what role it plays.
    Consider the difference between Unity export and final app creation.
    You got /4 concepts.