Hi, I'm an experienced Unity developer who specializes in providing accurate technical diagnosis and solutions for indie developers, small teams, and startups, with no worries, and no charge if I can't fix it.
✅ Years of Unity hands-on experience
Worked as a development engineer in a Fortune 500 company, dealing with a large number of complex projects with difficult problems.
✅ Specialized in performance optimization and compatibility issues.
Including game stuttering, platform differences, mobile adaptation and other issues.
✅ Design-driven technical perspective
Participated in many independent game projects, Game Jam, independent development, with design and system architecture thinking, many seemingly technical problems are actually design flaws, I can point out and avoid in advance.
✅ I am not only a programmer, but also your "temporary technical consultant".
I don't just fix bugs according to the requirements, but help you understand the problem from the root and optimize the design thinking.
💡 Problem Description:
Customer wants to display different currencies based on system language. Have tried to use IP to determine the currency type, the result is not good.
🛠My diagnosis:
- Using IP to judge is not accurate, it may not work at all when the user travels abroad.
- It doesn't make sense to use the system language, a Chinese speaking user may be in the US and still use USD.
✅ Recommended Program:
Deciding on the currency type and trading system based on the platform account information (e.g. Google Play user region) is a sound and reliable practice.
This example shows that what clients need most is not a code implementation, but a solution with a clear direction.