public Material skyboxMaterial;
// Use this for initialization
void Start ()
{
RenderSettings.skybox = skyboxMaterial;
}
의외로 간단하다.
'둥지 > Unity' 카테고리의 다른 글
2D Game Kit Advanced Topics 번역글 (0) | 2024.04.08 |
---|---|
Unity 텍스처 포맷으로 인한 색상 손실 (1) | 2024.03.24 |
Unity iOS 빌드 에러 failed because this command failed to write the following output (0) | 2024.01.27 |
Unity Debug Log 색상 넣기 (0) | 2023.12.22 |
Unity 렌더링 파이프라인 정리 (0) | 2023.07.23 |