Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 660 Bytes

File metadata and controls

20 lines (17 loc) · 660 Bytes

Unity_GraphView

Default codes for Unity Graph View editor programming.

Scripts are named as EventGraph~~, but feel free to modify as you need

refer to https://blog.naver.com/hochan0115/223459671216

Assets/
└── Scripts/
    └── EventSequence/
        ├── Editor/
        │   ├── EventGraphViewWindow.cs
        │   ├── EventGraphView.cs
        │   ├── EventGraphData.cs
        │   ├── EventGraphView.cs
        │   ├── GraphDataAsset.cs
        │   └── EventNode.cs
        └── Resources/
            └── EventGraphStyle.uss