Skip to content

fix: WriteInt64Unpacked using compatible WriteUInt64Unpacked method now - #1073

Open
am1goo wants to merge 1 commit into
FirstGearGames:mainfrom
am1goo:fix/1072_different_approaches_to_read_and_write_unpacked_int64
Open

fix: WriteInt64Unpacked using compatible WriteUInt64Unpacked method now#1073
am1goo wants to merge 1 commit into
FirstGearGames:mainfrom
am1goo:fix/1072_different_approaches_to_read_and_write_unpacked_int64

Conversation

@am1goo

@am1goo am1goo commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Fix for #1072

Actual behaviour:
WriteInt64Unpacked using WriteUInt64 and WriteUnsignedPackedWhole in the nutshell, can write from 1 to 8 bytes and it is not compatible with ReadInt64Unpacked which always read 8 bytes.

Expeceted behaviour:
WriteInt64Unpacked using WriteUInt64Unpacked((ulong)value) to be compatible with ReadInt64Unpacked which always read 8 bytes.

@am1goo am1goo changed the title WriteInt64Unpacked using compatible WriteUInt64Unpacked method now fix: WriteInt64Unpacked using compatible WriteUInt64Unpacked method now Sep 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant