I’m writing this editor application, which I’d like to be a standalone application.
I find myself reimplementing most functionality that is already present in EditorGUILayout. VerticalScrollviews, Popups.
Does anyone know of a way/hack/trick to somehow be able to use some parts of UnityEditor’s GUI functionality in standalones?
Bye, Lucas