Do we Azure monitoring sdk for Unity?

Swathi RS 21 Reputation points
2021-05-31T07:07:22.4+00:00

Hi,

We are using Unity3D engine to build our AR application. We want use Analytics using Microsoft Azure Monitoring Logs in our app for tracking data. We are finding difficulty in approaching the sdk requirement for Unity Apps. Are you supporting Unity Apps for Analytics? Please share the document and sdk reference .

Thanks
Swathi R S

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,815 questions
Azure Managed Applications
Azure Managed Applications
An Azure service that enables managed service providers, independent software vendors, and enterprise IT teams to deliver turnkey solutions through the Azure Marketplace or service catalog.
112 questions
{count} votes

Accepted answer
  1. singhh-msft 2,431 Reputation points
    2021-06-03T12:02:27.537+00:00

    @Swathi RS , thank you for reaching out to us. After a bit research, I found that there is no native support for Unity but for Windows applications.

    You can check out this sample Unity project showing how to track button events telemetry using Application Insights.

    Further, I would also recommend you to try out Application Insights API for custom events and metrics for which you can get some help from this and this.

    Disclaimer: This response contains a reference to a third-party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet


    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    2 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Swathi RS 21 Reputation points
    2021-06-10T09:12:23.967+00:00

    Hi, thanks for the reply. Sorry for the late reply. I was assuming we would be getting reply/alert notifications on email

    SDK support for Unity was provided in the git repo - https://github.com/Unity3dAzure/UnityApplicationInsights/
    We have started to use Application Insights. Thanks a lot. @HarshitaSingh-MSFT