Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Asset Bundle Browser initial release

Discussion in 'Asset Bundles' started by unity_bill, Apr 11, 2017.

  1. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    As a heavy user of asset bundles this is a very interesting topic :)

    I wonder who might know the reasoning behind this.

    Anyways it's nice to know that some efforts are made to improve this, even though it may take a long time.
     
  2. Kafar

    Kafar

    Joined:
    Nov 29, 2012
    Posts:
    220
    Hi,

    The Asset Bundle Browser tool is supported in Unity 2018.3.x ? I imported into it but the voice menu is missing...
    Thanks
     
  3. Brathnann

    Brathnann

    Joined:
    Aug 12, 2014
    Posts:
    7,186
    It works fine in 2018.3. What do you mean by voice menu?
     
  4. Kafar

    Kafar

    Joined:
    Nov 29, 2012
    Posts:
    220
    Sorry, bad english.... it means that the Asset Bundle Browser tab is missing. Where is?
     
  5. Brathnann

    Brathnann

    Joined:
    Aug 12, 2014
    Posts:
    7,186
    Window -> asset bundle browser
     

    Attached Files:

  6. Kafar

    Kafar

    Joined:
    Nov 29, 2012
    Posts:
    220
    Yes, I know under Window, in Unity 2018.2.x there is... but in Unity 2018.3.x there isn't it. I restart it but nothing....
    No error...
     
  7. Brathnann

    Brathnann

    Joined:
    Aug 12, 2014
    Posts:
    7,186
    Did you import the package?

    Make sure it's selected in your Package Manager and install it
     
  8. Kafar

    Kafar

    Joined:
    Nov 29, 2012
    Posts:
    220
    Imported package, selected in Package manager and installed. But in Window still missing...
     
  9. Brathnann

    Brathnann

    Joined:
    Aug 12, 2014
    Posts:
    7,186
    If your project folder under Packages, do you see the asset bundle browser folder?
     
  10. Kafar

    Kafar

    Joined:
    Nov 29, 2012
    Posts:
    220
    Yes, I can see it.
     
  11. Brathnann

    Brathnann

    Joined:
    Aug 12, 2014
    Posts:
    7,186
    If you have any compiler errors, stuff doesn't always finish loading in. Do you have errors in your console?

    If not, try an empty project and add just the assetbundle browser to it and see if it shows up.
     
  12. Kafar

    Kafar

    Joined:
    Nov 29, 2012
    Posts:
    220
    Yes, I solved. I was errors in scripts. Thanks for help!
     
  13. Brathnann

    Brathnann

    Joined:
    Aug 12, 2014
    Posts:
    7,186
    No problem, glad you have it working.
     
  14. MrMatthias

    MrMatthias

    Joined:
    Sep 18, 2012
    Posts:
    191
    For the app store it's definitely not allowed to load additional code.
     
  15. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    Yes but Unity supports over 20 platforms, I would assume that this iOS limitation is not the main reason for that.
     
  16. HambaliJ

    HambaliJ

    Joined:
    Jul 10, 2017
    Posts:
    4
    Hello everyone.

    Just wanted to ask if there is any way to specify which bundle uses which compression method. E.g. AB1 is to be built and then compressed using LZMA, AB2 is to be built uncompressed, AB3 built and LZMA compressed, etc.

    If this feature is not available, would love to see it implemented. Especially for Android targeted games since Android have the limitation of unable to read compressed videos.

    Kudos for the tool. Very nice change of scenery than lines of codes.