UnityHello
UnityHello copied to clipboard
unity2019.4.2f1 导入后报错
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:
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 下直接用? 多谢了。
我也是有这个问题,我用Unity2019.4.21打开的,同样没有Mobcast这个命名空间,求作者大大更新一下
一样有报错
same error
别纠结,直接checkout 4918f92241e199848086fcf140f774698375fa12 这个版本,然后用Unity5.4.4f1打开就好了。
报错的注释掉就行了,反正用到的时候自己在实现就行了。