template-unity-package/Editor/COMPANYNAME.PACKAGENAME.Editor.asmdef

16 lines
366 B
Plaintext
Raw Permalink Normal View History

2020-08-23 15:58:28 +02:00
{
2020-09-01 17:11:10 +02:00
"name": "COMPANYNAME.PACKAGENAME.Editor",
2020-08-23 15:58:28 +02:00
"references": [
2020-09-01 17:11:10 +02:00
"COMPANYNAME.PACKAGENAME"
2020-08-23 15:58:28 +02:00
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": []
}