Search Unity

[Tiny] Looking for feedback

Discussion in 'Entity Component System' started by Maras, Feb 10, 2020.

  1. Maras

    Maras

    Joined:
    Dec 11, 2012
    Posts:
    131
    Last edited: Feb 13, 2020
  2. Maras

    Maras

    Joined:
    Dec 11, 2012
    Posts:
    131
    Still looking for some feedback. Do not hold back, you can be harsh (as long as you suggest an alternative solution) :)
     
  3. DreamingImLatios

    DreamingImLatios

    Joined:
    Jun 3, 2017
    Posts:
    4,271
    Froze after a single tap on my phone. Works on Desktop though.

    There's not a lot to give feedback on. It is pretty much the way ECS was designed to work. The only thing I might suggest is make GameSettings an IComponentData on an Entity you fetch with GetSingleton. Using static the way you did will probably break with fast playmode enabled.
     
    Maras likes this.
  4. Maras

    Maras

    Joined:
    Dec 11, 2012
    Posts:
    131
    Thank you very much!
    There is an issue with repeating sounds on iOS which breaks the game. It should be fixed soon, the Y8 version online is cached.

    Will convert GameSettings to entity, thank you!