I am making a webgl app and I want to stream in 3D animations as they are needed only.
But is this possible? It looks like Unity wants to preprocess all animations and include them into the build, rather than have you load them separately. This makes the build too bulky for webgl in my case.
Can animated 3D objects be loaded from streamingassets on demand instead?
↧