We have redirected you to our new domain: store.godotengine.org. Please update your bookmarks!

Licenses
Order

GD-CBOR 0

by きのもと 結衣 Yui Kinomoto | MIT

Concise Binary Object Representation for GDScript

This is encode/decode implementation of Concise Binary Object Representation for GDScript. How to Use Parse You can use this like a JSON.parse in GDScript. func _ready( ): var cbor: = GDCbor.new( ) if cbor.parse( FileAccess.get_file_as_bytes( "path/to

loading more results...