- Home /
Which function is called when i selected something on the Inspector?
I'm messing with a scripting from the Asset Store which generates a mesh. On Edit mode, it Always work perfectly. On Runtime, it only Works if i go select it on the Inspector, regardless if the game is actually paused or not.
So i figured if i call the function via script things should go swell. Or if i find out which function is it, go see what it does and do it myself. But i need to know which function is that
Well need more information? Is it a button? If so it's likely an EditorButton there should be an script somewhere in the Editor folder that points to the button, in which a certain method should be called to generate the mesh.
Your answer
Follow this Question
Related Questions
Make inspector show changes of class variable value in function? 1 Answer
Can you make changes to exposed public variables persist in inspector ? 1 Answer
Function triggered when scene changes? 4 Answers
Using displacementmap on-the-fly (shader or function)? 0 Answers
How do I move a Function up or down in the inspector of a Unity Event? 0 Answers