Skip to content

Commit

Permalink
- Made it easier to derive custom ScriptableGraph models
Browse files Browse the repository at this point in the history
  • Loading branch information
Doppelkeks committed Apr 25, 2023
1 parent 02312c9 commit 01e8865
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added integrated Examples (Samples~). To use: Copy contents from Samples~ folder into you Assets project.
- Added ability to add new window/ graph types to the graph window lookup

## [0.3.5] - 2023-04-25
### Fixed
- Made it easier to derive custom ScriptableGraph models
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.gentlymad.newgraph",
"version": "0.3.4",
"version": "0.3.5",
"displayName": "NewGraph",
"description": "A general data oriented node graph solution. This is build upon the idea to visualize complex data structures as graph networks without having to modify already established data classes, except adding [Node], [Port] and [SerializeReference] attributes to call classes that should show in the Graph View.",
"unity": "2022.2",
Expand Down

0 comments on commit 01e8865

Please sign in to comment.