This repository has been archived by the owner on Feb 29, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
15 deletions.
There are no files selected for viewing
26 changes: 14 additions & 12 deletions
26
Unity/Assets/JCMG/AssetValidator/Editor/JCMG.AssetValidator.Editor.asmdef
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
{ | ||
"name": "JCMG.AssetValidator.Editor", | ||
"references": [ | ||
"JCMG.AssetValidator" | ||
], | ||
"optionalUnityReferences": [ | ||
"TestAssemblies" | ||
], | ||
"includePlatforms": [ | ||
"Editor" | ||
], | ||
"excludePlatforms": [], | ||
"allowUnsafeCode": false | ||
"name": "JCMG.AssetValidator.Editor", | ||
"references": [ | ||
"JCMG.AssetValidator" | ||
], | ||
"optionalUnityReferences": [], | ||
"includePlatforms": [ | ||
"Editor" | ||
], | ||
"excludePlatforms": [], | ||
"allowUnsafeCode": false, | ||
"overrideReferences": false, | ||
"precompiledReferences": [], | ||
"autoReferenced": true, | ||
"defineConstraints": [] | ||
} |
2 changes: 1 addition & 1 deletion
2
Unity/Assets/PackageManifests/Generated/0875fa0f-60cd-4029-8332-bf279970c816/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"name":"com.jeffcampbellmakesgames.com","displayName":"JCMG Asset Validator","version":"1.1.1","unity":"2018.1","description":"The AssetValidator is an editor tool for validating scenes and assets and can be used as a continuous integration tool for testing content regression.","keywords":["CI","QA","validator","validation","testing"],"category":"Tools"} | ||
{"name":"com.jeffcampbellmakesgames.assetvalidator","displayName":"JCMG Asset Validator","version":"1.1.2","unity":"2018.3","description":"The AssetValidator is an editor tool for validating scenes and assets and can be used as a continuous integration tool for testing content regression.","keywords":["CI","QA","validator","validation","testing"],"category":"Tools"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters