[Unity&]缺少引用空间CrossPlatformInput的解决办法


PowerUp particles粒子系统




error CS0234: The type or namespace name `CrossPlatformInput' does not exist in the namespace `UnityStandardAssets'. Are you missing an assembly reference?

error CS0234: The type or namespace name `Utility' does not exist in the namespace `UnityStandardAssets'. Are you missing an assembly reference?

error CS0246: The type or namespace name `MouseLook' could not be found. Are you missing an assembly reference?

error CS0246: The type or namespace name `FOVKick' could not be found. Are you missing an assembly reference?

error CS0246: The type or namespace name `CurveControlledBob' could not be found. Are you missing an assembly reference?

error CS0246: The type or namespace name `LerpControlledBob' could not be found. Are you missing an assembly reference?


首先得安装完整的Unity

在 我的电脑--什么盘--Unity--Editor--StandardAssets--CrossPlatformInput.unitypackage

导入CrossPlatformInput.unitypackage

[Unity&]缺少引用空间CrossPlatformInput的解决办法


[Unity&]缺少引用空间CrossPlatformInput的解决办法