Uploaded March 2024 | Updated September 2026, 2 minutes ago
Learn how to load multiple scenes asynchronously and additively, at the same time in Unity, with plenty of customization and a load screen. Load and Unload multiple scenes at the same time with less overhead and continuous progress reports!
NOTE: To follow along with this video, you need to use Unity 2023.1 or greater. Unity 2023.1 introduces support for a simplified asynchronous programming model using C# async and await keywords. Most of Unity’s asynchronous API supports the async/await pattern, including AsyncOperation.
docs.unity3d.com/2023.2/Documentation/Manual/AwaitSupport.html
If you are using a version of Unity before 2023, you can use extension methods from the Unity Utils repository to convert AsyncOperations to Tasks that you can await.
github.com/adammyhre/Unity-Utils/blob/master/UnityUtils/Scripts/Extensions/AsyncOperationExtensions.cs
Want to support me? 😀
Buy me a coffee! ko-fi.com/adammyhre
🔔 Subscribe for more Unity Tutorials youtube.com/@git-amend
Discord: discord.gg/FDRZGQBBUC
#unity3d #gamedev #indiedev
▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬
0:00 SceneReference Type
2:14 Scene Group Manager
9:20 Scene Loader
SceneReference Open Source
github.com/starikcetin/Eflatun.SceneReference
*Source code:* github.com/adammyhre/Unity-Inventory-System/tree/master/Assets/_Project/Scripts/SceneManagement
Assets Shown In This Video (Affiliate Links)
Cartoon Fantasy UI: assetstore.unity.com/packages/2d/gui/cartoon-fantasy-gui-74743?aid=1101lw3sv
Eole Foliage Shader: assetstore.unity.com/packages/vfx/shaders/eole-stylized-foliage-shaders-265842?aid=1101lw3sv
Dungeon Mason Tiny Hero Duo: (FREE): assetstore.unity.com/packages/3d/characters/humanoids/rpg-tiny-hero-duo-pbr-polyart-225148?aid=1101lw3sv
Kronnect Beautify: assetstore.unity.com/packages/vfx/shaders/fullscreen-camera-effects/beautify-3-advanced-post-processing-233073?aid=1101lw3sv
Slate Cinematic Sequencer: assetstore.unity.com/packages/tools/animation/slate-cinematic-sequencer-56558?aid=1101lw3sv
Protofactor Animals: assetstore.unity.com/packages/3d/characters/animals/animals-full-pack-5032?aid=1101lw3sv
*Follow me!*
https://linktr.ee/gitamend
Learn how to load multiple scenes asynchronously and additively, at the same time in Unity, with plenty of customization and a load screen. Load and Unload multiple scenes at the same time with less overhead and continuous progress reports!
NOTE: To follow along with this video, you need to use Unity 2023.1 or greater. Unity 2023.1 introduces support for a simplified asynchronous programming model using C# async and await keywords. Most of Unity’s asynchronous API supports the async/await pattern, including AsyncOperation.
docs.unity3d.com/2023.2/Documentation/Manual/AwaitSupport.html
If you are using a version of Unity before 2023, you can use extension methods from the Unity Utils repository to convert AsyncOperations to Tasks that you can await.
github.com/adammyhre/Unity-Utils/blob/master/UnityUtils/Scripts/Extensions/AsyncOperationExtensions.cs
Want to support me? 😀
Buy me a coffee! ko-fi.com/adammyhre
🔔 Subscribe for more Unity Tutorials youtube.com/@git-amend
Discord: discord.gg/FDRZGQBBUC
#unity3d #gamedev #indiedev
▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬
0:00 SceneReference Type
2:14 Scene Group Manager
9:20 Scene Loader
SceneReference Open Source
github.com/starikcetin/Eflatun.SceneReference
*Source code:* github.com/adammyhre/Unity-Inventory-System/tree/master/Assets/_Project/Scripts/SceneManagement
Assets Shown In This Video (Affiliate Links)
Cartoon Fantasy UI: assetstore.unity.com/packages/2d/gui/cartoon-fantasy-gui-74743?aid=1101lw3sv
Eole Foliage Shader: assetstore.unity.com/packages/vfx/shaders/eole-stylized-foliage-shaders-265842?aid=1101lw3sv
Dungeon Mason Tiny Hero Duo: (FREE): assetstore.unity.com/packages/3d/characters/humanoids/rpg-tiny-hero-duo-pbr-polyart-225148?aid=1101lw3sv
Kronnect Beautify: assetstore.unity.com/packages/vfx/shaders/fullscreen-camera-effects/beautify-3-advanced-post-processing-233073?aid=1101lw3sv
Slate Cinematic Sequencer: assetstore.unity.com/packages/tools/animation/slate-cinematic-sequencer-56558?aid=1101lw3sv
Protofactor Animals: assetstore.unity.com/packages/3d/characters/animals/animals-full-pack-5032?aid=1101lw3sv
*Follow me!*
https://linktr.ee/gitamend










