Geofence Condition Editor Bug

The Geolocation Shortcuts in the Geofence Condition assign the location’s latitude to the condition’s latitude and longitude though the lat/long of each shortcut is correct in the MarsUserGeoLocations setting object. Also, adding a new location as a shortcut to this settings object and selecting it applies the latitude to both the latitude and longitude.

Using Unity 2019.4.0f1, MARS 1.0.1

The bug is in GeoLocationShortcutButtons.cs

shortcutAction(shortcutButton.Location.latitude, shortcutButton.Location.latitude);

The second parameter in shortcutAction should be the location longitude

1 Like

Thank you for the concise feedback wintermuute! We will make this change immediately.

2 Likes