Programatically create bundles

Issue #46 resolved
Matt D created an issue

It would be a good idea to be able to call a function that allows you to create all of the asset bundles in the project (Or an array of them) to pre/postprocess build

Comments (6)

  1. Matt D reporter

    @homae Exactly like that. I'm trying to streamline our build process so we can optionally build our bundles if we want to with the building of a player

  2. Hiroki Omae

    @DWSMatt Added BuildPlayer to built-in node. This will let you streamline build process in building assetbundles and player. By connecting output of Build Asset Bundles will make BuildPlayer aware of asset bundle manifest, so that code stripping will not strip code that are only used in bundles.

    ss.png

    I think this is the most straightforward way rather than callbacks, but let me know if this works for you.

  3. Matt D reporter

    Hmmm that would be ok but we already have developed a workflow with uTomate. We want to create a workflow where we can use CI with asset bundles. So we want to be able to call it via script like AssetBundleController.BuildBundle or AssetBundleController.BuildAllBundles

  4. Log in to comment