- Home /
Positioning between gui and game environement
Hi all, I have a problem. I have setup a GUI and then I make a graph using particle. The problem is how can I "somewhat" attach the graph(particle) to GUI?
For your info in the GUI I made a GraphBox and all its position using Screen.height and Screen.width.
Answer by tomka · May 29, 2012 at 06:57 AM
I'm 99% certain that you can't render particles on the GUI layer.
You could perhaps render the particles to a texture (via Camera to Texture) and then render that texture on the GUI layer? This solution wouldn't be performant though, but if you're live updating the graph it should suffice.
Your answer

Follow this Question
Related Questions
Can't get Gui Pos on top of Enemy ingame! 0 Answers
Infinite GUI Button positions. 3 Answers
Question about positioning GUI. 1 Answer
GUI item with object position+dimensions 0 Answers
Button position 4 Answers