Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

I want to learn Unity's new ECS but don't want to wast time learning TypeScript....

Discussion in 'Project Tiny' started by TokyoDan, Jan 2, 2019.

  1. TokyoDan

    TokyoDan

    Joined:
    Jun 16, 2012
    Posts:
    1,080
    Is there a different comprehensive tutorial which I can follow to learn ECS using C#?

    It doesn't have to be 'pure ECS' it can be that middle step (forget what it's called) between the old Unity way and the new ECS way.
     
  2. Simontzky

    Simontzky

    Joined:
    Mar 11, 2015
    Posts:
    8
    TokyoDan and raymondyunity like this.
  3. TokyoDan

    TokyoDan

    Joined:
    Jun 16, 2012
    Posts:
    1,080
  4. Antypodish

    Antypodish

    Joined:
    Apr 29, 2014
    Posts:
    10,744
    Just to add, there is Classic OOP approach with MonoBehaviour, Hybrid ECS as middle step, and pure ECS. You can combine these methods together in your program.
    In fact, Hybrid ECS is kind of mix of other too.
     
    TokyoDan likes this.
  5. TokyoDan

    TokyoDan

    Joined:
    Jun 16, 2012
    Posts:
    1,080
    Thanks. That is what I am doing. Last night I found this on Github and I am now following the tutorial videos mentioned above by @Cowcak
     
    Antypodish likes this.