Files
Workspace/Assets/Demos/Demo2/Editor/Demo2.Editor.asmdef
T
2026-08-18 02:03:34 +08:00

23 lines
495 B
Plaintext

{
"name": "Demo2.Editor",
"rootNamespace": "Demo2.Editor",
"references": [
"Demo2.Domain",
"Demo2.ECS",
"Demo2.Runtime",
"ShrinkTutorial.Runtime",
"Unity.Entities",
"Unity.Collections",
"UnityEngine.UI",
"Unity.TextMeshPro"
],
"includePlatforms": ["Editor"],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}