So basically what happened is. I wanted to start working on the environment of my game so i downloaded and imported easy roads from the asset store. It did not load i cant see and of the menu options that are displayed in youtube videos that i have found. I figured maybe i should restart unity and see if something had to be initiated when it first loads up. Easy roads still didnt load any menu options. and suprise suprise i get this error. I did not touch or even look at the files listed below. Nor did i see anything to do with the first person controller or the standard assets when i imported easy roads. now im getting these 8 errors. WHY!!
Im really starting to see why other devs knock unity. im trying really hard not to hate it at this point.
Assets/Scripts/Generic/NetworkPlayer.cs(17,17): error CS0246: The type or namespace name FirstPersonController' could not be found. Are you missing UnityStandardAssets.Characters.FirstPerson’ using directive?
Assets/Scripts/Generic/NetworkPlayer.cs(17,43): error CS1061: Type T' does not contain a definition for enabled’ and no extension method enabled' of type T’ could be found. Are you missing an assembly reference?
Assets/Scripts/Generic/PlayerVitals.cs(276,52): error CS1061: Type UnityStandardAssets.Characters.FirstPerson.FirstPersonController' does not contain a definition for m_WalkSpeed’ and no extension method m_WalkSpeed' of type UnityStandardAssets.Characters.FirstPerson.FirstPersonController’ could be found. Are you missing an assembly reference?
Assets/Scripts/Generic/PlayerVitals.cs(276,21): error CS1061: Type UnityStandardAssets.Characters.FirstPerson.FirstPersonController' does not contain a definition for m_WalkSpeed’ and no extension method m_WalkSpeed' of type UnityStandardAssets.Characters.FirstPerson.FirstPersonController’ could be found. Are you missing an assembly reference?
Assets/Scripts/Generic/PlayerVitals.cs(281,51): error CS1061: Type UnityStandardAssets.Characters.FirstPerson.FirstPersonController' does not contain a definition for m_RunSpeedNorm’ and no extension method m_RunSpeedNorm' of type UnityStandardAssets.Characters.FirstPerson.FirstPersonController’ could be found. Are you missing an assembly reference?
Assets/Scripts/Generic/PlayerVitals.cs(281,21): error CS1061: Type UnityStandardAssets.Characters.FirstPerson.FirstPersonController' does not contain a definition for m_RunSpeed’ and no extension method m_RunSpeed' of type UnityStandardAssets.Characters.FirstPerson.FirstPersonController’ could be found. Are you missing an assembly reference?
Assets/Scripts/Networks/ServerNetworkCharacter.cs(27,17): error CS0246: The type or namespace name FirstPersonController' could not be found. Are you missing UnityStandardAssets.Characters.FirstPerson’ using directive?
Assets/Scripts/Networks/ServerNetworkCharacter.cs(27,43): error CS1061: Type T' does not contain a definition for enabled’ and no extension method enabled' of type T’ could be found. Are you missing an assembly reference?