probuilder-bevel

Bevel selected edges on ProBuilderMesh objects in Unity.

Updated May 3, 2026
One-click install
npx skills add https://github.com/RakameNouya/MR-Bab_10_and_Kel_3 --skill probuilder-bevel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: probuilder-bevel
Source: https://github.com/RakameNouya/MR-Bab_10_and_Kel_3/tree/main/.gemini/skills/probuilder-bevel
Command: npx skills add https://github.com/RakameNouya/MR-Bab_10_and_Kel_3 --skill probuilder-bevel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of smoothing out sharp edges in ProBuilderMesh objects within Unity, providing a way to automatically bevel edges for a cleaner aesthetic.

Core Features & Use Cases

  • Bevel ProBuilder Edges: Chamfer selected edges of a ProBuilderMesh, transforming sharp corners into smooth, angled faces.
  • Edge Identification: Utilizes [vertexA, vertexB] index pairs for precise edge selection using the 'probuilder-get-mesh-info' command.
  • Adjustable Bevel Strength: Adjust the bevel strength to achieve a range from subtle chamfers to significant modifications.
  • Use Case: Perfect for creating more natural, organic shapes in 3D environments using ProBuilder.

Quick Start

chamfer the edges of the 'myMesh' ProBuilderMesh object with a bevel strength of 0.1 using the command: 'probuilder-bevel --input '{"edges": [[0, 1], [2, 3]], "amount": 0.1}'.

Frequently Asked Questions about probuilder-bevel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bevel sharp edges on a ProBuilder mesh in Unity?

You can bevel ProBuilder mesh edges in Unity by specifying vertex index pairs and an adjustable bevel strength value. This automates the chamfering process to transform sharp corners into smooth, angled faces.

What is the best way to chamfer specific edges in ProBuilder?

The best way to chamfer specific ProBuilder edges is by using vertex index pairs like [vertexA, vertexB] for precise edge selection. This method ensures accurate identification and modification of targeted mesh edges.

Can I adjust the bevel strength on ProBuilder mesh edges?

Yes, you can adjust the bevel strength on ProBuilder mesh edges by setting the amount parameter. This allows you to achieve results ranging from subtle chamfers to significant geometric modifications.

How do I select edges for smoothing in a Unity ProBuilderMesh?

To select edges for smoothing in a Unity ProBuilderMesh, you identify target edges using vertex index pairs. This precise selection method ensures that only the specified edges are modified during the smoothing operation.

Does ProBuilder beveling work for creating organic 3D shapes?

Yes, ProBuilder beveling works for creating organic 3D shapes by smoothing out sharp edges into angled faces. This chamfering process is perfect for achieving natural aesthetics in 3D environments.

Why are my ProBuilder mesh edges still sharp after chamfering?

If ProBuilder mesh edges remain sharp after chamfering, it may be due to an incorrectly specified vertex index pair or a bevel strength amount set too low for a subtle effect. Ensure the edges and amount parameters are correctly passed in the input JSON.