Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installation Issue Unity 2017.3.0F3: script errors
#2
(30-01-2018, 08:40 PM)izzyschneerson Wrote: After importing OBI Cloth into my project I cannot enter Play-mode anymore: have to fix compile-errors.

These are the errors:

 
Assets/Standard Assets/Utility/SimpleMouseRotator.cs(3,27): error CS0234: The type or namespace name `CrossPlatformInput' does not exist in the namespace `UnityStandardAssets'. Are you missing an assembly reference?
 
Assets/Standard Assets/Characters/ThirdPersonCharacter/Scripts/AICharacterControl.cs(11,16): error CS0246: The type or namespace name `ThirdPersonCharacter' could not be found. Are you missing `Obi.Characters.ThirdPerson' using directive?


Unity Editor Version:

 2017.3.0f3

I have deleted OBI from my project and reimported all earlier assets, but that did not work
None of the errors above are in Obi's code, but in the StandardAssets package. It would seem that Obi's own character controller class is clashing with the one imported from StandardAssets, even though they're in different namespaces.

Try installing Obi in a fresh project. If it works, then clashing is the issue for sure: try importing Obi first, then the Standard Assets package.
Reply


Messages In This Thread
RE: Installation Issue Unity 2017.3.0F3: script errors - by josemendez - 30-01-2018, 10:28 PM
RE: Installation Issue Unity 2017.3.0F3: script errors - by Hur4c4n - 18-02-2018, 11:05 PM
RE: Installation Issue Unity 2017.3.0F3: script errors - by Hur4c4n - 19-02-2018, 06:38 PM