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

How to represent dynamically changing data in ecs

Discussion in 'Project Tiny' started by myloran, Dec 24, 2018.

  1. myloran

    myloran

    Joined:
    Feb 16, 2013
    Posts:
    9
    For example, we need to change board size in match3 sample project. How this can be done? I don't think recreating a new array is a good idea(considering performance) and i guess the only way is to store it outside of ecs? Correct me, if i am wrong...
     
    Sergutsu and sathya like this.