Open Yuze075 opened 2 months ago
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
This is absolutely possible with custom scene management. I am currently using it in my project
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!