Unity、プログラミング初心者のものです。 ユニティちゃんを動かしたいと思ったのですが、以下のようなエラーが出て動きません。
Unity、プログラミング初心者のものです。 ユニティちゃんを動かしたいと思ったのですが、以下のようなエラーが出て動きません。 サイト通りにやったので、どこがいけないのかわからないです。 同じようなエラーを体験された方教えて頂きたいです。 rigidbodyのcamが無いと言われていますが、どこも触っていないためよく分かりません。 エラー文 UnassignedReferenceException: The variable cam of RigidbodyFirstPersonController has not been assigned. You probably need to assign the cam variable of the RigidbodyFirstPersonController script in the inspector. UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController.RotateView () (at Assets/Standard Assets/Characters/FirstPersonCharacter/Scripts/RigidbodyFirstPersonController.cs:233) UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController.Update () (at Assets/Standard Assets/Characters/FirstPersonCharacter/Scripts/RigidbodyFirstPersonController.cs:131)