Hi!
Source code modification, I want to change the data types related to inventory from int to long. Specifically, it's related to currency. How can I make this change? Is it complicated?
  • Not really complicated, but a lot of things that might need to be changed. Basically everywhere quantity is used it needs to be changed to that, and you also need to add support for long data type in the data saving.
    Another bottleneck could be the formulas, which work in floats ...
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.