Animations don't work

I can’t narrow this down yet, I think doing it as a dev will be simple.

Following the bee game tutorial for 2025.11.1 and above

The flower shimmer works, but colliding with the flower, nothing happens.

In the build output there is:

[luxe: project line 643] - luxe / assets / db / references / MISSING REFERENCE! asset anim/bounce.anim.lx mentions unknown asset luxe: type/anim/modifier.anim_track.anim_track.wren
[luxe: project line 643] - luxe / assets / db / references / MISSING REFERENCE! asset anim/bounce.anim.lx mentions unknown asset luxe: system/transform.modifier.modifier.wren
[luxe: project line 643] - luxe / assets / db / references / MISSING REFERENCE! asset anim/bounce.anim.lx mentions unknown asset scale
[luxe: project line 643] - luxe / assets / db / references / MISSING REFERENCE! asset anim/bounce.anim.lx mentions unknown asset luxe: type/anim/modifier.anim_track.anim_track.wren
[luxe: project line 643] - luxe / assets / db / references / MISSING REFERENCE! asset anim/bounce.anim.lx mentions unknown asset luxe: system/transform.modifier.modifier.wren
[luxe: project line 643] - luxe / assets / db / references / MISSING REFERENCE! asset anim/bounce.anim.lx mentions unknown asset scale

Previewing the animation track never works

I thought maybe it could be stale references, so I tried to readd the Anim modifier, which didn’t work.

I tried the same for the Transform modifier. It just makes the editor crash.

Whenever I try to do anything in the 2025.11.1 and 2026.3.1-next.2 versions Animation Editor, even in a new project, it causes crashes. I will try to make a list of definitive steps that cause this soon.

No worries, did you check the match3 tutorial? It includes Sprite animation stuff without having to go via assets and does it via code?

I’ll try it and report back.