File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Assets/Thirdweb/Core/Scripts Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -402,20 +402,20 @@ public static string GetRuntimePlatform()
402
402
switch ( Application . platform )
403
403
{
404
404
case RuntimePlatform . Android :
405
- return "android " ;
405
+ return "Android OS " ;
406
406
case RuntimePlatform . IPhonePlayer :
407
- return "ios " ;
407
+ return "iOS " ;
408
408
case RuntimePlatform . WebGLPlayer :
409
- return "webgl " ;
409
+ return "WebGL " ;
410
410
case RuntimePlatform . WindowsPlayer :
411
411
case RuntimePlatform . WindowsEditor :
412
- return "win " ;
412
+ return "Windows " ;
413
413
case RuntimePlatform . OSXPlayer :
414
414
case RuntimePlatform . OSXEditor :
415
- return "mac " ;
415
+ return "Mac OS " ;
416
416
case RuntimePlatform . LinuxPlayer :
417
417
case RuntimePlatform . LinuxEditor :
418
- return "linux " ;
418
+ return "Linux " ;
419
419
default :
420
420
return Application . platform . ToString ( ) . ToLower ( ) ;
421
421
}
You can’t perform that action at this time.
0 commit comments