[Unity] Canvas Group의 유용함에 대해서
Canvas Group은 매우 유용하다. 알파값 제어, 입력 제어 등의 속성을 가지고 있다. 특히 알파값 제어의 경우, Canvas Group의 자식들로 구성된 UI Elements를 한꺼번에 제어할 수 있는 편의를 제공한다. 입력 제어도 마찬가지이다. 스택오버 플로우를 참고하자면, https://stackoverflow.com/questions/47035144/unity3d-invisible-canvas-performance Unity3D invisible Canvas performance I'm developing a 2d menu heavy mobile game, which uses a lot of canvases, panels, popups etc. In the beginning I had all..