Akarsh Seggemu, M.Sc.CSharp: How to format a double value according to culture-specific formatting in Unity C#Numbers are formatted differently in various cultures (locale). Every locale follows different standards.Mar 17, 2022Mar 17, 2022
Akarsh Seggemu, M.Sc.CSharp: How to create JSON Object and JSON String in Unity C#JSON is mostly preferred format in sending and receiving data in client-side applications to back-end-severs.Feb 22, 2022Feb 22, 2022
Akarsh Seggemu, M.Sc.CSharp: How to parse int and double value in Unity C#string is the most preferred data type when passing values between two systems (for example, client-to-server / server-to-client). But…Mar 27, 2022Mar 27, 2022
Akarsh Seggemu, M.Sc.CSharp: How to check assemblies types in Unity C#If you’re distributing unity packages. You might have heard about the common practise to use reflection code to determine whether a type is…May 11, 2022May 11, 2022