GithubHelp home page GithubHelp logo

asset-bundle-simplified's People

Contributors

aki-cat avatar arthurribeirox avatar caioteixeira avatar jerrylewisbh avatar legustavinho avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

aki-cat sambsp

asset-bundle-simplified's Issues

Create a CI pipeline

Investigate a continuous integration workflow, it includes:

  • What CI service to use? Some alternatives: Travis CI, AppVeyor, Azure Pipelines, etc.
  • How to execute tests
  • Automatic merge checks

Expose API to load external/downloaded bundles

Currently, the API can only load bundles that were built at the same time and located in the same folder in Streaming Assets, this limitation makes impossible to use the API with externally built asset bundles (DLC's/downloaded bundles are the common use case).

Debug Window support to Simulation Mode

Currently, Debug Window does not work on simulation mode. A solution would be to implement a simple bundle reference count and expose its values through the debug interface

Asset-level reference counting

Our current implementation uses a reference counting mechanism to automatically load and unload asset bundle dependencies, this mechanism basically loads all dependencies when an asset bundle is loaded and unloads when there is no bundle depending on them. However, there is one big issue with this implementation: it requires the user code to manually unload the bundle.

We think an ideal solution would be also a reference counting mechanism but at asset-level, the idea is to keep track of every reference to an asset and automatically unload the bundle when there are no references to the assets that it contains. Conceptually it is similar to a Garbage Collector implementation or iOS's ARC.

A similar mechanism (with some limitations) is described in this article:
Keeping Track of Asset Bundles - Andrew Gotow

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.