Hi. I posted the following question on Unity3D Questions but I later found this forum which seems much more active, so here goes:
Is it possible that the faster GUI shipped with Unity 4.x behaves differently in some cases? I had a script that relied on the MakeWindow function to be called even in “-batchmode” mode, and when I upgraded to 4.0.0 the function is never called.
Where can I find all the changes to GUI so I can fix my code accordingly? Thanks, Manuel