11,000 種類を超える 5 つ星アセット
8.5 万人以上の顧客による評価
10 万人を超えるフォーラムメンバーが支持
すべてのアセットを Unity が審査済み
Unity のバージョン | ビルトイン | URP | HDRP |
---|---|---|---|
2021.3.7f1 | 互換性がある | 互換性がある | 互換性がある |
🔷2D Area Confiner
This tool is used to make sure that when moving objects they do not move out of the
desired area. This could be very useful for example in a beat em up.
🔷How does it work?
Creating an area is extremely simple, consisting of 2 steps:
1️⃣ Create the section (as many as you want)
2️⃣ Position the vertices to give the shape you want.
🔷Gizmos
✔️Can change the color that represents the confined area.
✔️Can change the positioning control to: point or axis.
✔️Can disable or enable positioning points.
✔️Can make the area always visible, when you don't have the object selected in the
Hierarchy or only when you have the object selected.
🔷Features
✔️Documentation
✔️Video tutorial
✔️Clean code
📝Support