SDK Configuration Properties
Refer various SDK config properties applicable for Unity integration
WebAR SDK loading screen can be configured to customize the logo, style of the splash screen, UI screens (shown by SDK) etc using the following SDK configuration parameters.
Blippar Unity SDK package allows you to customize your API. There are several SDK attributes that you can define for customization. This API can be applied for customizing the loading screen animation to display any logo image, size, colour, progress ring, ring colour instead of displaying the default loading screen. For example: and many more.
To customize the loading screen animation follow the steps below:
- Click on the 'Blippar' Menu tab and from the drop-down, select the option 'Loading Screen'.

Menu Tab
- The loading screen tab will be displayed on the screen
- A default template will be selected as the template that would be used for generating the build.
- You can use the default template as a base and modify to create new templates. You can also choose to create as many templates as required.
- Provide the name of the logo and store the required assets into the Assets/WEBGLTemplates/Blippar/images. This is the folder location in which the image files must be stored in order to effectively trigger the customized animation.
- Enter the details of customization for logo width, height, progress dot ring scale, ring colour, alert border colour etc based on your requirement.
- Click on 'Save Template' to save the modified as the default. You can alternatively select the option to 'Save as new Template'. Refer image below:

Save a New Template
Description
Changes the circular logo in the loading splash screen.

Example
Description
Changes the width and height of the circular logo in the loading splash screen.

Example
Description
Changes the size/scale of the dotted loading ring which runs indefinitely until the splash screen disappears.

Example
Description
Changes the color of the dotted loading ring which runs indefinitely until the splash screen disappears.

Example
Description
Changes the size of the loading progress update ring.

Example
Descriptiona
Changes the color of the loading progress update ring.

Example
Description
Changes the thickness of the loading progress update ring.

Example
Description
On iOS Safari browser, a Camera permission request notice is displayed before asking the user to allow access to the Camera. This attribute changes the border color of the notice alert dialog.

Example
Description
On iOS Safari browser, a Camera permission request notice is displayed before asking the user to allow access to the Camera. This attribute changes the border thickness of the notice alert dialog.

Example
Description
On iOS Safari browser, a Camera permission request notice is displayed before asking the user to allow access to the Camera. This attribute changes the background color of the notice alert dialog.

Example
Description
On iOS Safari browser, a Camera permission request notice is displayed before asking the user to allow access to the Camera. This attribute changes the text color in the notice alert dialog.

Example
Description
On iOS Safari browser, a Camera permission request notice is displayed before asking the user to allow access to the Camera. This attribute changes the button color in the notice alert dialog.

Example
Description
On iOS Safari browser, a Camera permission request notice is displayed before asking the user to allow access to the Camera. This attribute changes the button text color in the notice alert dialog.

Example
Description
On iOS Safari browser, a Camera permission request notice is displayed before asking the user to allow access to the Camera. This attribute changes the button height in the notice alert dialog.

Example
Description
On iOS Safari browser, a Camera permission request notice is displayed before asking the user to allow access to the Camera. This attribute changes the camera permission text in the notice alert dialog.

Example
Description
On iOS Safari browser, a Camera permission request notice is displayed before asking the user to allow access to the Camera. This attribute changes the camera permission button text in the notice alert dialog.

Example
Description
On iOS Safari browser, a Camera permission request notice is displayed before asking the user to allow access to the Camera. This attribute changes the motion sensor permission text in the notice alert dialog.

Example
Description
On iOS Safari browser, a Camera permission request notice is displayed before asking the user to allow access to the Camera. This attribute changes the motion sensor permission button text in the notice alert dialog.

Example
Description
Changes the background color of the loading splash screen, landscape warning screen or any device/server communication error.

Example
Description
Changes the text color of the landscape warning screen, or any device/server communication error.

Description
Changes the logo image displayed in a desktop browser where the user is asked to scan the QR code or type the url in Android or iOS mobile browsers.

Example
Description
Changes the width and height of the logo image displayed in a desktop browser where the user is asked to scan the QR code or type the url in Android or iOS mobile browsers.

Example
Description
Changes the warning symbol image displayed in the landscape warning screen, or any device/server communication error.

Example
Description
Changes the width and height of the warning symbol image displayed in the landscape warning screen, or any device/server communication error.

Example
Description
Navigate to the 'Tracking Animation URL' field and provide the animation url https://lottiefiles.com/. If url is empty then sdk will play default animation for tracking

Example
Description
User can change the default scan instruction for auto marker detection, i.e. whenauto-marker-detection sets to 'true'.
Default text for scan instruction is"Look for a marker to scan..."

Example
Description
User can change the default scan instruction when marker is detecting i.e. recognises a marker image.
Default text for scan instruction while detection is"Detecting..."

Example
Description
User can change the default scan instruction when phone is idle
Default text for scan instruction is"Shake your phone to start detection"

Example
Description
Changes the css style of scan instruction text element.

Example
Description
User can change the display style of auto scan html element

Example
Description
User can change css style of scan instruction html element.

Description
Changes the css display property of the scan button displayed during marker tracking i.e. when webar-mode="marker-tracking". To make it invisible set it to"none"else"block".

Example
Description
Changes the height and width of the scan button displayed during marker tracking i.e. when webar-mode="marker-tracking".

Example
Description
Sets the height and width of the image displayed in the scan button displayed during marker tracking i.e. when webar-mode="marker-tracking".

Example
Description
Sets the image of the scan button displayed during marker tracking i.e. when webar-mode="marker-tracking".

Example
Description
Sets the SVG transform property (e.g. translate(), rotate() etc.) of the image displayed in the scan button displayed during marker tracking i.e. when webar-mode="marker-tracking".

Example
Description
Sets the x and y coordinates of the image displayed in the scan button during marker tracking i.e. when webar-mode="marker-tracking". The x and y position of the image is the top left position, relative to the viewport of the origin of the element i.e the scan button. Use scan-btn-img-transform attribute's translate() method to position the image to the centre.

Example
Description
Changes the text below the scan button displayed during marker tracking i.e. when webar-mode="marker-tracking".

Example
Description
Changes the css style of the text below the scan button displayed during marker tracking i.e. when webar-mode="marker-tracking".

Example
Description
Sets the color of the progress foreground circular bar displayed around the scan button during marker tracking i.e. when webar-mode="marker-tracking".

Example
Description
Sets the x and y coordinates of the centre of the progress foreground circular bar displayed around the scan button during marker tracking i.e. when webar-mode="marker-tracking".

Example
Description
Sets the radius of the progress foreground circular bar displayed around the scan button during marker tracking i.e. when webar-mode="marker-tracking".

Example
Description
Sets the SVG transform property (e.g. translate(), rotate() etc.) of the progress foreground circular bar displayed around the scan button during marker tracking i.e. when webar-mode="marker-tracking".

Example
Description
Sets the x and y coordinates of the centre point of the progress background circle displayed around the scan button during marker tracking i.e. when webar-mode="marker-tracking".

Example
Description
Sets the radius of the progress background circle displayed around the scan button during marker tracking i.e. when webar-mode="marker-tracking".

Example
Description
Sets the SVG style of the progress background circle displayed around the scan button during marker tracking i.e. when webar-mode="marker-tracking".

Example
Last modified 3mo ago