mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00

* Add asmdef and Addressable content build in the builder * Move asmdef content into its own directory * Mark UnityBuilderAction as Editor-only
23 lines
536 B
Plaintext
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
|
|
} |