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

Can i read assets list in bundles without unity for example with Python 3?

Discussion in 'Asset Bundles' started by voolf00, Nov 21, 2019.

  1. voolf00

    voolf00

    Joined:
    Nov 28, 2017
    Posts:
    3
    I have many asset bundles and i want check list assets in there. Can i make it? if yes, how i can do it? i not found information about it topic
     
  2. AlkisFortuneFish

    AlkisFortuneFish

    Joined:
    Apr 26, 2013
    Posts:
    970
  3. voolf00

    voolf00

    Joined:
    Nov 28, 2017
    Posts:
    3
    AlkisFortuneFish, i seen this library, but, i think, he is old and i can't run him. All time get error
    return struct.unpack(self.endian + "i", self.read(4))[0]
    struct.error: unpack requires a buffer of 4 bytes
     
  4. AlkisFortuneFish

    AlkisFortuneFish

    Joined:
    Apr 26, 2013
    Posts:
    970
    I'll be honest, I haven't tried it myself, but the last commit history would indicate that it is not *that* old. I'd drop them a line perhaps.