Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
CarlGustaffa

Any ECS developers around?

Recommended Posts

If so, I have a question:

What is the technique used for placing sounds in ECS? Is it:

1) A pregenerated list of places that is filled with sounds. That would make it island specific.

2) On the fly generated list (during init) of places that is filled with sounds. Could work with any islands having same classes on it.

3) Or a basic area around the player that is constantly kept updating to limit the number of sounds placed.

Anyone here have an idea? What would be the best way?

Share this post


Link to post
Share on other sites
Sign in to follow this  

×