-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange transition behavior on the second replay #108
Comments
I can send access to the project on github, I need your email for that. |
Very strange. I don't quite understand what the script files have to do about anything, unless perhaps there's some code in the script that blocks the main thread or something?
I would prefer if it is possible to reproduce in a minimal project of some kind. Can you reproduce it in a test project? |
I have a project where everything is working correctly. But everything is different in the project, the video from which is demonstrated here. Here the launch of transition to "gameplay" happens from "popup". That is, the "popup" closes first, and then the transition to "black" starts. This is probably the only significant difference. I have some ideas, I'll think about it and post here. |
I've managed to overcome this problem. |
Good to hear that you managed to solve it. I'll close this bug report. |
Situation: there is a project in which transitions between windows are made through black. To make the implementation work as convenient as possible, it is done through the third window "black", which simply contains a full-screen black node.
Everything works correctly, but in one case a strange thing happens - when you reopen the window, its contents start to be displayed after the transition is complete.
test1.mp4
test2.mp4
This is strange, because the log file shows that window initialization occurs at the moment of transition start, and a dozen frames pass before transition completion. But during these frames the window is not on the screen. But after the transition is completed, it appears suddenly.
test3.mp4
The conclusion I made after studying this situation is that the window is processed correctly when restarted, before the transition starts, but REALLY appears on the screen only after the transition is completed.
It is not clear where the window is during the transition - but it is not on the screen, that's a fact.
I have already encountered this behavior of monarch in another project of mine.
General conclusions:
P.S.
I apologize for the google translation in video, my English is not good enough to explain it clearly.
The text was updated successfully, but these errors were encountered: