com.unity.netcode.gameobjects icon indicating copy to clipboard operation
com.unity.netcode.gameobjects copied to clipboard

Loading scenes from addressales

Open Yuze075 opened this issue 1 year ago • 3 comments

I am developing an online game using Netcode and addressales, but Netcode cannot load scenes from addressales, which will affect my game development to some extent.

For this reason, I searched the current repository and found four items related to this feature in Issues(#423 #2868 #1593 #1952 ). Although a possible solution was demonstrated in #423 , with the Netcode version update, ISceneManagerHandler can no longer be implemented externally. The other three issues did not directly address whether this requirement will be implemented

So I would like to know if this requirement is included in future plans, and if the feature of loading scenarios from addressales can be added in future versions of development, which may affect my current development direction. Thank you!

Yuze075 avatar Sep 07 '24 07:09 Yuze075

Not possible since which version? I havent updated to 1.10, 1.11 yet but using those solutions I am still doing it in 1.9

qjonathan avatar Sep 09 '24 07:09 qjonathan

This is absolutely possible with custom scene management. I am currently using it in my project

https://docs-multiplayer.unity3d.com/netcode/1.11.0/basics/scenemanagement/scene-management-overview/

LightPat avatar Sep 09 '24 14:09 LightPat

Would be nice if built in scene management supported Addressables out the box

StephenHodgson avatar Nov 12 '24 18:11 StephenHodgson