Xerios / ScreenManager

Flexible way to manage screens with transitions for Unity
MIT License
563 stars 69 forks source link

Difference between TweenedScreen and SimpleTweenScreen #17

Closed ABHIJEET-SRIDHAR-M closed 2 years ago

ABHIJEET-SRIDHAR-M commented 2 years ago

Hi,

I just wanted to know the difference between these two screens, and how does it really affect if I use one instead of other.

Edit- My use case is that I wanted to create different selection panels before starting the game. All of the selection panels are full canvas size panels. With a flow something like this-

image

I wanted to be able to load and go back from screens accordingly

(I did not know how to add the "how-to" label since this is not an issue, rather just a question)

ABHIJEET-SRIDHAR-M commented 2 years ago

Its just a difference of animation of how the UI elements are loaded. I just ended up trying things and figuring it out. I ran into another issue which I will open newly for better maintainability.