#Generating Prefabs Dynamically based on Index in DOTS
1 messages · Page 1 of 1 (latest)
just bake a game object in a scene, which references all those prefabs and stores them in a dynamic buffer
assuming indices start from 0 - you can access by index directly
otherwise you can in runtime convert it to HashMap