Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question Implement the Init method

Discussion in 'Unity Distribution Portal (UDP)' started by Faksper, Sep 7, 2020.

  1. Faksper

    Faksper

    Joined:
    Feb 8, 2019
    Posts:
    20
  2. JeffDUnity3D

    JeffDUnity3D

    Unity Technologies

    Joined:
    May 2, 2017
    Posts:
    14,446
    As the documentation states, you would use the following and the corresponding callback. There isn't an actual "init" method

    StoreService.Initialize(IInitListener listener)