ephread / inkgd

Implementation of inkle's Ink in pure GDScript for Godot, with editor support.
MIT License
317 stars 33 forks source link

Can't download the example #7

Closed zyq0825 closed 5 years ago

zyq0825 commented 5 years ago

Describe the bug Hello I don't know if it's only me but whether I install inkgd from assert lib or download here, I couldn't get the example folder... So I tried to download the tscn file directly but my godot said " Error while parsing" when I tried to open the scene file.

To Reproduce Clone or Download ->Download ZIP

Expected behavior Be able to run the example

Environment:

zyq0825 commented 5 years ago

Used extension for chrome and got the example! 😂

ephread commented 4 years ago

To help anyone stumbling upon this issue, here's the problem and a potential solution.

inkgd has a .gitattributes file which makes sure that only addons/inkgd is added to Github archive. Removing unnecessary files is important to prevent clutter in your project (Godot fetches the archive directly from Github and copies it content into the project, which means you could end up with a bunch of files you don't want).

The only way to get the example folder (and a bunch of other important files) is to clone the project.