Files
ShrinkTutorial/Editor/ShrinkTutorial.Editor.asmdef
T
cneicy 1180be88a6
Publish UPM package / publish (push) Failing after 1s
chore: initialize standalone UPM package
2026-08-26 02:50:43 +08:00

19 lines
394 B
Plaintext

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