前提・実現したいこと
Unityでオブジェクトを横に並べるシステムを作っています。
<hierarchyイメージ>
Canvas
image_stage (HorizontalLayoutGroup)
image_parent (ここにcontentSizeFitterを付けたい)
image_child0
image_child2
image_child3
image_child03は手動で横に並べてあります。3の合計サイズにparentを合わせたいと思い、ContentSizeFitterを実装しようとしたところ、以下のエラーメッセージが発生しました。
image_child0
発生している問題・エラーメッセージ
Parent has a type of layout gruoup component. A child of a layout group should not have a ContentSizeFitter component, since it should be driven by layout group.
"親がlayout groupを持っていると、子供はContentSizeFitterを付けられないよ"ということだと思うんですが、image_stageにはparentを複数並べる予定なので、HorizontalLayoutGroupは外したくありません。
どうしたらimage_childにparentのサイズを合わせられるでしょうか。
よろしくお願いします。
補足情報(FW/ツールのバージョンなど)
Unity2018.3.1f1 personal
VisualStudio2017 community
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/05/08 05:09