Inspector Display of .asset file

Issue #23 resolved
Matt D created an issue

I think that it would be more user-friendly to display a button that says "Open in AssetBundle Graph Tool" than the current display that shows the array of nodes, connections, last modified and version.

Comments (6)

  1. Matt D reporter

    I made a custom inspector for the graph, which when the button is clicked, the graph opens. I only needed to make one change to the original code, which is make OpenGraph() in AssetBundleGraphEditorWindow.cs, line 433 public instead of being private.

    public void OpenGraph (Model.ConfigGraph graph)
    
  2. Hiroki Omae

    Thank you for contributing your code. After a bit of tweaking, ConfigGraphEditor added on dev branch (fb82339). Also added handler to open asset from double clicking graph in Project View. Also added graph description field.

    ss.png

  3. Matt D reporter

    Yeah that's exactly what I had in mind! Nice UI Layout - I wasn't sure exactly the layout you wanted to show or what layout you wanted to show

  4. Log in to comment