Hi! I just noticed that you guys are working on lazy loading collections. This is awesome for me (reasons here). It gets rid of a ton of hacks that I had to use along the way.
I was wondering if it’s safe to write my code / design my game object trees from now on with the assumption that in the future, when this feature is released, there will be a reasonably easy upgrade path from the usual factory/collection factory usage pattern to lazy loaded factories?
TLDR: Should I start refactoring my hacks to use regular factories? Should I not make any new hacks?