I am writing an app that has multiple mini simple games. Some game uses Phaser 3, some game uses DOM only and some view (For example: Home page, list games, …) uses a litter render spine or a litter load video. So i want to detach the loader plugin to preload the assets resource.
[1] Can Phaser 3 Loader Plugin detached or I have to use Pixi.js Loader?
[2] And plus question, should I use pixi.js or phaser 3 or other (if you know) for render object only (For example display some spine or some tween animation on the home page and list game page)
- Pixi loader may be better
- Which ever is easier
1 Like