Mass Entity, spawn different entities

Hi, I followed along with this tutorial over here: Your First 60 Minutes with Mass | Tutorial

And now that I’m done, I want to spawn different entities with the spawner but I cant seem to figure out how.

I have tried creating a new data asset for each new entity and putting it in the spawner like such:

I’ve tried changing the proportions, but it only ever spawns entities from index 0. Any help would be appreciated thanks.

2 Likes

I have the exact same issue

I figured out what happened in my case, maybe it’s the same in yours:
I duplicated my entity config assets, which made them have the same config guid.
Creating a new entity config asset from scratch solved the issue.

Hope this helps :slight_smile:

3 Likes

That was it, thank you so much!!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.