Easiest way to create a currency converter in unity with c#

What would be the easiest way to create a currency converter in C# that converts 3 types of currencys. This should be built using Unity.

I’ve built a few basic apps in C#. The most effective way I found to convert things is to use the mathematical formula to convert between things. I’ve done it for converting Kilograms to pounds and back from pounds to Kilograms. I assume the same thing can be done for converting currency without Unity.

Currency values fluctuate constantly, so the easiest way would be to query a 3rd Party API because you can’t do it without using current Forex data.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.