unity-dots topic
SpriteSheetRenderer
Spritesheet renderer is a powerful Unity ECS API to render massive numbers of sprites using the new dots stack, taking full advantage of Jobs, DynamicBuffers and ComputeBuffer
entity-tween
Entity compatible tween library for Unity ECS/DOTS and Project Tiny (DOTS Runtime).
dmotion
DMotion - A high level Animation Framework for Unity DOTS
lsss-wip
Latios Space Shooter Sample - an open Unity DOTS Project using the Latios Framework
Latios-Framework
A Unity DOTS framework for my personal projects
Unity-Smoothed-Particle-Hydrodynamics
SPH in the Unity engine implemented in three different ways using MonoBehaviour, Entity-Component-System, and ComputeShader
UnityDOTSBulletHellGame
A bullet hell game with Unity DOTS & ECS for Ludum dare 44 jam(which was passed)
How-many-Boids-can-Unity-handle
Collection of different boid simulation implementations in unity. Includes: implementation with GameObjects, with ECS only, with ECS and Unity Jobs combined with Burst Compiler (2 different approaches...
2D-Platformer
A 2D Action Platformer Experiment made with ECS/DOTS