Files
ichni_Official/Packages/dev.yarnspinner.unity/Runtime/YarnSpinner.Unity.asmdef
SoulliesOfficial 021e76efe7 同步
2026-06-09 11:21:59 -04:00

69 lines
2.0 KiB
Plaintext

{
"name": "YarnSpinner.Unity",
"rootNamespace": "",
"references": [
"Unity.TextMeshPro",
"Unity.Addressables",
"Unity.ResourceManager",
"Unity.InputSystem",
"Unity.Localization",
"UniTask",
"UniTask.Addressables"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"Yarn.Antlr4.Runtime.Standard.dll",
"Yarn.CsvHelper.dll",
"Yarn.Google.Protobuf.dll",
"Yarn.System.Buffers.dll",
"Yarn.System.Memory.dll",
"Yarn.System.Numerics.Vectors.dll",
"Yarn.System.Reflection.TypeExtensions.dll",
"Yarn.System.Runtime.CompilerServices.Unsafe.dll",
"YarnSpinner.Compiler.dll",
"YarnSpinner.dll",
"Yarn.Microsoft.Extensions.FileSystemGlobbing.dll",
"Yarn.Microsoft.Bcl.AsyncInterfaces.dll",
"Yarn.System.Text.Json.dll",
"Yarn.System.Text.Encodings.Web.dll",
"Yarn.System.Threading.Tasks.Extensions.dll"
],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.unity.addressables",
"expression": "1.0.0",
"define": "USE_ADDRESSABLES"
},
{
"name": "com.unity.inputsystem",
"expression": "1.0.0",
"define": "USE_INPUTSYSTEM"
},
{
"name": "com.unity.localization",
"expression": "1.0.0",
"define": "USE_UNITY_LOCALIZATION"
},
{
"name": "com.unity.ugui",
"expression": "2.0.0",
"define": "USE_TMP"
},
{
"name": "com.unity.textmeshpro",
"expression": "1.0.0",
"define": "USE_TMP"
},
{
"name": "com.cysharp.unitask",
"expression": "1.0.0",
"define": "USE_UNITASK"
}
],
"noEngineReferences": false
}