The 2013 StackExchange post [1] describes what is now commonly called an “archetype” based ECS architecture that was implemented as compile time archetypes in the author’s open source project in Feb 2018 [2]. A similar ECS model was described later in the June 2018 patent filed by Unity [3] and active since 2020.

It’s useful to bring visibility to the issue for the inevitable patent trolling that will occur in the future.

References:


  1. https://gamedev.stackexchange.com/questions/58693/grouping-entities-of-the-same-component-set-into-linear-memory/ ↩︎

  2. https://github.com/TeamHypersomnia/Hypersomnia/issues/264 ↩︎

  3. https://patentimages.storage.googleapis.com/a9/94/51/5f0ea9a1b97629/US10599560.pdf ↩︎

  • Mikina@programming.dev
    link
    fedilink
    arrow-up
    12
    ·
    edit-2
    5 months ago

    Wouldn’t this, along with the other numerous talks on ECS that were made before Unity copyrighted it, be enough to challenge the copyright and have it revoked? Or is that not how copyright works?

    • BradleyUffner@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      5 months ago

      The patent wouldn’t be for any ECS; it would have to be for a specific implementation. The post may match the implementation, and invalidate the patent, but just being an ECS wouldn’t be enough.