You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 2 screens, each screen (collection) has many game objects on it. I want to switch between screens with a fade-in transition. Looking at the example I see that it seems the transitions only work on GUI nodes however screens in my knowledge are not only for GUI stuff. So can we have transition effects on the whole screen rather than GUI component?
(Sorry but I don't know a place for this kind of question. Feel free to close it if not suitable)
The text was updated successfully, but these errors were encountered:
Hi @baochungit. Sure, you can do whatever you wish in your transition code. The examples and predefined transitions work on GUI nodes, but you can do anything in the transition.
I have 2 screens, each screen (collection) has many game objects on it. I want to switch between screens with a fade-in transition. Looking at the example I see that it seems the transitions only work on GUI nodes however screens in my knowledge are not only for GUI stuff. So can we have transition effects on the whole screen rather than GUI component?
(Sorry but I don't know a place for this kind of question. Feel free to close it if not suitable)
The text was updated successfully, but these errors were encountered: