for version 1.0.0
"com.unity-package.system-region":"https://github.com/unity-package/system-region-unity.git#1.0.0",
- Use Api
RegionHelper.GetCurrentRegion()
to get the current region. - Example usage in a script:
private void Start()
{
Debug.Log($"region: {RegionHelper.GetCurrentRegion()}");
}