プログラミング初心者です。
今Unity本格入門[著者 賀好 昭仁]の参考書を元に独学で勉強しています。
本題に入りますが、今ThirdPersonControllerといったアセットをヒエラルキーウィンドウに持ってきて、
シーン上にその物体も反映されていて、
テストプレイしようとしたのですが
シーン上に
「All compiler errors have to be fixed before you can enter play mode 」と表示され起動できませんでした。
Ignoring shortcut attribute with duplicate identifier ‘’Timeline/ToggleMute’’.Shortcut attribute on UnityEditor. Timeline.Shortcuts+
Timeline. Mute is using identifier ‘’Timeline/ToggleMute’ which is already in use by another shortcut attribute.
UnityEngine.GUIUtility: ProcessEvent(int32, Boolean&)
といったエラーメッセージが表示されて
このさきゲームモードに映らなくなりました。
これら同様のエラーメッセージが76件表示されています。
この場合、どのような処置を施せばいいですか?
あなたの回答
tips
プレビュー