This is a set of tutorials for creating a "traditional" ascii based roguelike in Unity. They are based off TheBracket's excellent Roguelike Tutorial in Rust, and created in Unity 2019.3.06f with the ...
GitHub

Semsamoon Unity ECS

Entity-Component-System framework for Unity Engine. It is designed to be simple and high-performance. The framework has a clear structure, minimizes memory allocations, and provides convenient ...