본문 바로가기
Adaptive Probe Volume Inspector reference Adaptive Probe Volume Inspector referenceAdaptive Probe Volume을 선택하고 Inspector를 열어 속성을 확인합니다.                          프로퍼티   설명ModeGlobalURP는 이 Adaptive Probe Volume의 크기를 조정하여 Mesh Renderer 구성 요소에서 Contribute Global Illumination이 활성화된 장면이나 베이킹 세트의 모든 렌더러를 포함합니다. URP는 조명을 저장하거나 생성할 때마다 볼륨 크기를 다시 계산합니다.SceneURP는 이 Adaptive Probe Volume의 크기를 조정하여 이 Adaptive Probe Volume과 동일한 장면에 있는 모든 렌더러를 포함합니다. .. 2024. 12. 5.
Troubleshooting Adaptive Probe Volumes (Adaptive Probe Volumes 문제 해결) https://docs.unity3d.com/6000.0/Documentation/Manual/urp/probevolumes-troubleshoot-light-leaks.html Unity - Manual: Troubleshooting light leaks in Adaptive Probe Volumes in URPTroubleshooting dark blotches or streaks in Adaptive Probe Volumes in URP Adaptive Probe Volume Inspector reference Troubleshooting light leaks in Adaptive Probe Volumes in URP Light leaks are areas that are too light or d.. 2024. 11. 30.
Optimize loading Adaptive Probe Volume data (Adaptive Probe Volume 데이터 로딩 최적화) https://docs.unity3d.com/6000.0/Documentation/Manual/urp/probevolumes-streaming.html Unity - Manual: Optimize loading Adaptive Probe Volume dataUpdate light from the sky at runtime with sky occlusion Troubleshooting Adaptive Probe Volumes Optimize loading Adaptive Probe Volume data To optimize loading Adaptive Probe Volume (APV) data at runtime, do either of the following: Stream APV data. Load .. 2024. 11. 30.
Changing lighting at runtime by Adaptive Probe Volumes 어댑티브 프로브 볼륨에서 런타임으로 라이팅을 변화시키기 https://docs.unity3d.com/6000.0/Documentation/Manual/urp/probevolumes-understand-changing-lighting-at-runtime.html Unity - Manual: Choose how to change lighting at runtimeChanging lighting at runtime Bake different lighting setups with Lighting Scenarios Choose how to change lighting at runtime You can change how objects use the baked data in Adaptive Probe Volumes, to create lighting that chang.. 2024. 11. 28.
Bake multiple scenes together with Baking Sets (여러 씬을 Baking Sets로 굽기) https://docs.unity3d.com/6000.0/Documentation/Manual/urp/probevolumes-usebakingsets.html Unity - Manual: Bake multiple scenes together with Baking SetsConfigure the size and density of Adaptive Probe Volumes Changing lighting at runtime Bake multiple scenes together with Baking Sets If you load multiple scenes simultaneously in your project, for example if you load multiples scenesA Scene contai.. 2024. 11. 27.
Configure the size and density of Adaptive Probe Volumes 적응형 프로브 볼륨의 크기와 밀도 구성 https://docs.unity3d.com/6000.0/Documentation/Manual/urp/probevolumes-changedensity.html Unity - Manual: Configure the size and density of Adaptive Probe VolumesDisplay Adaptive Probe Volumes Bake multiple scenes together with Baking Sets Configure the size and density of Adaptive Probe Volumes Refer to Understanding Adaptive Probe Volumes for more information about how Adaptive Probe Volumes wo.. 2024. 11. 26.
Display Adaptive Probe Volumes 적응형 프로브 볼륨 미리보기 https://docs.unity3d.com/6000.0/Documentation/Manual/urp/probevolumes-showandadjust.html Unity - Manual: Display Adaptive Probe VolumesUse Adaptive Probe Volumes Configure the size and density of Adaptive Probe Volumes Display Adaptive Probe Volumes You can use the Rendering Debugger to check how URP places Light ProbesLight probes store information about how light passes through space indocs.un.. 2024. 11. 25.
Introduction to Adaptive Probe Volumes (적응형 프로브 볼륨 소개) https://docs.unity3d.com/6000.0/Documentation/Manual/urp/probevolumes-concept.html Unity - Manual: Introduction to Adaptive Probe VolumesAdaptive Probe Volumes (APV) in URP Use Adaptive Probe Volumes Introduction to Adaptive Probe Volumes An Adaptive Probe Volume is a group of Light ProbesLight probes store information about how light passes through space in your scene. A collection of lighdocs... 2024. 11. 24.
레거시 프로젝트를 URP 패키지로 업그레이드하기 작업하다보면 실수로, 혹은 프로젝트를 다운받았는데 URP가 아니라 레거시 프로젝트여서 모든것이 깨져버리는 현상이 있을 수 있다. 이렇게 가정이 무너지고 사회가 무너지고 ...  아 그래서 이게 URP가 아니라 레거시인거 어케 아는데? 사실 이게 문제지라우. 아니 솔직히 어케 아는데... 근데 URP가 아니라 레거시라는 걸 알아채는 방법은 있긴 있슈.. Deprecated packages 처음 열 때부터 Deprecated packages (폐기된 패키지) 라고 나오면 이건 의심해 봐야 함. "아 언제쩍껄 사용하는거여" 하고  구박주는 거거덩.  Default Render Pipeline 그럼 이번엔 이걸 보는거여... Edit / Project Settings의 Graphics 의 Default Rend.. 2024. 8. 4.
Depth Texture를 언제 그릴까? Depth Prepass / After Opaque 쉽게 설명해주시려고 노력해주신 고정석님께 감사 인사를 드립니다. Depth(깊이) Depth란 .. Z 버퍼라고도 불리던 그것입니다. 게임하면서 깊이값을 알아야 할 때가 있지요? 그게 depth입니다. 이게 있어야 반투명들이 나올때 어디에 가려질지 파악할 수 있다던가, 기타 여러 효과들을 위해서라도 꼭 있어야 하는 데이터예요. 이게 없으면 반투명들이 그려질때 Z 가 없으니까 전부 다 그냥 화면 앞에 와다다다다 그려질걸요. 혹은 굴절이나 DOF와 같은 포스트 프로세스, 기타 소프트 파티클 등 깊이를 가지고 조작해야 하는 모든 기법들에 필요한 것이 이 깊이값입니다. 이건 자동으로 생기는게 물론 아니죠. 저것도 날 잡아 (?) 그려야 합니다. 그래서 '언제 그릴 것이냐' 라는 말이 생기게 되는 것입니다. 일반.. 2023. 7. 20.
유니티 엔진 에디터 시작할때 초기화 시켜주기 [InitializeOnLoadMethod] 를 해주면, 컴파일 실행될때 한 번 돈다 이걸로 유니티 에디터의 값을 초기화 시켜줄때 쓰면 좋다 기타 애트리뷰트는 다음과 같다 . 참고 https://rito15.github.io/posts/unity-editor-init-events/ 유니티 - 컴파일, 게임 시작 시 실행되는 애트리뷰트 정리 공통 특징 rito15.github.io #if UNITY_EDITOR using UnityEditor; using UnityEngine; public class UnityEditorInitialize { [InitializeOnLoadMethod] private static void Initialize() { //Initialize Something } [MenuIt.. 2022. 9. 18.
유니티 교과서 5판 이런 초보자용 책 매우 좋아하는데, 확실히 초보자용으로 잘 나온 책이다. 물론 URP 대응이 되어 있지 않고, 최신의 기능인 TextMeshPro 대응도 되어 있지 않은지라 그걸 써보려고 조금 찾아보거나 노력해야 했지만 어쨌건 그다지 어렵지 않았고, 무엇보다 책 자체가 쉽게 차근차근 설명해 주는 방식이라 지루함을 느끼지 않을 수 있었음. 매우 얇은 책이고 예제 위주의 책이라 재미위주로 책을 추천해 달라면 이 책이 잘 맞을듯 하다. 간단한 2D 게임부터 3D 게임까지 되어 있어서 진짜 초보들에게 잘 맞는 책. 물론 높은 수준을 기대하면 안되고, 에디터도 잘 다루지 못하는 사람에게는 옆에서 설명해줄 사람이 필요할 듯 하다. 2022. 9. 18.
반응형