For the complete documentation index, see llms.txt. This page is also available as Markdown.

Unity SDK Internal Beta Testing Introduction

Hello there, first of all thank you for participating in this internal beta testing program to improve our Unity SDK DevEx. This internal beta testing (dogfooding) event is aim to get feedback on how we can improve our integration flow and documentations.

Here's the things that we want you to do:

  1. Clone our sample Unity base project from here

  2. Open the project

    • In Unity Hub:

      1. Click Add → Add project from disk

      2. Navigate to the cloned sample app folder

      3. Select the project and open it in the installed Unity version

    • Verification: The project should be loaded with the Default View as shown in below image,

      • If you see some different view or "Rebuilding Library because the asset database could not be found!" message in the console, complete the project setup as shown following:

        • From the top menu bar, Go to Tools -> Project Setup -> Check Setup Status to check the setup status

        • Once it gives "[ProjectSetup] Setup Status - Done: True, In Progress: False, Running: False, Project Opened: True" message in the console, Go to Tools -> Project Setup -> Reset Setup Flags to reset the project setup flags and Run Force Setup.

        • Running Reset Setup Flags should show "[ProjectSetup] Setup flags have been reset." message in the console

        • Now Go to Tools -> Project Setup -> Force Setup Now and wait till setup process gets completed. You should be able to see the default view required for verification.

        Default View :

  3. Integration with our Unity SDK

    1. Follow Get Started using credentials shared with you separately

    2. Testing on QA environment by following Test on QA for Internal Beta Testing

    3. Test both hosted payment page and card form on an emulator or a physical device

    4. Save the screenshots or videos of the successful transactions

  4. Give us the feedback on developer experience here

Last updated

Was this helpful?