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.
  2. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

Resolved Analytics is not visible under Services 2021.3.0f1

Discussion in 'Unity Analytics' started by atrivedi7, Nov 28, 2022.

  1. atrivedi7

    atrivedi7

    Joined:
    Jul 25, 2013
    Posts:
    81
    Hi, I'm trying to setup Unity Analytics for our project. When I go to the Services tab or go to Services in the Project Setting, Analytics is not an option I see.


    upload_2022-11-28_18-4-21.png


    upload_2022-11-28_18-6-12.png

    We do have the Analytics Package installed and we have successfully linked our project ID to this project.

    I've looked around and I don't see anyone else with this issue. Any insight would be greatly appreciated!

    Thank you :)
     
  2. SebT_Unity

    SebT_Unity

    Unity Technologies

    Joined:
    Jun 21, 2021
    Posts:
    223
    Hi there,
    Thanks for posting on the forums!
    What version of the Analytics package do you have installed?

    upload_2022-11-29_14-24-1.png

    In Window>Package Manager > Search Analytics make sure you choose Analytics and not Analytics Library.
    upload_2022-11-29_14-24-46.png

    Let me know if this helps you out and where something could have gone wrong so we can take note and fix for future users.
     
  3. atrivedi7

    atrivedi7

    Joined:
    Jul 25, 2013
    Posts:
    81
    Thank you for the response!

    I see from your post there are two separate packages; "Analytics" and "Analytics Library". It turns out, I only have the latter installed, but do not have the option for just "Analytics"

    upload_2022-11-30_11-10-26.png

    Is that a separate package I need to find elsewhere?
     
  4. SebT_Unity

    SebT_Unity

    Unity Technologies

    Joined:
    Jun 21, 2021
    Posts:
    223
    Thanks for reporting this.

    Can you try the following it will get the latest Analytics package. Make sure to backup your project before importing new packages.

    In the Package Manager Window on the top left hand side of the window click on the + / add
    and select add package from url or git url

    Paste the following:
    com.unity.services.analytics
    this should pull the latest version of Analytics into your project and should solve the issues you are experiencing.

    Please let me know if that helps out
    Best,
    Seb
     
    atrivedi7 likes this.
  5. atrivedi7

    atrivedi7

    Joined:
    Jul 25, 2013
    Posts:
    81
    Thanks Seb! I was able to add the package with that method.
     
    SebT_Unity likes this.