MrBSmith / StateGraph

A Godot plugin that manages State Machines & State transitions
MIT License
36 stars 8 forks source link

Broken Installation #14

Open Ezenki opened 2 years ago

Ezenki commented 2 years ago

The installation for the plugin doesn't work properly, no plugin shows in the godet plugin tab.

MrBSmith commented 2 years ago

How did you do you installation? Via the asset lib, or by pulling the repo? What version of Godot do you use?

Ezenki commented 2 years ago

Asset lib, version 3.4.4

MrBSmith commented 2 years ago

Ho ok, it doesn't put the folder at the right place, that's why. It should be in a folder named addons/StateGraph/ at the root of your project. Hope that solves it for you, and in the meantime I will try to see how to edit the project in the asset lib so it goes at the correct path by itself.

Thanks

skyttedk commented 2 years ago

Installation for this plugin does not work for me either. Moving files to addons/StateGraph does not help neither.

erebrus commented 2 years ago

I confirm it doesn't work. Godot 3.5.1. Besides the issue with the location, it says it can't find the StateMachine class (even if it is there and registered in the godot.project file)