-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.11 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
37
38
39
40
41
{
"name": "unity-ecs-snippets",
"displayName": "Unity ECS Snippets",
"description": "Snippets for Unity DOTS 1.0.14",
"version": "1.3.1",
"publisher": "ashtondev",
"homepage": "https://github.com/ashtonland/unity-ecs-snippets/blob/main/README.md",
"keywords":
[
"unity dots", "unity ecs", "unity 3d", "c#", "dots", "ecs", "unity", "unity3d", "unity 3d",
"c#", "c sharp", "csharp", "c-sharp", "cs", "gamedev", "code", "script", "unity code",
"unity script", "unity engine", "unity entities"
],
"author":
{
"name": "Ashton Dev",
"url": "https://www.youtube.com/@ashtondev"
},
"bugs": {
"url": "https://github.com/ashtonland/unity-ecs-snippets/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ashtonland/unity-ecs-snippets"
},
"engines": {
"vscode": "^1.39.0"
},
"icon": "icon.png",
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "csharp",
"path": "./snippets.json"
}
]
}
}