effekseer / EffekseerForGodot3

MIT License
133 stars 9 forks source link

Nodes using Flipbook Frame Blend Type Lerp do not render #14

Closed TheBroodian closed 11 months ago

TheBroodian commented 11 months ago

When using an EffekseerEmitter (3D type) to play an effect that uses "Lerp" as its "Flipbook Frame Blend Type" do not render in Godot 3 engine.

ueshita commented 11 months ago

That feature does not work with Godot3. I apologize for this limitation, which was not documented.

If you want to use flipbook frame blending, you have the option of using Godot4 or creating it in Material.

TheBroodian commented 11 months ago

Thank you for the info! I will find a work-around.