Reply To: GraphEditor.DrawGrid fix performance

Forums 💬 NodeCanvas 🗨️ General Discussion GraphEditor.DrawGrid fix performance Reply To: GraphEditor.DrawGrid fix performance

#13840
Gavalakis
Keymaster

    Hello,

    Indeed the grid function was way too slow because of many lines drawn and being part of the zoom group.
    I have already changed the way it works to be faster, but of course also using GL directly is probably going to be further better as well, so thank you for that!
    What version of unity is this code on? I am asking because it seems that the method “s_applyWireMaterialMethod” can not be found.

    Thank you!