- Home /
Prefub Edit Collider buttons are not displayed on the Scene
Using Unity2017. (Unity2017を使用しています。)
I want to edit the size of Polygon Collider 2D added to prefub. (prefubに追加したPolygon Collider 2Dの大きさを編集したいです。)
However, the Edit Collider button is not displayed and can not be edited. (しかし、Edit Colliderボタンが表示されず編集できません。)
The instantiated element could be edited. (インスタンス化した要素は編集できました。)
Is it impossible to edit the size of polygon Collider 2D in the prefub state in the first place? (そもそもprefub状態でpolygon Collider 2Dの大きさを編集は不可能なのでしょうか?)
Your answer
Follow this Question
Related Questions
Whats the best way to populate a Dictionary with multiple Prefabs? 0 Answers
Unity not Instantiating Prefabs Properly 0 Answers
how do I assign a prefab's child to another prefab's script's public variable? 1 Answer
Ways to Avoid conflict between prefabs in source control 2 Answers
is having a Prefab reference inside a a Scriptable Object legit? 0 Answers