Edit of asset "CollisionPolygonShape" Accepted

Old/Current New/Edit
Title 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
Category Tools
License MIT
Repository Provider GitHub
Repository Url https://github.com/Kubulambula/Godot-CollisionPolygonShape
Issues Url https://github.com/Kubulambula/Godot-CollisionPolygonShape/issues
Godot version Godot 3.4
Version String 1.1 1.1
Download Commit bc98296ebe314399246d1c98ed1a9950d932bca6 bc98296ebe314399246d1c98ed1a9950d932bca6
Download Url (Computed) https://github.com/Kubulambula/Godot-CollisionPolygonShape/archive/bc98296ebe314399246d1c98ed1a9950d932bca6.zip https://github.com/Kubulambula/Godot-CollisionPolygonShape/archive/bc98296ebe314399246d1c98ed1a9950d932bca6.zip
Icon Url https://raw.githubusercontent.com/Kubulambula/Godot-CollisionPolygonShape/main/Screenshots/icon.png