Merge pull request #845 from ousttrue/fix/VRMShaders.Editor.asmdef

includePlatforms is only Editor
This commit is contained in:
ousttrue
2021-04-05 13:36:04 +09:00
committed by GitHub

View File

@@ -1,3 +1,14 @@
{
"name": "VRMShaders.Editor"
}
{
"name": "VRMShaders.Editor",
"references": [],
"optionalUnityReferences": [],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": []
}