LoadLevel() and implementing Loading Screens
Posted: Sun Apr 01, 2018 3:46 am
Hi Tony, I'm new to Unity (started in March), and first off I have to say thank you for this asset, it's not just a great dialogue tool, it is an absolute foundational piece for whatever this thing is I'm making. I don't know if it'll ever be a game, but it would be nothing without your Dialogue System. Every day it continues to astound.
With that out of the way, I have about a million questions, but I think I'll just focus on the one I can't figure out a workaround for so as not to overwhelm. Anyways, I'm using LoadLevel() to switch between scenes, and even with a Fade(in, time) in front it gets a little wonky. I was wondering if there's a way to implement a loading screen or a fade that covers the duration of the transition. I've tried other third party loading screen assets but they don't seem to record the spawnpoint the way LoadLevel() sequence command does. This video illustrates the problem I'm having.
Going into the interior, it's so quick the fade works, but at the end of the video when I try exiting the building, it's slightly jarring as it takes a good long while to load. You can see it jump me to the level starting point before it moves me to the outside of inn/spawnpoint.
I should also note I'm a total beginner with zero programming experience, I started on this literally a month ago.
With that out of the way, I have about a million questions, but I think I'll just focus on the one I can't figure out a workaround for so as not to overwhelm. Anyways, I'm using LoadLevel() to switch between scenes, and even with a Fade(in, time) in front it gets a little wonky. I was wondering if there's a way to implement a loading screen or a fade that covers the duration of the transition. I've tried other third party loading screen assets but they don't seem to record the spawnpoint the way LoadLevel() sequence command does. This video illustrates the problem I'm having.
Going into the interior, it's so quick the fade works, but at the end of the video when I try exiting the building, it's slightly jarring as it takes a good long while to load. You can see it jump me to the level starting point before it moves me to the outside of inn/spawnpoint.
I should also note I'm a total beginner with zero programming experience, I started on this literally a month ago.