Since it takes a bit of time for my project to navigate within the layouts itself, I was wondering if there was a way to show the loading layout while that happens.
What I want to do is- go to the loading layout, and preload the destination layout, and then go to it once it finishes loading.
Edit:
The solution I came up with was creating a loading overlay in the original layout as a layer. However, I would like to be able to track the loading progress if possible.
Thanks for the help!