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

AlphaOverLifetimeLinearGradient only works on UnlitMaterial #3559

Open
zahndy opened this issue Jan 17, 2025 · 1 comment
Open

AlphaOverLifetimeLinearGradient only works on UnlitMaterial #3559

zahndy opened this issue Jan 17, 2025 · 1 comment
Assignees
Labels
bug Something isn't working as intended.

Comments

@zahndy
Copy link

zahndy commented Jan 17, 2025

Describe the bug?

AlphaOverLifetimeLinearGradient only works on UnlitMaterial, if any other material is used no fade-in/out seems to happen even though the material is set to Alpha.

To Reproduce

spawn a ExperimentalParticleSystem.
add a AlphaOverLifetimeLinearGradient to ParticleStyle.
set it to Alpha Fade In & Fade Out
create a PBS_Metalic/PBS_Specular/UnlitDistanceLerpMaterial
copy over the Unlit's texture to the Albedo and set the material's Blendmode to Alpha
observe AlphaOverLifetimeLinearGradient no longer working

Expected behavior

To have AlphaOverLifetimeLinearGradient apply to any material that has Alpha blend.

Screenshots

No response

Resonite Version Number

Beta 2025.1.15.1419

What Platforms does this occur on?

Windows

What headset if any do you use?

Desktop

Log Files

HORIZON7 - 2025.1.15.1419 - 2025-01-17 20_29_58.log

Additional Context

Prerelease

Reporters

No response

@zahndy zahndy added the bug Something isn't working as intended. label Jan 17, 2025
@ohzee00
Copy link

ohzee00 commented Jan 17, 2025

AlphaOverLifetimeLinearGradient or any particle modules that affect color use any materials that support vertex colors. This includes PBS vertex color metallic and specular.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended.
Projects
None yet
Development

No branches or pull requests

3 participants