- Home /
Track when the value is changed and get it
Hi all,I need to keep track of when the bud in the editor will be changed, regardless of whether the game is running or not, an example button, when we change the value of "interactable", then some method will be executed in the script, I need the same, and find out what value has changed, I do not try to find like OnValidate or Update are required
Your answer
Follow this Question
Related Questions
Setting custom amount of space between elements in a custom inspector with EditorGUILayout ? 1 Answer
Custom Editor - Is there any way to detect whether the user is in Prefab editing mode? 1 Answer
Recreate default editor look manually without base.OnInspectorGUI [UnityEditor] 2 Answers
Custom inspector difficulties creating a Box / Group like widget 1 Answer
What is the best way to draw icons in Unity's Hierarchy window? 1 Answer