Skip to content
Closed
3 changes: 3 additions & 0 deletions com.unity.render-pipelines.core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
Version Updated
The version number for this package has increased due to a version update of a related graphics package.

### Added
- Added MenuItemForRenderPipeline attribute that only show the MenuItem if the current pipeline is one of the ones provided.

## [12.0.0] - 2021-01-11

### Added
Expand Down
6 changes: 0 additions & 6 deletions com.unity.render-pipelines.core/Editor/LookDev/LookDev.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ static Context defaultContext
internal static IViewDisplayer currentViewDisplayer => s_ViewDisplayer;
internal static IEnvironmentDisplayer currentEnvironmentDisplayer => s_EnvironmentDisplayer;

[MenuItem("Window/Rendering/Look Dev", false, 10001)]
static void OpenLookDev() => Open();

[MenuItem("Window/Rendering/Look Dev", true, 10001)]
static bool LookDevAvailable() => supported;

internal static bool waitingConfigure { get; private set; } = true;

/// <summary>State of the LookDev window</summary>
Expand Down
Loading