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

【Unity】Creating Project folder failed! プロジェクトを作成できないエラー

Posted at

Macbookを買い替えたら今まで作成できていた場所にプロジェクトを作成できなくなり、困りました。

こんなエラー
ScreenShot 2019-06-02 3.17.57.png

ググるとデスクトップに作成すればできるよ!
みたいに書かれており、試すと確かにできた。

ディレクトリの権限っぽいなと思って確認したら、ディレクトリの所有者がrootになっており、ユーザーと異なっていたので、所有者を変更。

# chown azumagoro /Users/Shared

※自分のユーザー名、保存したいディレクトリを指定してください

無事に作成できるようになりました。

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?