Skip to content

Commit

Permalink
Change order of GameObject/Reflex/SceneScope menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavopsantos committed Aug 22, 2024
1 parent 7b4c32d commit ade547c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Reflex/Editor/ReflexMenuItems.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ void Edit(GameObject prefab)
UnityEditorUtility.CreatePrefab(desiredAssetPath, Edit);
}

[MenuItem("GameObject/Reflex/SceneScope", false, 0)]
[MenuItem("GameObject/Reflex/SceneScope")]
private static void CreateReflexSceneScope()
{
var sceneScope = new GameObject(nameof(SceneScope)).AddComponent<SceneScope>();
Expand Down

0 comments on commit ade547c

Please sign in to comment.