Particles appear but effects do not

Thank you for your continued support.

I am trying to add effects and particles to enhance the presentation.

However, even with similar scripts as shown above, only the particles appear, and the effects do not.

If you have any ideas about the possible cause, I would greatly appreciate your guidance. Both corresponding .tscn files are present.

Thank you very much for your assistance.

Is the root node of protagonist_hit.tscn an effectobject?

After looking into it, it appears to be an EffectObject.

Regarding the folder location, both effects and particles are in the same place.

I tried it locally, and it seems to be working correctly.
Could you please confirm the following two points?

  1. Does it work correctly when targeting a Slash template object?


    If it is working correctly, I suspect the issue might be that Auto Play is not enabled for the AnimationPlayer, or the effect object is significantly offset from the origin and appears outside the screen.

  2. What is the structure of the game scene you are using?
    It seems that if ScreenOffset is applied to the Layer, the spawn position may be misaligned. (However, if the particles are visible normally, this is likely not the case…)

Thank you for your response. The Slash template object worked correctly.

However, I apologize for asking a beginner-level question. Regarding the note that “AnimationPlayer auto-play is not enabled,” could you please explain how to enable it? (I couldn’t find the answer through my own research…)

Additionally, even within the same template, when I tried “Heavy Hit” (the template I intend to use this time), no effect appeared. Is there a difference in the setup method even within the same template? I apologize for asking so many questions, but I would greatly appreciate your guidance.

I’ve checked it!
It seems there was a configuration issue with the Heavy_Hit template, and the “Auto Play” setting for the animation was disabled.

The effect object reproduces the effect using an animation, but if “Auto Play” is not enabled, the animation won’t play, resulting in no effect occurring. I’ll update the template shortly!

As a workaround,
enabling the “Auto Play” icon next to the animation name should make it work correctly.