Skip to content

Commit

Permalink
initial unity project
Browse files Browse the repository at this point in the history
  • Loading branch information
ndesai-newrelic committed Nov 10, 2023
1 parent 329d047 commit a2de865
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
35 changes: 35 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "com.newrelic.agent",
"version": "1.1.0",
"displayName": "NewRelic SDK",
"description": "NewRelic's Unity SDK lets you bring the deep, introspective and native debugging power of NewRelic into your Unity game or application.",
"unity": "2019.1",
"unityRelease": "0f2",
"documentationUrl": "https://embrace.io/docs/unity/",
"changelogUrl": "https://embrace.io/docs/unity/changelog/",
"licensesUrl": "https://embrace.io/docs/terms-of-service/",
"keywords": [
"newrelic",
"anr",
"crashes",
"bugs"
],
"author": {
"name": "NewRelic",
"email": "[email protected] ",
"url": "https://newrelic.com/"
},
"hideInEditor": false,
"type": "library",
"samples": [
{
"displayName": "Demo",
"description": "Demos to help users get started using the NewRelic SDK",
"path": "Samples/Demo"
}
],
"dependencies": {
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.nuget.mono-cecil": "1.10.2"
}
}
7 changes: 7 additions & 0 deletions package.json.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a2de865

Please sign in to comment.