-
Notifications
You must be signed in to change notification settings - Fork 49
Description
hi,
我在 macos 下使用 unity3d 2019.4.2f1 导入后(使用的 master 分支)编译,报错如下:
Error: Could not load signature of DG.Tweening.ShortcutExtensions46:DOColor due to: Could not load file or assembly 'UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. assembly:UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null type: member:(null) signature:
Assets/Game/Scripts/Util/SocialHelpManager.cs(6,7): error CS0246: The type or namespace name 'Mobcast' could not be found (are you missing a using directive or an assembly reference?)
Assets/Game/Scripts/Util/SocialHelpManager.cs(6,7): error CS0246: The type or namespace name 'Mobcast' could not be found (are you missing a using directive or an assembly reference?)
是我环境的问题吗,还是说不能在 macos 下直接用?
多谢了。