Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scalability issue #1

Open
SynthKittenDev opened this issue May 14, 2023 · 2 comments
Open

Scalability issue #1

SynthKittenDev opened this issue May 14, 2023 · 2 comments

Comments

@SynthKittenDev
Copy link

Hi there!

I'm trying to use this asset for an open-world game. The issue with it however is that this doesn't scale very well. Using it in large scenes will either cause a lot of lag when trying to generate particles or throw an Out of Memory error.

Do you think you could update this to add some sort of scalability so it can work for bigger maps? Maybe a shader could work or splitting up different sections into smaller particle areas automatically.

Thank you!

@kDanik
Copy link
Owner

kDanik commented May 14, 2023

Hey!

I will see what I can do. Partitioning/Splitting sounds like a good solution, so I can try it out. Shaders will also work, but I have quite low knowledge about them.

Can you share with me the approximate size (in Unity units) and "distance between particles" setting of the heatmap you are trying to create?

Thanks!

@SynthKittenDev
Copy link
Author

Hi there!

I used your example prefab values, but due to the sheer size of my world, it would generate so many particles it would throw an "out of memory" error. I did try all sorts of distance between particle options but nothing seems to fix it!

I love the tool by the way, very good work.

I hope this helps you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants