mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-09 12:29:23 -05:00
Merge pull request #845 from ousttrue/fix/VRMShaders.Editor.asmdef
includePlatforms is only Editor
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
{
|
||||
"name": "VRMShaders.Editor"
|
||||
}
|
||||
{
|
||||
"name": "VRMShaders.Editor",
|
||||
"references": [],
|
||||
"optionalUnityReferences": [],
|
||||
"includePlatforms": [
|
||||
"Editor"
|
||||
],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": []
|
||||
}
|
||||
Reference in New Issue
Block a user