How long is the transition from one scene to another?
(what factors affect the transition/load time?)
For example… if your character was walking around outside (scene 1) then entered a house (scene 2) would the transition be seamless or noticeable?
Thanks
Depends on how long it takes to load the assets in that scene.
Even with light scenes though, the transition is hardly seamless. It should be alright if scene sizes are kept down to change scenes as you leave a room to enter another, but don’t expect it to be instant.
If you want a completely seamless transition, you should look into additive async scene loading (LoadLevelAsync).
Cheers