Skip to content

t to WindowType in TSCubemapGenerator.Window #8

@RiverExplorer

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.

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