菜鸟教程小白 发表于 2022-12-13 03:19:43

ios - ios-firebase unity 插件中的 Unity.Tasks 问题


                                            <p><p>我正在尝试升级到最新的 IOS-Unity 插件,但我不断收到此编译错误:</p>

<blockquote>
<p>Assets/Scripts/Analytics.cs(38,16): error CS0012: The type
<code>System.Threading.Tasks.Task&#39; is defined in an assembly that is not
referenced. Consider adding a reference to assembly</code>Unity.Tasks,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null&#39;</p>
</blockquote>

<p>值得注意的是,在此错误之前它提示重复的 UnityCompat.dll 文件(在 Firebase/Plugins 和 Parse/Plugins 中定义 - 我最终删除了 Parse 目录中的那个,但我尝试了相反的情况好)。</p>

<p>任何指针都会很棒。另外值得注意的是,当出现提示时,从 PlayServices 插件中删除过时的文件后会发生这种情况。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>回答我自己的问题(来自 <a href="https://groups.google.com/forum/#!topic/firebase-talk/2w1Lk62VIcg" rel="noreferrer noopener nofollow">https://groups.google.com/forum/#!topic/firebase-talk/2w1Lk62VIcg</a>)</p>

<p>Parse/Plugins/Unity.Tasks 需要启用编译(使用 Unity 的 Inspector)
Parse/Plugins/Unity.Compat 需要禁用</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - ios-firebase unity 插件中的 Unity.Tasks 问题,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/47384980/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/47384980/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - ios-firebase unity 插件中的 Unity.Tasks 问题