Files
Mujoco_WASM/unity/Editor/Mujoco.Editor.asmdef
T
Tom Erez 0180d839a9 Change assembly definition to target only the Editor.
PiperOrigin-RevId: 461522513
Change-Id: I3eb146eff71f0293c6f63d835d776b66b07c52ff
2022-07-17 20:21:42 -07:00

18 lines
397 B
Plaintext

{
"name": "Mujoco.Editor",
"rootNamespace": "",
"references": [
"Mujoco.Runtime"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}