1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

最新バージョンのUnityでStandard Assetsを入れてエラーが起きたときの対処法

Posted at

Unityを使い始めた人の中には、Standard Assetsをインポートした人も多いと思います。

僕もUnityで最初にゲームを作ったときには、Standard Assetsのアセットを使って3Dゲームを作りました。

ただ、Standard Assetsをインポートしてそのまま使おうとしても、最新バージョンのUnityではエラーが発生します。

このままではコンソールにエラーを残したまま、ゲームのデモプレイはできず戸惑ってしまいます。

今回のエラーが出てしまう原因は、Standard Assetsで採用されているUI TextとUI Textureが、最新のUnityでは対応していないということです。

問題の解決手順は以下の通りです。

下部にある「Project」ウィンドウで、「Assets」→「Standard Assets」→「Utility」のフォルダを開きます。

次に、「Utility」フォルダ内の、「ForcedReset.cs」と「SimpleActivatorMenu.cs」を削除してください。

コンソールにエラーが残っているとデモができないので、エラーが残っている場合は左上の「Clear」をクリックしてください。

以上の手順でStandard Assetsのインポートに伴うエラーは解決できると思います。

参考になれば幸いです。

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?