fenix-hub / godot-engine.easy-charts

A Godot Engine addon for plotting general purpose charts. A collection of Control, 2D and 3D Nodes to plot every chart possible.
MIT License
647 stars 48 forks source link

[BUG] #59

Closed AdrianVRosas closed 1 year ago

AdrianVRosas commented 2 years ago

plugin.gd cannot load linechart.svg because the path is wrong. On linux machines the path name is case sensitive.

change "res://addons/easy_charts/utilities/scripts/ec_utilities.gd" to res://addons/easy_charts/Utilities/scripts/ec_utilities.gd"

etc ...