Dries De Smet
Dries De Smet
Same here, using this for Vue.js unit testing, but it won't resolve any of the promises I did inside the components without using a setTimeout trick. @jasongaare @martynchamberlin ``` function...
``` EditorWindow focusedWindow = null; EditorWindow[] allWindows = Resources.FindObjectsOfTypeAll(); for (int i = 0; i < allWindows.Length; i++) { if (allWindows[i].titleContent.text == "Inspector") { focusedWindow = allWindows[i]; } } ```...