Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.04 KB

CONTRIBUTING.md

File metadata and controls

40 lines (26 loc) · 1.04 KB

# Contributing

First of all, thanks for contributing!

This document provides some basic guidelines for contributing to this repository. To propose improvements, feel free to submit a PR or open an Issue.

Found a bug?

For any urgent matters (such as outages) or issues concerning the Datadog service or UI, contact our support team via https://docs.datadoghq.com/help/ for direct, faster assistance.

You may submit a bug report concerning the Datadog Plugin for Unity by opening a GitHub Issue. Use appropriate template and provide all listed details to help us resolve the issue.

Prerequisites

Install Unity

Install Unity

You'll need the following modules to be added as well:

  • Android Build Support
  • iOS Build Support.

Install the .NET SDK

Install the .NET SDK

Building for iOS

Install xcpretty

gem install xcpretty

Tools Prerequisites

If you need to use any of python scripts in tools, you will need Python 3 and GitPython package