Im still a little unclear on why the OnValidate() has to be called at the end of these functions? I see the result of not calling them (adds an extra node) but why is that?
Thanks!
Im still a little unclear on why the OnValidate() has to be called at the end of these functions? I see the result of not calling them (adds an extra node) but why is that?
Thanks!
We have a lookup dictionary that needs to be updated because a node has been removed or added. OnValidate()
updates this lookup
This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.