Donut Collision Polygon 2D

An asset by Deozaan
The page banner background of a mountain and forest
Donut Collision Polygon 2D thumbnail image
Donut Collision Polygon 2D thumbnail image
Donut Collision Polygon 2D thumbnail image
Donut Collision Polygon 2D hero image

Quick Information

0 ratings
Donut Collision Polygon 2D icon image
Deozaan
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
2 months ago
Git URL
Issue URL

Donut Collision Polygon 2D for Godot 4.x

by @angrykoala ported to Godot 4.x by Deozaan A donut-shaped collision shape for Godot 4.x.

This plugin creates a new Node type for a donut collision shape for 2D collisions.

README Donut Example

Instructions

  1. Add the folder donut_collision_polygon2D to addons/.
  2. Activate the plugin in Godot.
  3. Create any collision or physics 2D node (e.g. Area2D or RigidBody2D).
  4. Add a DonutCollisionPolygon2D as child.
    README Tree Example

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

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Donut Collision Polygon 2D icon image
Deozaan
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
2 months ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers