https://github.com/sinlessdevil/ecsstickmansurvivors
Ecs Stickman Survivors
https://github.com/sinlessdevil/ecsstickmansurvivors
Last synced: 3 months ago
JSON representation
Ecs Stickman Survivors
- Host: GitHub
- URL: https://github.com/sinlessdevil/ecsstickmansurvivors
- Owner: SinlessDevil
- Created: 2025-05-07T09:28:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-14T11:43:01.000Z (about 1 year ago)
- Last Synced: 2025-05-14T12:38:14.597Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 142 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🕹 ECS Stickman Survivors
**ECS Stickman Survivors** is a minimalist top-down action prototype inspired by *Vampire Survivors*.
Built with Unity DOTS (ECS), it's focused on high performance, scalable spawning systems, and modular gameplay logic.

### 📦 PrefabSetupEditor v1.0.0
Quickly assign materials and configure renderer options for prefabs or scene objects in bulk.
- Assign or randomize materials recursively
- Match mesh names for targeted setup
- Configure shadow casting, GI, probes, motion vectors & more
👉 [View Release](https://github.com/SinlessDevil/EcsStickmanSurvivors/releases/tag/PrefabSetupEditor-v1.0.0)
### 📦 ConcaveHull v1.0.0
A lightweight plugin for generating concave hulls from 2D point clouds (XZ plane).
Designed for procedural outlines, collision geometry, or gameplay zones.
- API: `Hull.SetConvexHull(nodes)`, `Hull.SetConcaveHull(concavity, scaleFactor)`
- Works with any arbitrary set of points
- Fully deterministic & self-contained
👉 [View Release](https://github.com/SinlessDevil/EcsStickmanSurvivors/releases/tag/ConcaveHull-v1.0.0)
### 📦 ColliderMeshCreator v1.0.0
A Unity Editor tool for generating extruded 3D collider meshes from selected MeshFilters or manually placed outline points.
- Supports both auto and manual outline modes
- Extrudes custom 2D outlines into 3D walls
- Smooth outline support with Catmull-Rom spline
- Editable handles with point insertion/removal shortcuts
- Includes full editor UI with material preview and settings
👉 [View Release](https://github.com/SinlessDevil/EcsStickmanSurvivors/releases/tag/ColliderMeshCreator-v1.0.0)
# Currently in early development. More coming soon...