question

popugamesconcept avatar image
popugamesconcept asked

hi. how make virtual currency to int in c# ? (Unity3D)

Character Data
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
brendan avatar image
brendan answered

Can you please clarify the question? Virtual currencies for player accounts are stored as integer values, which is why many of the VC API calls take the amount as an Int32.

2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

popugamesconcept avatar image popugamesconcept commented ·

Give me the API calls to get and set the currency in public int in C# for Unity

0 Likes 0 ·
brendan avatar image brendan popugamesconcept commented ·
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.