You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*적용 시 이상해 보이면 카메라의 Position - y값이 5가 아니어서임. 스크립트 상 y = 5로 고정 해놨으므로 헷갈리지 않게 바꾸는 것을 추천함.
+NormalScene1, 2에서 Hierachy - Canvas에도 GameOverScreen있네요(UICanvas에도 있는데 이 쪽은 클리어 스크린도 있는 것으로 보아 Canvas 아래의 스크린은 실수로 못 지웠던 것인 듯 보이네요)
1
NormalScene 1, 2 공통 : ForeGroundGroup - Transform - Y = 0
2
NormalScene2 씬 - BackGroundGroup - Transform - Position - X = 0, Y = 1.25, Z = 10 / Scale - X = 1.7, Y = 1.7
+BackGroundGroup 밑에 있는 BackGround (0~4)의 스크립트 중 ImagSizeControl을 제거
3
NormalScene1 씬 - BackGround - Transform - Position - Y = 7 / Scale - X = 19, Y = 7.5
+위와 마찬가지로 BackGround - ImagSizeControl 스크립트 제거
The text was updated successfully, but these errors were encountered:
*적용 시 이상해 보이면 카메라의 Position - y값이 5가 아니어서임. 스크립트 상 y = 5로 고정 해놨으므로 헷갈리지 않게 바꾸는 것을 추천함.
+NormalScene1, 2에서 Hierachy - Canvas에도 GameOverScreen있네요(UICanvas에도 있는데 이 쪽은 클리어 스크린도 있는 것으로 보아 Canvas 아래의 스크린은 실수로 못 지웠던 것인 듯 보이네요)
1
NormalScene 1, 2 공통 : ForeGroundGroup - Transform - Y = 0
2
NormalScene2 씬 - BackGroundGroup - Transform - Position - X = 0, Y = 1.25, Z = 10 / Scale - X = 1.7, Y = 1.7
+BackGroundGroup 밑에 있는 BackGround (0~4)의 스크립트 중 ImagSizeControl을 제거
3
NormalScene1 씬 - BackGround - Transform - Position - Y = 7 / Scale - X = 19, Y = 7.5
+위와 마찬가지로 BackGround - ImagSizeControl 스크립트 제거
The text was updated successfully, but these errors were encountered: