Unity-Technologies / com.unity.netcode.gameobjects

Netcode for GameObjects is a high-level netcode SDK that provides networking capabilities to GameObject/MonoBehaviour workflows within Unity and sits on top of underlying transport layer.
MIT License
2.15k stars 435 forks source link

Addressable scene loading #3040

Open kroecks opened 2 months ago

kroecks commented 2 months ago

Addressable scene loader changes

unity-cla-assistant commented 2 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 3 committers have signed the CLA.

:white_check_mark: fluong6
:white_check_mark: NoelStephensUnity
:x: kroecks
You have signed the CLA already but the status is still pending? Let us recheck it.

kroecks commented 2 months ago

Changes for loading scenes through addressables. This review is not meant to be merged The addressable asset name must match the scene name to load in order to function.