finepointcgi / Godot-Open-AI-GPT-Integration

MIT License
80 stars 19 forks source link

Godot 4.1.1 Unable to load script from path...GPTIntergration.gd #9

Closed yrthilian closed 1 year ago

yrthilian commented 1 year ago

Godot 4.1.1 Unable to load script from path...GPTIntergration.gd This might be due to a code error in that script

First time trying to add this to my project can not get past this error image

finepointcgi commented 1 year ago

Im currently running that version and it works fine for me. Where did you pull it down the asset site or the github?

wuwenthink commented 1 year ago

Im currently running that version and it works fine for me. Where did you pull it down the asset site or the github?我目前正在运行这个版本,它对我来说工作得很好。你是从哪里下载的资产网站还是github?

I just downloaded version 4.1 of the website Then use git to clone this tool, and then click enable in the plug-in, it will report an error, the same as the owner of the error content

wuwenthink commented 1 year ago

Im currently running that version and it works fine for me. Where did you pull it down the asset site or the github?

I know the problem, a very basic folder nesting error

There is also an addons folder in the folder after decompression, which will cause an error. You need to manually drag the folder in the addons folder to the root directory of addons.

WillSams commented 1 year ago

Thanks, that fixed the issue for me. I extracted the contents to an addons folder in the root of my project. I moved the GPTIntegration folder to my root assets folder and was able to enable the plugin afterwards.

wuwenthink commented 1 year ago

Thanks, that fixed the issue for me. I extracted the contents to an addons folder in the root of my project. I moved the GPTIntegration folder to my root assets folder and was able to enable the plugin afterwards.

perfect