Benjamin Hoffmann

Results 13 issues of Benjamin Hoffmann

Hi, first, nice tool! I figured out that when you open a Date or Time picker, you instanciate a new GameObject: ``` MobileDateTimePicker dialog; dialog = new GameObject("MobileDateTimePicker").AddComponent(); dialog.OnDateChanged =...

Does it works with Bootstrap v4?

Hi, nice code, thank you for your job :). I'm looking for a way to replace dropdown by the default uniti object selector (EditorGUI.ObjectField), but I cannot find a way...