-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow building specific asset bundles #119
Comments
yes, that would be a helpful feature. We are adding that to the addressables system, but will not be adding it here. The reason is that outside of addressables, it is not very realistic for us to provide a build script that can be used consistently in a real-life production environment. The build script in this tool is intended as a sample for people to use as a basis when they create the build script they actually need. |
I understand it is only given as a sample, but a few people on some forum threads have asked for that feature which may be a useful thing to use "as is" or base more complex build operations on. In any case, why did you close this? i was going to implement this and send a PR for it. |
If you've got plans to PR it, then I'm happy to keep it open. I had not realized that was your intent. I always welcome PR's |
Why was this feature reverted ? (af1549c) |
bump. This is a very useful feature, in our particular case more useful than Addressables. Just a method which accepts a filter (a string of names) of which ABs to build would be great. |
@ivoras isnt this possible with my suggested fix here? Would you like ne to create a simple static method just like u described? Would that help in any way? |
I do not see any posts with your username here. Could you tell me where can I find the suggested fix?
Yes it would - but where? Doesn't this feature need to be in Unity's code? We are currently using |
@ivoras here is a rough sketch of such a method:
You would need to tweak it a bit (output path, build options) but it should work. |
currently it's only possible to build ALL asset bundles in the project.
In case there are a lot of them, it might be a very time consuming operation.
There should be a way to select which asset bundle(s) to build, and have only those built.
The text was updated successfully, but these errors were encountered: