Hi,
I currently have a “preload” scene that loads all of my assets for other scenes so i can have a progress bar. Can i access these assets from other scenes as they are only loaded for the preload scene? Thanks
Hi,
I currently have a “preload” scene that loads all of my assets for other scenes so i can have a progress bar. Can i access these assets from other scenes as they are only loaded for the preload scene? Thanks
Yep, they are available in all scenes after the preload scene has been run.