Is it possible to instantiate a scene object coming from an asset bundle?

Options
Hi everyone!,

I've been using photon network instantiate scene object that allows me to create the object from the resources folder, I am now preparing to refactor my code again to implement the asset bundle. I just want to know how will i do it?
Thanks :)

Comments

  • Hi @rokugatsu,

    yes this is possible. You can do this by using Manual Instantiation. Please take a look at the proper section of the documentation page. How to get this working with Asset Bundles is described at the bottom of that page.
  • rokugatsu
    Options
    Hi @Christian_Simon if i instantiate the object , will photon treat it as a scene object? not just an object? because I want the objects to stay put even if the master client leaves :) thanks again!
  • rokugatsu
    Options
    Or even if the owner of the object leaves :)