-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello World Example and Contributions? #43
Comments
Hey, Indeed this project uses the new API for graph visualization in Unity: GraphView as well as some recent C# features :)
All the screenshots from the readme are avaliable in this project (Example folder), it also contains very simple implementation of graph like this one: https://github.com/alelievr/NodeGraphProcessor/tree/master/Assets/Examples/Editor/05_All which is a good starting point since it only have a toolbar and all basic graph functionality. As for asset management (open the graph when opening the asset), you can have a look at this file: https://github.com/alelievr/NodeGraphProcessor/blob/master/Assets/Examples/Editor/GraphAssetCallbacks.cs, it uses standard Unity API to open the graph window from the asset.
Every pull requests is welcomed :) I'll review them when i have some time to spend on the project. |
Thanks for the heads up, I'll have to check that out. I've attempted to clone this repo and checkout the master branch, but strangely enough my GIT client has been crashing from what appears to be pulling the ShaderGraph submodule. Is this submodule still needed? It appears that the code at that repo is no longer up-to-date and has moved to a separate repository.
Sounds great, looking forward to it! 👍 |
I didn't see that there was still the old git submodule in this repo it's not used anymore. I just deleted it in 5889bc9, thanks :) |
Hi there, I am evaluating different open source node graph projects for Unity as the basis for other tools I'm writing, both internal and also open source. I like this one because the appearance matches the newer native Unity graph tools and that its available as a package (easy dependency management). I have a couple of questions for you when you have a chance:
Thanks!
The text was updated successfully, but these errors were encountered: