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.
- Host: GitHub
- URL: https://github.com/himanshuraj2918/unity_tools
- Owner: Himanshuraj2918
- Created: 2025-02-27T16:39:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-27T17:00:58.000Z (over 1 year ago)
- Last Synced: 2025-07-04T10:43:24.526Z (12 months ago)
- Topics: csharp, unity, unity3d-plugin
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.