xtpor / godot-msgpack

A MessagePack serializer implemented in pure GDScript / msgpack.org[GDScript]
32 stars 6 forks source link

Please provide a license, I'd like to use / modify this code. #2

Open ShawnMcCool opened 1 year ago

ShawnMcCool commented 1 year ago

Hello,

Could you please license this code as MIT or BSD? I forked it to add compatibility with Godot 4 and I'd like to use it and release the code on the MIT license.

Taobis commented 1 year ago

Maybe the first issue one this project helps: https://github.com/xtpor/godot-msgpack/issues/1

I have seen your fork, not much changed. But i found a bug today you might also want to fix in your fork, see here: https://github.com/xtpor/godot-msgpack/issues/3

ShawnMcCool commented 1 year ago

My apologies. Thank you very much. You're right, not much has changed at all. Also, I believe "we" found a bug in the current version of Godot.

https://github.com/godotengine/godot/issues/75763