s
sousei0303
Jan 15, 2020
UNITY初心者なのでUNITYの学習用RPGKITのチュートリアルをやっていますが、途中でエラーが出て進めなくなりました。
コンソールに3つくらい表示されています。
Assets\Creator Kit - RPG\Scripts\Gameplay\CharacterController2D.cs(23,9): error CS0246: The type or namespace name 'PixelPerfectCamera' could not be found (are you missing a using directive or an assembly reference?)
Assets\Creator Kit - RPG\Scripts\UI\SpriteUIElement.cs(24,9): error CS0246: The type or namespace name 'PixelPerfectCamera' could not be found (are you missing a using directive or an assembly reference?)
All compiler errors have to be fixed before you can enter playmode!
UnityEditor.SceneView:ShowCompileErrorNotification() (at C:/buildslave/unity/build/Editor/Mono/SceneView/SceneView.cs:3398)
チュートリアルの通りにやっているのですが、ピクセルパーフェクトカメラがないといわれています。これはどうしたらいいのでしょうか。上記が何か調べてコンポーネントらしいことが分かったので
UIカメラの add compornentのところから足してみたものの全く解消されません。どなたかご教授いただけないでしょうか。よろしくお願いします