UnityHello icon indicating copy to clipboard operation
UnityHello copied to clipboard

unity2019.4.2f1 导入后报错

Open ualwayswithme opened this issue 4 years ago • 5 comments

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 下直接用? 多谢了。

ualwayswithme avatar Aug 27 '20 09:08 ualwayswithme

我也是有这个问题,我用Unity2019.4.21打开的,同样没有Mobcast这个命名空间,求作者大大更新一下

H-J-F avatar Mar 02 '21 14:03 H-J-F

一样有报错

git-mingfei avatar Apr 19 '22 09:04 git-mingfei

same error

kietgula avatar Mar 17 '23 07:03 kietgula

别纠结,直接checkout 4918f92241e199848086fcf140f774698375fa12 这个版本,然后用Unity5.4.4f1打开就好了。

kkqihan avatar Jun 20 '23 09:06 kkqihan

报错的注释掉就行了,反正用到的时候自己在实现就行了。

elonzhao avatar Dec 22 '23 03:12 elonzhao