defold / editor2-issues

DEPRECATED
44 stars 4 forks source link

Option to have the running game docked inside the editor #1196

Open Malmer opened 7 years ago

Malmer commented 7 years ago

Have the option to make the running game dock inside the editor, unity-style. Main benefit of this would be to not have the running game be moved behind the editor window when hotreloading and such.

Jerakin commented 7 years ago

This would be great! Would also solve that sometimes (like right now on mac build: 073b68bff657b19461b7fcafec83927e976f2e29) the game doesn't remember its position but keeps getting centered after build.

erikangelin-king commented 7 years ago

While we agree this would be nice we don't see any obvious way to implement it. Saving/restoring the window position and making sure it's on top would likely be easier.