Avançar para o conteúdo principal

Pesquisa

Emit arbitrary element from dreamiverse?

  • strange_brick737

    Edit: a better question is, do objects not yet emitted take up thermometer space?

  • SikorskyUH60

    As far as I know, no, it isnt. I'm pretty sure Dreams temporarily downloads the necessary data prior to starting the scene, so it can't pull an asset that hasn't already been downloaded by the user (and obviously it can't just download everything in the Dreamiverse).

  • mmdev1 - John & Luci

    Hi,

    objects you emit need to exist in the level so they're loaded into memory already.
    But that is cheaper than having 100 versions in there already, as in only when you start emitting do they cost more than 1.

    John

  • skillphiliac

    How do procedural creations impact this? Let's say I have a modular house and have a grid of tags laid out, each representing one house. I then emit these houses when I get close enough to a tag and broadcast the exact parameters with it (as I don't want randomization for this example).

    Will any subsequent emissions be as costly as the entirety of the modular asset in the emitter? Or will this incur additional costs and treat every building as unique, thus capping very soon?

iniciar sessão para comentar.