Is there anyway to get the Username on a android device using unity.
I’ve seen Environment.UserName, but I bet this is a Windows specific method?
Cheers.
Is there anyway to get the Username on a android device using unity.
I’ve seen Environment.UserName, but I bet this is a Windows specific method?
Cheers.
You will have to build a native-plugin and import that to Unity3D. You can read more here.