- Home /
Text position of a game object moved upon a key input and overlaid on the other image.
Hi,
I am new to unity. I was facing an issue of moving the text game object created using canvas which will toggle its display on a specific key strokes. I see the text position immediately moves left at the top right corner. We have a new image to be displayed on the same top right corner. I have commented out the code for the new image and checked but still I see the same text images shifts positions after key strokes. //GuiMgr.CreateWindow() //GuiMgr.ShowWindow()
thank you in advance. ,
Your answer
Follow this Question
Related Questions
How do you access the Blocking Mask of GraphicsRaycaster in code? 2 Answers
How do i make a panel question appear when my FPSController walks through a tigger collider? 3 Answers
How to : Properly scale image size if parent scale has been modified 0 Answers
How to instantiate a prefab between Canvas and a Button? 0 Answers
I can't see my button in Game View! 3 Answers