Skip to content

Commit

Permalink
BuildConfigurationSettings is not Editor only.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlo-klymentenko-legacy committed Sep 25, 2020
1 parent 682e567 commit d7bba5d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ namespace StansAssets.SceneManagement.Build
/// </summary>
public class BuildConfigurationSettings : PackageScriptableSettingsSingleton<BuildConfigurationSettings>
{
protected override bool IsEditorOnly => true;
public override string PackageName => "com.stansassets.scene-management";

public int ActiveConfigurationIndex = 0;
Expand Down

0 comments on commit d7bba5d

Please sign in to comment.