This repository has been archived on 2023-05-28. You can view files and clone it, but cannot push or open issues/pull-requests.
SkyHook-Unity/Runtime/SkyHook.Unity.asmdef

21 lines
519 B
Plaintext
Raw Normal View History

2022-11-03 20:55:22 +09:00
{
"name": "SkyHook.Unity",
2022-11-03 21:16:58 +09:00
"rootNamespace": "SkyHook",
2022-11-03 20:55:22 +09:00
"references": [],
"includePlatforms": [
"Editor",
"LinuxStandalone64",
"CloudRendering",
"macOSStandalone",
"WindowsStandalone32",
"WindowsStandalone64"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}