overte-org / overte

Overte open source virtual worlds platform.
https://overte.org/
Other
132 stars 47 forks source link

Desktop.createWindow "visibile" field not being honored #824

Open Armored-Dragon opened 4 months ago

Armored-Dragon commented 4 months ago

The Desktop.createWindow function has properties one can edit. One of the fields seems to be "visible" which would make the window either visible or invisible when the window is created. This field does not seem to be read when creating the window. This field does work when you set the value after the window has been created, but it does not work when you set the visible state when the window is created.

This Developer Test uses this function and by default sets the window to be visible by default. Editing this script to have it disabled by default results in no change to the initial functionality.