Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ public class NodeEditor : EditorWindow

private readonly List<Type> _serializableTypes = new List<Type>();

private readonly string _shaderEditorResourceDir;
private readonly string _autosavePath;
private readonly string _internalTempDir;
private readonly string _internalTempUnityPath;
private readonly string _tempShaderPathFull;
private readonly string _shaderTemplatePath;
private readonly string _graphsDir;
private string _shaderEditorResourceDir;
private string _autosavePath;
private string _internalTempDir;
private string _internalTempUnityPath;
private string _tempShaderPathFull;
private string _shaderTemplatePath;
private string _graphsDir;

private readonly PopupMenu _popupMenu;
private PopupMenu _popupMenu;

private const string TempShaderName = "TempShader";

Expand All @@ -43,8 +43,13 @@ public class NodeEditor : EditorWindow
private PreviewWindowInternal _previewWindow;

private bool _shouldOpenPreviewWindow = true;

protected NodeEditor( )

protected NodeEditor()
{

}

private void OnEnable()
{
_shaderEditorResourceDir = Application.dataPath
+ Path.DirectorySeparatorChar
Expand Down
Binary file not shown.

This file was deleted.