Gentlymad-Studios / NewGraph

A general node graph solution centered on data management. This is based on the idea to visualize complex data structures as graph networks without having to modify already established data classes.
MIT License
231 stars 16 forks source link

No entry point when cloning repo #46

Open Appleguysnake opened 6 months ago

Appleguysnake commented 6 months ago

Having the same issue as #31 but the new docs are confusing because the installation instructions say don't use the package manager. Old revisions of the usage info don't explain how to define your own entry point either.

If the Unity bug has been resolved (I wasn't able to find it on the issue tracker) then the installation instructions should be updated. Otherwise, the usage instructions should be updated. That part might be good to do anyway.

For anyone else with the issue, you can just change the name of the Samples~ folder to Samples and Unity will recognize it

kajloevesijn commented 3 months ago

@Appleguysnake

there is no entry point, the newGraph is a 'front end' so to speak. you need to create your own entry point, and the rest of the messaging between nodes. hell, it seems for me it doesn't even save the visual 'connections' that you make in the graph asset upon reloading the asset, all 'connections' are wiped. so you need to program that too.

@Doppelkeks is this about right?