0
0

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 5 years have passed since last update.

Unityチュートリアルでビルドエラー解決方法

Posted at

■現象
公式チュートリアルプロジェクトをインポートしたが、ビルドエラーが発生した。

■参考
https://forum.unity.com/threads/package-manager-throwing-numerous-errors.608191/

I've just found the solution which is working perfectly for me, here it is:
Create a new project, copy the manifest.json file from the "Package" folder(of a new project) and replace the Manifest.json file of your project(in which you're facing errors).

Or You can simply delete the Package folder from your project and unity will recreate it by itself self and the problem will be solved.

■対応
上記に従って、Packagesフォルダを削除すると自動的に再作成してビルドが通るようになった。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?