My game has around 100 bitmaps to be used in one GUI by setting the flipbook animation at runtime. Each bitmap needs to be loaded/unloaded on demand in an arbitrary order. What’s the best way of achieving this?
Adding textures at runtime is not possible, right?