Any advice for building Asset Bundles without a Unity Editor?
We would like to be able to have a pipeline where people could upload assets to our CDN and build the Asset Bundles from there for use with Unity.
Any advice for building Asset Bundles without a Unity Editor?
We would like to be able to have a pipeline where people could upload assets to our CDN and build the Asset Bundles from there for use with Unity.
It’s not possible. You’d need to have Unity installed on build servers somewhere that take the assets from the CDN and build them into bundles.
Thank you for the reply
i would like to see better integration with cloud build . for example - add the ability to build only asset bundles in the cloud (without the actual game).