ARwayKit SDK
❱ HOMEPAGE⚎ DEVELOPER PORTAL
  • Introduction
  • Change Log
  • FAQ
  • ARWAY SDK
    • Getting Started
    • Building from the Source Code
    • Integrating the Unity Package
    • Managing App Localizations
      • Enabling Right-to-Left (RTL) Text
    • Sample Scenes
      • Dashboard
      • AR Map Session
    • Branding the Sample App
      • Replacing ARway Logos in the Sample App
    • Third Party
    • SDK Upgrade Guide
      • 3.1.0 -> 3.1.4
      • 3.0.1 -> 3.1.0
      • 3.0.0 -> 3.0.1
      • 2.5.1 -> 3.0.0
      • 2.3.1 -> 2.5.1
      • 2.3 -> 2.3.1
    • Enhancing the Sample App
      • Instant Location Pin Navigation
      • Customizing the Default Navigation Arrow
      • Initializing AR Using an IAP
  • Maps Studio
    • Overview
    • Maps Studio
      • Creating a Map
      • Editing Map Details
      • Uploading Content
      • QR Codes
      • Image Access Points (IAPs)
      • Floorplans
      • Using the Editor
      • Occlusion
      • Analytics
  • ARwayKit SDK Integrations
    • Flutter
      • Quickstart in Flutter
    • React Native
      • Quickstart in React Native
    • Android Kotlin
      • Quickstart in Android Kotlin
    • Android Java
      • Quickstart in Android Java
    • iOS Swift
      • Quickstart in iOS Swift
  • Deep Linking
    • What is Deep Linking?
    • Creator Portal Changes
    • Modifying the SDK
    • Configuring Server Files
  • DEVELOPER FEEDBACK
    • Support
Powered by GitBook
On this page
  • Image Assets
  • Replacing the Image Assets
  1. ARWAY SDK
  2. Branding the Sample App

Replacing ARway Logos in the Sample App

Swap existing images for custom branding.

The sample app includes multiple images featuring the ARway logo, which can be replaced as needed. With the sample app, you can replace the provided image assets with your own and add your custom branding to replace the ones from ARway.

Image Assets

The following list of image assets contain the ARway logo:

  • Assets/ARWay/ViewerMode/1_UI/Dashboard/Arway_logo.png

    • W: 512px | H: 512px - Square logo

  • Assets/ARWay/ViewerMode/1_UI/Dashboard/Arway_text.png

    • W: 512px | H: 143px - ARway text

  • Assets/ARWay/ViewerMode/1_UI/Dashboard/arway_logo_h.png

    • W: 512px | H: 132px - ARway logo on dashboard

  • Assets/ARWay/ViewerMode/1_UI/Dashboard/arway_thumbnail_1x1.png

    • W: 512px | H: 512px - ARway thumbnails

  • Assets/ARWay/ViewerMode/1_UI/Dashboard/SampleThumbnail.png

    • W: 327px | H: 279px - ARway thumbnails

  • Assets/ARWay/ViewerMode/3_Assets/VideoTexture/Thumbnail.png

    • W: 750px | H: 512px - Thumbnail image for videos in AR session

  • Assets/ARWay/ViewerMode/3_Assets/Prefabs/ARMapSession/QR Info/QR/QR_Primary.png

    • W: 190px | H: 190px - Image of a primary QR code with the ARway logo

  • Assets/ARWay/ViewerMode/3_Assets/Prefabs/ARMapSession/QR Info/QR/QR_Secondary.png

    • W: 153px | H: 157px Image of a secondary QR code with the ARway logo

  • Assets/ARWay/ViewerMode/1_UI/Buttons/Access Point Button Pressed.png

    • W: 1792px | H: 512px - Location accuracy dial background pressed

  • Assets/ARWay/ViewerMode/1_UI/Buttons/Access Point Button.png

    • W: 1792px | H: 512px - Location accuracy dial background

  • Assets/ARWay/ViewerMode/1_UI/DriftIndicatorUI/Center Logo.png

    • W: 512px | H: 512px - Square logo

  • Assets/ARWay/ViewerMode/1_UI/Logo/ARway_logo_512x512.png

    • W: 512px | H: 512px - Square logo

  • Assets/ARWay/ViewerMode/1_UI/Logo/ARway_logo_1024x1024.png

    • W: 512px | H: 512px - App icon

  • Assets/ARWay/ViewerMode/1_UI/Logo/arway_logo_3.png

    • W: 512px | H: 518px - square icon

  • Assets/ARWay/ViewerMode/1_UI/Dashboard/qr_overlay.png

    • W: 1024px | H: 1024px - Overlay that appears when scanning QR codes

  • Assets/ARWay/ViewerMode/1_UI/Dashboard/sample_thumbnail.png

    • W: 327px | H: 279px - Default map thumbnail for dashboard

  • Assets/ARWay/ViewerMode/1_UI/Dashboard/qr_thumbnail_sample.png

    • W: 512px | H: 512px - Sample showing what QR code looks like

  • Assets/ARWay/ViewerMode/1_UI/UI_UX/Buttons V2/QR-CODE.png

    • W: 512px | H: 512px - QR code image

Replacing the Image Assets

These image assets can be replaced with your own images. Here is how to do so:

  1. Copy the image assets from the above list.

  2. Modify the image assets to replace them with your own.

  3. Swap the images with your modified assets in the above folders.

  4. Build your app.

PreviousBranding the Sample AppNextThird Party

Last updated 11 months ago

Replacing images in the ARway sample app.