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

[Performance] Material Editor is slow on large materials #2604

Open
Myterian opened this issue May 16, 2024 · 5 comments
Open

[Performance] Material Editor is slow on large materials #2604

Myterian opened this issue May 16, 2024 · 5 comments
Labels
content Game content and assets editor performance
Milestone

Comments

@Myterian
Copy link

Issue description:
I have this complex material, with a lot of functionality enabled. By now every change I want to make, from rewiring noodles to creating new nodes to generaly making changes, takes up to 5 seconds to perform. Same goes for saving time.

Screenshot for reference
grafik

Steps to reproduce:

Minimal reproduction project:
Basic

Flax version:
1.8.6511.1

@MrCapy0
Copy link
Contributor

MrCapy0 commented May 16, 2024

Can send a project to use as example?

@Myterian
Copy link
Author

I can send a test project with the material. Here or discord?

@tecnessino
Copy link
Contributor

you can send here

@Myterian
Copy link
Author

TestingGround.zip Small project I made for sending. It's not the game I'm working on, so textures are missing. But the performance issue is still there

@mafiesto4
Copy link
Member

Forward Lighting shader compilation takes ~1s which is pretty long. DIsabling GI/SSR/Tess/.. reduces this time a lot. I'll try to dig down how we could improve it in general for this asset.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Game content and assets editor performance
Projects
None yet
Development

No branches or pull requests

4 participants