I have watched all your videos about ECS 1.0 and I have to say they are absolutely one of the best resources to learn ECS 1.0 right now. Thank you for making great content and please make more videos I have subbed and liked all your videos
I believe scenes can be loaded with addressable. Sub scene (ECS) however can not. Subscenes are baked into entités and serialized into a binary format. If that binary file is not part of the build you won't be able to load it. And that binary file is not added as a dependancy of an addressable Scene.
I have watched all your videos about ECS 1.0 and I have to say they are absolutely one of the best resources to learn ECS 1.0 right now. Thank you for making great content and please make more videos I have subbed and liked all your videos
Amazing stuff. Is there more coming in the future?
Hi, thanks. Not as part of this series but yeah there will be more videos. If you have any suggestions let me know !
Can load scene with addressable?
I believe scenes can be loaded with addressable. Sub scene (ECS) however can not. Subscenes are baked into entités and serialized into a binary format. If that binary file is not part of the build you won't be able to load it. And that binary file is not added as a dependancy of an addressable Scene.
I guess you could, but it's too tricky, that's why I stop trying to implement it