- Home /
Question by
TommiH · Dec 06, 2012 at 12:39 AM ·
server.netasset bundle
Is it possible to create an asset bundle without Unity editor?
Hello.
We need to create asset bundles automatically on our server, but having Unity installed on the server and running it via command line would fit badly in our server design. So we're wondering if there's any other way to create asset bundles. A .Net library you could run from regular .Net would be optimal but we're interested in any solution you may have.
Comment
Best Answer
Answer by Bunny83 · Dec 06, 2012 at 12:50 AM
No. It's only possible with the Unity editor. How often do you want to create an asset bundle? I never really used the "batchmode" so can't say much about it's speed / performance
Not very often. It would just be harder to connect to the rest of the server design/UI stuff than a .Net library.
Thanks for the reply.
Your answer