Hello community,
After read some exemple and Tut's i have no others solutions than ask you if someone can help me ...
This is the problem :
I've create all my game with a Window Size for the project of 900x600 ( This work good )
- One Layer named "UI" with the propriety Scale Rate : 100, Parallax : 100,100 ( In the "UI" layout and ) Scale Rate : 100, Parallax : 0,0 ( In "Game" layout )
- One Layer named "Game" with the propriety Scale Rate : 100, Parallax : 100,100 ( In "UI" and "Game" Layout )
This work perfectly ...
Now i'm trying to give the player the possibility to adapt the Game Window to is own Window, for exemple 1920x1080 ...
So for this i have add : On start of Layout --> Set FullScreen Scaling to low quality/Set canvas size to 1920x1080 ... ( Just for test and after make an option panel ... but when it work hehe ^^ )
And this work BUT change all the Layout size héhé ... So as i say all my game was based on a 900x600 Window Screen and now i see all what is in the margin of "UI" Layout and the layout was in the center of the screen =s ...
So i've try to add Anchor but i can't really add anchor for all my UI because i have a lot of things XD ... Then the Objects in the Margins Are here too, and for finish when i zoom the UI zoom too XD ...
So i hope some one can help me =)
Thank you.