-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "com.ireshsampath.unity-assets.metrics-and-stats",
"version": "1.0.0",
"displayName": "Metrics and Stats Manager",
"description": "This asset provides a comprehensive solution for tracking and managing game metrics and stats in Unity, including scoring, health management, and timers. Perfect for adding robust game performance tracking and UI feedback to your project.",
"unity": "6000.0",
"unityRelease": "25f1",
"documentationUrl": "https://example.com/metrics-and-stats-docs",
"changelogUrl": "https://example.com/metrics-and-stats-changelog.html",
"licensesUrl": "https://example.com/metrics-and-stats-licensing.html",
"dependencies": {
"com.unity.textmeshpro": "5.0.0"
},
"samples": [
{
"displayName": "Metrics and Stats Sample",
"description": "An example scene demonstrating the use of metrics and stats management for scoring, health, and timers.",
"path": "Samples~/Sample 1"
}
],
"keywords": [
"metrics",
"stats",
"scoring",
"health",
"timers",
"Unity",
"game metrics",
"game stats"
],
"author": {
"name": "Iresh Sampath",
"email": "[email protected]",
"url": "https://ireshsampath.portfoliobox.io/"
}
}