Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Donut Collision Polygon 2D
A donut-shaped collision shape for Godot 4.x.
Supported Engine Version
4.0
Version String
1.2
License Version
MIT
Support Level
community
Modified Date
3 months ago
Git URL
Issue URL
Donut Collision Polygon 2D for Godot
by @angrykoala
A donut-shaped collision shape for Godot.
This plugin creates a new Node type for a donut collision shape for 2D collisions.
Instructions
- Add the folder
donut_collision_polygon2D
toaddons/
. - Activate the plugin in Godot.
- Create any collision or physics 2D node (e.g.
Area2D
orRigidBody2D
). - Add a
DonutCollisionPolygon2D
as child.
Properties
- radius: Defines the radius of the donut. This will be the circumference at the center of the donut.
- width: The width of the donut.
- quality: The number of points to use per circumference. The total points count will be
quality*2+1
.
License
Made by @angrykoala. MIT License
A donut-shaped collision shape for Godot 4.x.
Reviews
Quick Information
Donut Collision Polygon 2D
A donut-shaped collision shape for Godot 4.x.
Supported Engine Version
4.0
Version String
1.2
License Version
MIT
Support Level
community
Modified Date
3 months ago
Git URL
Issue URL