When opening the SLATE window from Tools -> ParadoxNotion -> Open SLATE Editor, and having no Cutscene selected, the editor window that comes up has all of its GUI elements on the bottom right and out of view, regardless of the window size.
This also may be an issue in the window when a Cutscene is selected for editing. The timeline range slider up top has its minimum range element (on left) showing, but not its maximum (off-screen on right).
Thanks for the report. I believe that I’ve found a solution to this problem.
Can you please try opening up CutsceneEditor.cs file and change the property named “screenWidth” to this:
1
2
3
4
5
privatestaticfloatscreenWidth{
get{returnEditorGUIUtility.currentViewWidth;}
}
Please let me know if this fixes the issue if you can.
This fixed the horizontal layout issues for both the Welcome state and the cutscene timeline range issue I pointed out.
For the Welcome state, though, it is still locked to the bottom of the window. However, I managed to fix that in a similar fashion to your screenWidth fix by changing screenHeight to this: