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 Shadersto include:StandardUnlit/ColorglTF/PbrMetallicRoughnessglTF/PbrSpecularGlossinessglTF/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 Locationto:AutomaticorForce Internal.Internet Accessto:Require.Write Permissionto:Internal.
- Switch platform to
AndroidandBuild and Runthe 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
iOSandBuild and Runthe app to generate the proper iOS app data files folder.