Build Notes
For All Platforms Debug Notes
- Follow the startup project setup.
Edit > Project Settings > Player
: Create a meaningful Package Name likecom.companyname.appname
…Company Name
:companyname
(sample)Product Name
:appname
(sample)
Edit > Project Settings > Player > Graphics > Video
:Always Included Shaders
to include:Standard
Unlit/Color
glTF/PbrMetallicRoughness
glTF/PbrSpecularGlossiness
glTF/Unlit
Mobile Platforms Debug Notes
- Install a good device debug logging package to your project like LunarConsole.
Android Debug Notes
Tested on Android 10 (API 29).
Edit > Project Settings > Player > iOS > Identification
: Override default if desired:Package Name
:com.companyname.appname
(sample)
Edit > Project Settings > Player > Android > Other Settings > Identification
:Minimum API Level
: at least API 24 (for XR/ARCore).
Edit > Project Settings > Player > Android > Other Settings > Configuration:
:Install Location
to:Automatic
orForce Internal
.Internet Access
to:Require
.Write Permission
to:Internal
.
- Switch platform to
Android
andBuild and Run
the app to generate the proper Android app data files folder.
iOS Debug Notes
Tested on iOS 15.
Edit > Project Settings > Player > iOS > Identification
: Override default if desired:Bundle Identifier
:com.companyname.appname
(sample)
Edit > Project Settings > Player > iOS > Other Settings > Configuration:
:Camera Usage Description
: something likeUsing iOS camera for ARENA AR
.Target minimum iOS Version
: to11.0
.Requires ARKit support
: to Yes.
- Switch platform to
iOS
andBuild and Run
the app to generate the proper iOS app data files folder.