Skip to content

t to WindowType in TSCubemapGenerator.Window #8

Description

@RiverExplorer

Minor compile error:

namespace TSCubemapGenerator.Window
{
public class CubemapGeneratorEditorWindow : EditorWindow
{
[MenuItem("TSCubemapGenerator/Open Tool Window")]
public static void ShowWindow()
{
EditorWindow.GetWindow(
t: typeof(CubemapGeneratorEditorWindow),
utility: false,
title: "TSCubemapGenerator");
}

Had to change:
t: typeof(CubemapGeneratorEditorWindow),

to:
windowType: typeof(CubemapGeneratorEditorWindow),

So far, it looks to be working.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions