PostProcessing Sprite sometimes not visible on the screen #141
Unanswered
goldenratio
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Are the models visible at first and later disappear, or they don't show up at all from the start when this happens? Did you try to use a tool like Spector.js? If you use that tool you might get more clues, maybe they render but later the texture gets overwritten or something? Does it happen on only certain devices? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey @jnsmalm,
Sorry for this weird question, but I would like to hear your thoughts.
We have couple of models, that goes through PostProcessing sprite and gets a outline filter. Super randomly, only those PostProcessing sprite doesn't show up on the screen (most of the time it shows up), other models visible all the time.
I have tried disabled Pixi's GC, but it still happens.
Have you faced something like this before? Your help is really appreciated on this.
please note: Code example doesn't help, as it happens super randomly.
Beta Was this translation helpful? Give feedback.
All reactions