Prof. Dr. Martin Leissler
Prof. Dr. Martin Leissler
Hi, fantastic book and great examples from the gaming domain. I'm currently professor teaching in germany in the area of game development and plan to incorporate some of the examples...
Is it possible that no more work will be put into this project while waiting for GTF to emerge?
Is it somehow possible to have an input/output port in the header of a node, like here, for example:  This would be useful if you want to create visual...
The Graph Tool Foundation is now at 0.11.2 and seems to be getting along pretty well. Is it maybe stable enough already to port NGP to this new framework? Any...
In the "Conditional Graph" scene, which uses the RuntimeConditionalGraph Monobehavor, when going into Unity play-mode, I can see the outputs of the executed Debug.Log nodes, but the open graph doesn't...
In typical nodes, like the ones in the examples, which have only input fields but no output fields, these input fields occupy less horizontal space than the editable fields below....
The whole framework has a weakness in extensibility. I tried to build upon the Execution Flow Example code to test how it would be possible to build an own visual...
In the dialog example, it seems that there is a grouping feature for nodes. However, when moving the group, it turns out that it's just an empty node around a...
A minimap is state-of-the-art by now and Unity GraphView provides the possibility to do that. So it might as well be available in the BlueGraph framework.
Right at the first domain reload, the following message appears in the console (working with MonoGraphModel): ``` Leak Detected : Persistent allocates 4 individual allocations. ``` When setting Preferences >...