-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Please help to solve this error #23
Comments
there are 44 same errors in other node.cs files |
Hey there @jane00! The reason for these errors is that GeometryGraph relies heavily on generated code which is not included in the repository. You can solve these by compiling the UnityGeometryGraph-CodeGen project into a DLL, and then copying it and its dependencies to the Unity project and setting it up according to this Unity documentation. Or alternatively, extract this archive into Thanks for your interest in the project and I hope this helps solves your issues! |
Thanks very much for your reply. |
"Assets\GeometryGraph\Runtime\Graph\Node\Curve\RecalculateCurveDirectionsNode.cs(20,33): error CS0115: 'RecalculateCurveDirectionsNode.OnConnectionRemoved(Connection, RuntimePort)': no suitable method found to override
"
The text was updated successfully, but these errors were encountered: