2026-06-20 뉴페어리

This commit is contained in:
2026-06-20 16:46:29 +09:00
parent 833dd50fa9
commit 295e284dd0
849 changed files with 116860 additions and 2 deletions

View File

@@ -0,0 +1,35 @@
{
"name": "MagicaClothV2.Editor",
"rootNamespace": "",
"references": [
"Unity.Mathematics",
"Unity.Collections",
"Unity.Burst",
"MagicaClothV2"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [
"MC2_BURST",
"MC2_COLLECTIONS"
],
"versionDefines": [
{
"name": "com.unity.burst",
"expression": "1.8.1",
"define": "MC2_BURST"
},
{
"name": "com.unity.collections",
"expression": "1.4.0",
"define": "MC2_COLLECTIONS"
}
],
"noEngineReferences": false
}