Learning-Unity-ECS-2 icon indicating copy to clipboard operation
Learning-Unity-ECS-2 copied to clipboard

A bunch of small Unity projects where I explore and learn Unity's new ECS and Job System. Updated for the new API.

Learning-Unity-ECS-2

Continuation of the deprecated Learning-Unity-ECS repository, updated for the new API.

This repository includes a bunch of small Unity projects in which I explore and learn Unity's new ECS and Job System.

  • 01 - Converting GameObjects to Entities

    • 01.A - Convert and Destroy

    • 01.B - Convert and Inject GameObject

    • 01.C - Authoring

    • 01.D - Sub Scene

  • 02 - Prefab to Entity

    • 02.A - Classic

    • 02.B - With GameObjectConversion

    • 02.C - From the ECS

      • I will create section #02.C after introducing a couple of examples regarding Systems.

Don't forget to leave a star if this repository helped you!

If you think something is missing, you are more than welcome to send pull requests and open issues.

Or you can discuss it in the Unity forum thread here: https://forum.unity.com/threads/learning-unity-ecs-2.686734/


MIT license. Refer to the LICENSE file.

Copyright (c) 2019 S. Tarık Çetin