In my project once it starts up. I am creating a grid. each node has specific data. What I need to do is to create the grid in edit mode so I can change some of the nodes data.
I am aware I can addComponentMenu but not sure how to make it all work.
When we create this grid in edit mode I also need to save the changes so when I do run the game the node data is the same as the node data in the edit mode.
Any help would be appreciated thanks.