Hi all, i know my title is a bit misleading, let me explain in more detail.
Assuming there is only 1 GameManager, and 100 GameObject(Computer AI), and there is 1 list in the GameManager that all the GameObjects(computer AI) will need to access/modify it from their FixedUpdate, do that list need to be ThreadSafe ?
Thanks.