Skip to content

Commit 38cc6d9

Browse files
committed
add attribution prefab, bunch of scripts for opening website and settings telemetry flag
change mapbox config to include telemetry option change mapService to relay mapboxContext settings, particularly telemetry flag at the moment
1 parent 2b93e98 commit 38cc6d9

16 files changed

+3695
-1923
lines changed

Editor/MapboxConfigurationWindow.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,12 @@ static void Init()
7979
{
8080
Runnable.EnableRunnableInEditor();
8181

82-
//verify that the config file exists
83-
_configurationFilePath = Path.Combine(Constants.Path.MAPBOX_RESOURCES_ABSOLUTE, Constants.Path.CONFIG_FILE);
8482
if (!Directory.Exists(Constants.Path.MAPBOX_RESOURCES_ABSOLUTE))
8583
{
8684
Directory.CreateDirectory(Constants.Path.MAPBOX_RESOURCES_ABSOLUTE);
8785
}
8886

87+
_configurationFilePath = Constants.Path.MAPBOX_CONFIG_ABSOLUTE;
8988
if (!File.Exists(_configurationFilePath))
9089
{
9190
WriteConfigFile(new MapboxConfiguration(), _configurationFilePath);

Runtime/Mapbox/BaseModule/Attribution.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)