You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi friends,
I'm creating a project with pixijs. I've loaded all of my assets in my index.ts file and it is ok for now. But, i have to load another images from a server url into my project in runtime and i have to use another pixi loader instance. When i've done this pixi loader cannot find the texture which is loaded.
The code you posted seems like it would work fine. Keep in mind you can't use a loader to load more things once it is already in-flight. Once it is done you can call reset() and then use it again, or drop it and make a new one.
Hi friends,
I'm creating a project with pixijs. I've loaded all of my assets in my index.ts file and it is ok for now. But, i have to load another images from a server url into my project in runtime and i have to use another pixi loader instance. When i've done this pixi loader cannot find the texture which is loaded.
Is there a way to use multiple loader in pixi?
The text was updated successfully, but these errors were encountered: