Skip to content

Commit 23a3eb7

Browse files
committed
Properly enable EDM4U for Unity 2021.2. Fixed googlesamples#477
Update `.meta` for editor libraries used in `.tgz` so that Unity 2021.2+ can properly load them.
1 parent 31ff531 commit 23a3eb7

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

export_unity_package_config.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,15 @@
2222
],
2323
"override_metadata_upm": {
2424
"PluginImporter": {
25-
"platformData": {
26-
"Editor": {
27-
"enabled": 1
25+
"platformData": [ {
26+
"first" : {
27+
"Editor": "Editor"
28+
},
29+
"second": {
30+
"enabled": 1
31+
}
2832
}
29-
}
33+
]
3034
}
3135
}
3236
},

0 commit comments

Comments
 (0)