
DOTS Survivors - Complete ECS Game Project & Instructional Documentation
Turbo Makes Games
$76.99
$109.99
30%OFF
(no ratings)
Jump AssetStore
DOTS Survivors is a complete game project built with Unity ECS. Use this project and included documentation to learn many tips, tricks, and workarounds for creating a full game with ECS in Unity 6.Quick Links 💫FREE 4.5 Hour Tutorial - DOTS-based survivors game (Great Intro to ECS)Online DocumentationSupport DiscordIncluded in This Asset 🎁All project files from complete game: DOTS SurvivorsECS-based source code by Johnny of Turbo Makes GamesArt & Sound custom made by Cille and Emil of Penzilla DesignDocumentation site detailing all core concepts of game's architectureVideo overviews of core concepts showcasing code and editor configGame Features 🚀12 Weapons - each with their own unique behavior and upgrade path12 Passive abilities - modifies various stats on player and their weapons, upgraded through leveling6 Characters to play as inspired by the hosts of The Hot Path Show and their respective pets!15 Enemy types with up to 4 color variations for a total of 42 unique enemiesVisual and strength enhancements on boss enemiesEnemy spawn waves and special events (plant circle, enemies that move as a group)3 Stages to explore - The Moon, Mars, and VenusItems - Health, Money, Gems, and of course... SUPPLY CRATES!ECS Concepts Implemented 🧬Examples of all data component types - unmanaged, managed, shared, cleanup, tag, flag, enableable, dynamic buffer, singleton, and blob assetsShader-based animations controlled via material override componentsEntity interaction system for raising events between different entitiesISystem & SystemBase systemsEditor World SystemsMultithreaded jobsGameplay pausingIntegration with managed UI, SFX, and VFXKeyboard and controller input via input systemInteresting uses of authoring and bakingMultiple approaches to ECS prefab managementDOTS Physics - character movement, collision events, and spatial queriesAnd a whole lot more!Documentation 📚Full API documentation of over 420 custom typesDetailed written documentation core systems and featuresExplanations of common programming patternsVideo documentation further detailing important aspects of the projectInformation on how to extend or reskin the project to make it your ownHighlights edge-cases and workarounds necessary for implementing certain gameplay features with ECS in Unity 6Other Information 🔮DOTS Survivors was developed using Unity 6 and is intended to maintain compatibility through the Unity 6 generation.Project runs on Windows, MacOS, and LinuxStats for nerds:166 - Data Components102 - Systems90 - Authoring Scripts31 - Other MonoBehaviours20 - C# Classes, Structs, and Enums9 - ScriptableObject Types5 - Collision/Trigger Event Jobs1 - IJobEntity Job1 - Instance of Custom Inheritance1 - Awesome Game