Open pixel-art-boop opened 2 years ago
My guess is that because the handle is returned as a unsigned long long (64 bit) it was being truncated to fit in the JS number type (32 bit). With 1.2.0, I added the conversion from unsigned long long to BigInt, which should fix this issue.
Hello, thank you for your work. I really like this project,but i have some error when i use SteamWorks.SteamUGC.SetItemTitle
This is my code
i got the result
the
SetItemTitle
reutrns false and theSubmitItemUpdate
returns undefined,It looks like thehandle
returned byStartItemUpdate
is not correct,because in SteamworksPy i got the handle number is 9388192820997400523, it is very longIs there any way to make it work?
Thanks!