ceceppa / anima

Godot: run sequential and parallel animations with less code
https://anima.ceceppa.me/
MIT License
695 stars 22 forks source link

Parse error - Godot 3.5.2 - Anima 0.3.2 #38

Open Aquatech5 opened 1 year ago

Aquatech5 commented 1 year ago

I installed Anima in a fresh new project but whenever i was tried to run my game i got this error: "res://addons/anima/core/node.gd:9 - Parse Error: The identifier "AnimaTween" isn't declared in the current scope."

Im using 0.3.2 version from the Godot Asset Library.

ceceppa commented 1 year ago

Hi, I just tested, and looks like there is some cyclic reference. In the meantime, you can reload the project and everything will work fine.

LoserFox commented 11 months ago

i have this issue in my project too, but when i turn on the "shapes" addon in project setting and reload, it's fixed, maybe it's working.