Search Unity

Application does not contain the definition for deepLinkActivated

Discussion in 'Scripting' started by raze379, Sep 16, 2020.

  1. raze379

    raze379

    Joined:
    Nov 16, 2019
    Posts:
    10
    Hello guys i want to make a deep link between chrome and my unity android app..I have done all the steps i had to do (intent filter etc.) but when i'm trying to use Application.deepLinkActivated in a specific script assigned to an empty gameobject unity give me the message "Application does not contain the definition for deepLinkActivated"..Anyone knows how to fix it ?
     
  2. nilsdr

    nilsdr

    Joined:
    Oct 24, 2017
    Posts:
    374
    Appears to have been added in 2019.2. Whats your Unity version?
     
  3. raze379

    raze379

    Joined:
    Nov 16, 2019
    Posts:
    10
    2019.1.14f1
     
  4. nilsdr

    nilsdr

    Joined:
    Oct 24, 2017
    Posts:
    374
    So then update to at least 2019.2 :) Maybe 2019.4 LTS?
     
  5. raze379

    raze379

    Joined:
    Nov 16, 2019
    Posts:
    10
    Ok,maybe thats the problem..Thanks for the response.