Skip to content

Commit 6062b26

Browse files
authored
Update README.md
1 parent 29eaaa4 commit 6062b26

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
> βœ… Supports both algorithmic and manual mesh generation
1010
> βœ… All modules can be used independently
1111
12-
1312
## ✨ Modules
1413

14+
1515
### πŸ“¦ ColliderMeshCreator
1616
Editor window for generating custom MeshColliders:
1717
- πŸ”Ή Automatically from MeshFilter objects
@@ -30,8 +30,16 @@ Editor window for generating custom MeshColliders:
3030
![image](https://github.com/user-attachments/assets/5288205c-d1f6-4791-94ad-f718115696ab)
3131
![image](https://github.com/user-attachments/assets/f7aa8582-9a20-4713-bf42-5bedef77c5a4)
3232

33+
### πŸ”§ Quick Controls
34+
| Action | Shortcut |
35+
|-------------------|----------|
36+
| Add point | `Q` |
37+
| Remove point | `E` |
38+
| Open editor | `Tools > Collider Mesh Generator` |
39+
40+
---
41+
πŸ‘‰ [View Release Collider Mesh Tool](https://github.com/SinlessDevil/EcsStickmanSurvivors/releases/tag/ColliderMeshCreator-v1.0.0)
3342
---
34-
πŸ‘‰ [View Release](https://github.com/SinlessDevil/EcsStickmanSurvivors/releases/tag/ColliderMeshCreator-v1.0.0)
3543

3644
### πŸ“¦ ConcaveHull v1.0.0 β€” Geometry API
3745
Lightweight runtime plugin for generating 2D concave hulls on the XZ plane.
@@ -48,8 +56,8 @@ Lightweight runtime plugin for generating 2D concave hulls on the XZ plane.
4856
![hull-example](https://github.com/user-attachments/assets/52d27373-eabb-400f-a69f-d03cb41d4327)
4957

5058
---
51-
πŸ‘‰ [View Release](https://github.com/SinlessDevil/EcsStickmanSurvivors/releases/tag/ConcaveHull-v1.0.0)
52-
59+
πŸ‘‰ [View Release ConcaveHull ](https://github.com/SinlessDevil/EcsStickmanSurvivors/releases/tag/ConcaveHull-v1.0.0)
60+
---
5361

5462
### πŸ“¦ PrefabSetupEditor v1.0.0
5563
Efficient tool for setting up renderers and materials across prefabs and scene objects.
@@ -66,7 +74,8 @@ Efficient tool for setting up renderers and materials across prefabs and scene o
6674
![prefab-editor](https://github.com/user-attachments/assets/b2c48312-dabe-4191-9e40-ac59bf64b620)
6775

6876
---
69-
πŸ‘‰ [View Release](https://github.com/SinlessDevil/EcsStickmanSurvivors/releases/tag/PrefabSetupEditor-v1.0.0)
77+
πŸ‘‰ [View Release PrefabSetupEditor](https://github.com/SinlessDevil/EcsStickmanSurvivors/releases/tag/PrefabSetupEditor-v1.0.0)
78+
---
7079

7180
## 🧰 Requirements
7281
- Unity **2021.3+**
@@ -79,13 +88,3 @@ Efficient tool for setting up renderers and materials across prefabs and scene o
7988
2. Import it into your Unity project
8089
3. Install Odin Inspector and (optionally) ConcaveHull
8190
4. Done! πŸŽ‰
82-
83-
## πŸ”§ Quick Controls
84-
| Action | Shortcut |
85-
|-------------------|----------|
86-
| Add point | `Q` |
87-
| Remove point | `E` |
88-
| Open editor | `Tools > Collider Mesh Generator` |
89-
90-
## πŸ“ About (GitHub profile tagline)
91-
> Unity Editor toolset for generating mesh colliders, drawing outlines, and editing prefabs β€” all in one.

0 commit comments

Comments
Β (0)