-
I'm in over my head trying to mimic the
Does anyone have any immediate insight into what this means? I've basically just initialized an |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
I got the same error because I didn't add the |
Beta Was this translation helpful? Give feedback.
-
I've found my mistake was attaching my render target to an Now I'm dealing with a problem where my UI is rendering to both cameras, but that's another story 🙂🙂 It would be really nice to see an example of how to properly render to texture in 2D; would probably make for a simpler example too! |
Beta Was this translation helpful? Give feedback.
-
Do you have example code? I am struggling with some similar errors |
Beta Was this translation helpful? Give feedback.
-
Hey @Teajey , I have the exact same requirement, can you share an example of how you fixed it? Not sure I understand what In my case I'm attaching the RenderTarget to the Camera:
|
Beta Was this translation helpful? Give feedback.
-
I don't think using a Add |
Beta Was this translation helpful? Give feedback.
I've found my mistake was attaching my render target to an
ImageBundle
rather than aSpriteBundle
. That's about the extent of my understanding.Now I'm dealing with a problem where my UI is rendering to both cameras, but that's another story 🙂🙂
It would be really nice to see an example of how to properly render to texture in 2D; would probably make for a simpler example too!