unity-builder/dist/default-build-script/Assets/Editor/UnityBuilderAction/UnityBuilderAction.asmdef
Sakari Bergen 224f973562
Run default addressables build conditionally (#231)
* Add asmdef and Addressable content build in the builder

* Move asmdef content into its own directory

* Mark UnityBuilderAction as Editor-only
2021-03-19 18:50:39 +01:00

23 lines
536 B
Plaintext

{
"name": "UnityBuilderAction",
"references": [
"Unity.Addressables.Editor"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.unity.addressables",
"expression": "1.0.0",
"define": "USE_ADDRESSABLES"
}
],
"noEngineReferences": false
}