summaryrefslogtreecommitdiff
path: root/VRCSDK3Worlds/Assets/Udon/Editor/VRC.Udon.Editor.asmdef
blob: 87a841a23732d8817d12b762f9b0bada7c4c3d36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "VRC.Udon.Editor",
    "references": [
        "VRC.Udon",
        "VRC.Udon.Serialization.OdinSerializer"
    ],
    "optionalUnityReferences": [],
    "includePlatforms": [
        "Editor"
    ],
    "excludePlatforms": [],
    "allowUnsafeCode": false,
    "overrideReferences": false,
    "precompiledReferences": [],
    "autoReferenced": true,
    "defineConstraints": []
}