我试图将我的项目构建为独立的,但是我发现这个错误是不允许我构建的。这是与TweetInvi Lib相关的错误。
这是错误ArgumentException: The Assembly System.Threading.Tasks is referenced by Tweetinvi ('Assets/Plugins/Tweetinvi.dll'). But the dll is not allowed to be included or could not be found.
我使用Unity 2017.2和我的播放器Settigns是> .NET 4.6 TweetInvi.dll在我的插件文件夹中
任何人都有任何污垢?
答案 0 :(得分:0)
试试这个:
将System.Configuration.dll添加到您的插件文件夹中。
在构建设置中>播放器设置> API兼容级别,更改.NET 设置。
然后尝试再次构建