Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Tiny Asset Loader

Discussion in 'Project Tiny' started by GilCat, Aug 1, 2021.

  1. GilCat

    GilCat

    Joined:
    Sep 21, 2013
    Posts:
    676
    Here is Tiny Asset Loader package that I've created extending from Generic Asset loader.
    Hopefully this will help other understanding the pipeline and improve it further.
    Check it out here -> https://github.com/GilbertoGojira/TinyAssetLoader
    Suggestions are welcome :)
    I'm already using it to load esternal JSON files and then parsing them using Tiny JSON, also using it to parse other binary files that are required in my internal project.
     
    DragonCoder, dallin_unity and djsell like this.
  2. lang_fox

    lang_fox

    Joined:
    May 19, 2014
    Posts:
    13
    Great!
     
  3. Lein

    Lein

    Joined:
    May 4, 2014
    Posts:
    14
    Nice, Thanks!
     
  4. Wulirocks

    Wulirocks

    Joined:
    Mar 18, 2013
    Posts:
    63
    Came across this post randomly, looks like Tiny Project has some interesting thing to dig into... specially for mobile or WebGL developers...
     
    GilCat likes this.