Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starikcetin/learning-unity-ecs-2
A bunch of small Unity projects where I explore and learn Unity's new ECS and Job System. Updated for the new API.
https://github.com/starikcetin/learning-unity-ecs-2
csharp ecs entity-component-system learning learning-by-doing unity unity3d
Last synced: 16 days ago
JSON representation
A bunch of small Unity projects where I explore and learn Unity's new ECS and Job System. Updated for the new API.
- Host: GitHub
- URL: https://github.com/starikcetin/learning-unity-ecs-2
- Owner: starikcetin
- License: mit
- Created: 2019-04-06T19:39:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-16T18:42:58.000Z (about 5 years ago)
- Last Synced: 2024-10-11T10:25:20.002Z (about 1 month ago)
- Topics: csharp, ecs, entity-component-system, learning, learning-by-doing, unity, unity3d
- Language: C#
- Homepage:
- Size: 382 KB
- Stars: 68
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learning-Unity-ECS-2
_Continuation of the deprecated [Learning-Unity-ECS repository](https://github.com/starikcetin/Learning-Unity-ECS), 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%20-%20Converting%20GameObjects%20to%20Entities)
- [01.A - Convert and Destroy](/01%20-%20Converting%20GameObjects%20to%20Entities/Assets/01.A%20-%20Convert%20and%20Destroy)
- [01.B - Convert and Inject GameObject](/01%20-%20Converting%20GameObjects%20to%20Entities/Assets/01.B%20-%20Convert%20and%20Inject%20GameObject)
- [01.C - Authoring](/01%20-%20Converting%20GameObjects%20to%20Entities/Assets/01.C%20-%20Authoring)
- [01.D - Sub Scene](/01%20-%20Converting%20GameObjects%20to%20Entities/Assets/01.D%20-%20Sub%20Scene)
- [02 - Prefab to Entity](/02%20-%20Prefab%20to%20Entity)- [02.A - Classic](/02%20-%20Prefab%20to%20Entity/Assets/02.A%20-%20Classic)
- [02.B - With GameObjectConversion](/02%20-%20Prefab%20to%20Entity/Assets/02.B%20-%20With%20GameObjectConversion)
- [02.C - From the ECS](/02%20-%20Prefab%20to%20Entity/Assets/02.C%20-%20From%20the%20ECS)
- 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](/LICENSE) file.
Copyright (c) 2019 S. Tarık Çetin