niklas2902 / py4godot

Python scripting for Godot. This GDExtension plugin allows you to use Python like GDScript, accessing the Godot engine's features and benefiting from Python's vast ecosystem.
MIT License
64 stars 7 forks source link

Improve building so that a godot plugin gets created #12

Closed niklas2902 closed 1 month ago

GeorgeS2019 commented 2 months ago

This is urgent

niklas2902 commented 2 months ago

Hey 😊, it depends on what you exactly want to build. If you follow the instructions, you should get a plugin in the build/py4godot directory. If you want to create a full plugin for windows and linux, you have to install docker and then run the script create_plugin.py. this should create a plugin like the release at the Godot Asset Library. I hope, this helps