【发布时间】:2021-10-04 04:15:59
【问题描述】:
我是 Unity 的初学者,在处理项目时遇到错误 文件夹“Assets/JMO Assets/Toony Colors Pro/Demo TCP2/Common Demo Assets/Kino Bloom/Editor/”包含多个装配定义文件(Assets/JMO Assets/Toony Colors Pro/Demo TCP2/Common Demo Assets/Kino Bloom/Editor/CFXR Demo Editor.asmdef)。我对程序集一无所知,当我研究时,我不明白如何修复错误。我该如何解决?
这是两个汇编脚本的代码
第一个:
"references": [
"CFXRDemo"
],
"includePlatforms": [],
"excludePlatforms": [
"Android",
"CloudRendering",
"iOS",
"LinuxStandalone64",
"Lumin",
"macOSStandalone",
"PS4",
"Stadia",
"Switch",
"tvOS",
"WSA",
"WebGL",
"WindowsStandalone32",
"WindowsStandalone64",
"XboxOne"
],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
第二个:
"name": "ToonyColorsPro.Demo.Editor",
"references": [
"ToonyColorsPro2.Demo"
],
"includePlatforms": [],
"excludePlatforms": [
"Android",
"CloudRendering",
"iOS",
"LinuxStandalone64",
"Lumin",
"macOSStandalone",
"PS4",
"Stadia",
"Switch",
"tvOS",
"WSA",
"WebGL",
"WindowsStandalone32",
"WindowsStandalone64",
"XboxOne"
],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
【问题讨论】:
-
请使用正确的标签!请注意,
unityscript是或更好的是曾经是一种 JavaScript 风格,类似于早期 Unity 版本中使用的自定义语言,并且现在已经不推荐使用了!如果您不专门使用该语言,请不要使用该标签。
标签: unity3d assemblies