-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 959 Bytes
/
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
{
"name" : "com.triband.validation",
"description" : "Various validation and testing tools.",
"version" : "2.0.0",
"unity" : "2021.1",
"displayName" : "Validation",
"author" : {
"email" : "[email protected]",
"name" : "Triband",
"url" : "http://triband.net"
},
"dependencies" : {
"com.unity.editorcoroutines" : "1.0.0"
},
"testables" : [
"com.triband.validation"
],
"samples" : [
{
"displayName" : "Serialize Field Null Check",
"description" : "Contains a example of a Serialize Field Validator that finds broken object references",
"path" : "Samples~/NullReferenceCheck"
},
{
"displayName" : "Asset Dependency Validation",
"description" : "Contains a example of how to validate dependencies between assets",
"path" : "Samples~/AssetDependencyValidation"
}
]
}