Currently looking at how to manage content using the new Content Management API made for DOTS. However it seems the examples are outdated and some code is just plain missing.
I was under the impression that the platforms package is now obsolete and should not be used? Although the example provided in the docs (for 1.0.8) use it.
So I thought I could just use the code solution and while looking at the code example provided it seems that EntitySceneBuildUtility is an internal class and can't be used unless I use the workaround to get access to internals. Also the DoCopy and PublishContent function used in the example is missing as well.
What's the current state of this Content API? Should I consider using it or should I just go with addressables for now? Can I expect this to be fully supported for 1.0 release?