sschmid / Entitas

Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
MIT License
7.03k stars 1.11k forks source link

Are there any plans to overhaul and extend the tutorial series? #987

Closed jtuchel closed 1 year ago

jtuchel commented 2 years ago

Hi, I would like to know if there are any plans to overhaul the tutorial series taken from here

https://github.com/sschmid/Entitas-CSharp#video-tutorials--unity-unite-talks

Things might have changed (or not) but I'm missing a more in depth guide (view, best practices, ...). The only thing I found was an older workshop for Asteroids

https://www.youtube.com/watch?v=1qh6fTHeb5E

Creating a small game e.g. Snake from scratch would show how to use Entitas with Unity's "view" ( working with the new input system, moving a GameObject, scene management, ... ). Currently I personally think the written tutorials e.g. https://github.com/FNGgames/Entitas-Simple-Movement-Unity-Example are still nice ones but as I mentioned before I personally would prefer a small "full" game with

Just a suggestion but I would be interested in it :)

pointcache commented 2 years ago

https://github.com/sschmid/Entitas-CSharp/issues/973#issuecomment-781650318

RustedGames commented 2 years ago

Hi, I would like to know if there are any plans to overhaul the tutorial series taken from here

https://github.com/sschmid/Entitas-CSharp#video-tutorials--unity-unite-talks

Things might have changed (or not) but I'm missing a more in depth guide (view, best practices, ...). The only thing I found was an older workshop for Asteroids

https://www.youtube.com/watch?v=1qh6fTHeb5E

Creating a small game e.g. Snake from scratch would show how to use Entitas with Unity's "view" ( working with the new input system, moving a GameObject, scene management, ... ). Currently I personally think the written tutorials e.g. https://github.com/FNGgames/Entitas-Simple-Movement-Unity-Example are still nice ones but as I mentioned before I personally would prefer a small "full" game with

* a main menu

* starting the game until the game over

* loading another scene to decide between restart / quit

Just a suggestion but I would be interested in it :)

Started this tutorials last year using Entitas and PUN2 https://www.youtube.com/playlist?list=PLlTjzpNeSTixk0tbFZai130v_rvtJkL8z

sschmid commented 1 year ago

@jtuchel Yes, I will start working on new Videos starting September 2022 😬

lightjiao commented 1 year ago

@jtuchel Yes, I will start working on new Videos starting September 2022 😬

Hi, Is the new video tutorial finished? I don'nt know how to use Entitas 1.14.1 code generator.