Open loosegrid opened 8 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?
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 toSamples
and Unity will recognize it