An open API service indexing awesome lists of open source software.

https://github.com/himanshuraj2918/unity_tools

Here are the different unity tools create using C# Scripting.
https://github.com/himanshuraj2918/unity_tools

csharp unity unity3d-plugin

Last synced: 2 months ago
JSON representation

Here are the different unity tools create using C# Scripting.

Awesome Lists containing this project

README

          

# Unity_Tools
---
## 1. Box Collider Generator

A **Unity Editor Tool** that allows you to create **box colliders** by selecting multiple points in the scene. This is useful for generating colliders along curved paths, such as roads or custom shapes.

---

## 🎯 Features
✅ Select multiple points in the scene to define a curved shape.
✅ Edit point positions and collider names directly in the **Inspector**.
✅ Generates **Box Colliders** along the selected path.
✅ Automatically aligns colliders with the curve.
✅ Parent and child objects are created with **custom names**.
✅ Supports **real-time editing** before collider generation.

---
- Place the script inside your Unity project.
- In unity : Tools → Box Collider Generator.