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

Unity:3Dモードから2Dモードに変更した時2DObjectの作成項目がない

Last updated at Posted at 2021-09-19

※使用UnityVersion 2020.3.18f1

3Dでプロジェクトを作ったけどやっぱり2Dゲームにしよう!

そうなるとこちらにあるように3Dモードから2Dモードへ切り替えると思います
https://docs.unity3d.com/ja/2018.4/Manual/2DAnd3DModeSettings.html

ここで問題発生!!

問題

Hierarchy右クリックで2DObjectの作成項目がない…
Createできない

image.png

原因

初期インポートされるPackageが足りていないのが原因でした

com.unity.2d.animation,
com.unity.2d.pixel-perfect,
com.unity.2d.psdimporter,
com.unity.2d.sprite,
com.unity.2d.spriteshape,
com.unity.2d.tilemap

解決方法

PackageManagerからインポートしましょう。

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?