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
SpineAtlasLoader Does Not Pass URL Parameters to Texture Loader
Description
In pixi-v8, SpineAtlasLoader does not pass URL search parameters to the texture loader. While this does not cause errors, it is critical for proper asset caching when using defaultSearchParams.
Suggested Fix
Update the parse handler in SpineAtlasLoader to include copySearchParams when setting the src value:
SpineAtlasLoader
Does Not Pass URL Parameters to Texture LoaderDescription
In
pixi-v8
,SpineAtlasLoader
does not pass URL search parameters to the texture loader. While this does not cause errors, it is critical for proper asset caching when usingdefaultSearchParams
.Suggested Fix
Update the
parse
handler inSpineAtlasLoader
to includecopySearchParams
when setting thesrc
value:The text was updated successfully, but these errors were encountered: