i tried to create custom node by documentation, but get bunch of errors, for non programmer this part of documantation(custom nodes) hard to understand(what “using” need to add, and should i bind script to gameobject, video tutorial would be great),
i have small coding knowledge, please explain how to solve this like i’m 10 years old
I have just added a DrawGizmo event node and have attached for you here the node as well as another required file modification. Once you import the packages you will be able to see and add the node “Events/Objects/DrawGizmos”.
Please note however that to be able to call Gizmo methods/functions, you will also need to add the type named “Gizmo” to the Preferred Types Editor. Once you do that you will be able to see and add Gizmo functions under the “Functions/Reflection/Gizmo” category in the node browser.