Mark UnityBuilderAction as Editor-only

pull/231/head
Sakari Bergen 2021-03-18 20:32:48 +02:00
parent ac107dacd0
commit b667be75b1
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@
"references": [ "references": [
"Unity.Addressables.Editor" "Unity.Addressables.Editor"
], ],
"includePlatforms": [], "includePlatforms": [
"Editor"
],
"excludePlatforms": [], "excludePlatforms": [],
"allowUnsafeCode": false, "allowUnsafeCode": false,
"overrideReferences": false, "overrideReferences": false,