Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Made With Unity License Last Commit Repo Size Last Release

How To Install

Add the line below to Packages/manifest.json

for version 1.0.0

"com.unity-package.system-region":"https://github.com/unity-package/system-region-unity.git#1.0.0",

Use

  • Use Api RegionHelper.GetCurrentRegion() to get the current region.
  • Example usage in a script:
    private void Start()
    {
        Debug.Log($"region: {RegionHelper.GetCurrentRegion()}");
    }

About

Region Detection for Unity (Android/iOS)

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages