Edit of asset "CollisionPolygonShape" Accepted

Old/Current New/Edit
Title CollisionPolygonShape CollisionPolygonShape
Description CollisionPolygon with predefined shapes just like CollisionShape

Godot's Shape node is very useful, but for example if you want to find the area of intersection between two shapes you would most likely use the Geometry singleton.
But this uses polygons as PoolVector2Arrays and CollisionPolygon2D node does not have shape presets while CollisionShape2D does not have it's polygon exposed.

This plugin addresses this issue by ading new CollisionPolygonShape2D Node and PolygonShape2D Resources
CollisionPolygon with predefined shapes just like CollisionShape

Godot's Shape node is very useful, but for example if you want to find the area of intersection between two shapes you would most likely use the Geometry singleton.
But this uses polygons as PoolVector2Arrays and CollisionPolygon2D node does not have shape presets while CollisionShape2D does not have it's polygon exposed.

This plugin addresses this issue by ading new CollisionPolygonShape2D Node and PolygonShape2D Resources
Category Tools Tools
License MIT MIT
Repository Provider GitHub GitHub
Repository Url https://github.com/Kubulambula/Godot-CollisionPolygonShape https://github.com/Kubulambula/Godot-CollisionPolygonShape
Issues Url https://github.com/Kubulambula/Godot-CollisionPolygonShape/issues https://github.com/Kubulambula/Godot-CollisionPolygonShape/issues
Godot version Godot 3.4 Godot 3.4
Version String 1.1 1.0
Download Commit bc98296ebe314399246d1c98ed1a9950d932bca6 6b6f229e4b78cb3385f1522139f54a3100421b14
Download Url (Computed) https://github.com/Kubulambula/Godot-CollisionPolygonShape/archive/bc98296ebe314399246d1c98ed1a9950d932bca6.zip https://github.com/Kubulambula/Godot-CollisionPolygonShape/archive/6b6f229e4b78cb3385f1522139f54a3100421b14.zip
Icon Url https://raw.githubusercontent.com/Kubulambula/Godot-CollisionPolygonShape/main/Screenshots/icon.png
https://raw.githubusercontent.com/Kubulambula/Godot-CollisionPolygonShape/main/Screenshots/icon.png