Unity Async On-Demand Imports
For a while now, Unity has had a neat little feature: async, on-demand imports. It’s not widely used or implemented, but it exists. This blog post is going to point you in the general direction of how to implement such an importer. TL;DR: example is on Github.
[Read More]