'Unity > Etc' 카테고리의 다른 글
OverDraw for URP (0) | 2021.09.12 |
---|---|
Unity Recorder에서 녹화도중 Particle이 출력되지 않는 경우 (0) | 2021.09.12 |
UnityGraphicsProgramming (0) | 2021.09.12 |
OverDraw for URP (0) | 2021.09.12 |
---|---|
Unity Recorder에서 녹화도중 Particle이 출력되지 않는 경우 (0) | 2021.09.12 |
UnityGraphicsProgramming (0) | 2021.09.12 |
amagamina.jp/overdraw-for-urp/
URPでOverdrawを確認できるOverdrawForURP【Unity】|アマガミナブログ
UniversalRenderPipelineでは消えてしまったSceneビューのOverdraw表示を復活させる拡張を作りました。導入方法などを解説しています。
amagamina.jp
유니티 2019이상 URP로 전환하다보면 Scene 버튼에 Shaded, Wireframe 2개 밖에 없는데
URP상태에서 씬뷰를 비롯한 게임뷰까지 볼수 있도록 패키지가 추가되었습니다.
Add package from git URL에서 링크에 기재된 주소를 통해서 받는방법도 있고 아니면 압축파일을 받아서 유니티프로젝트에 집어 넣기만 하면됩니다. 그다음 RenderList에 기본적으로 받은 OverDrawRenderer를 추가해주시면 됩니다.
그리고 나서 OverDraw 실행하면 끝
ShaderGraph제작 기본 이펙트 쉐이더 3개 (개인용) (0) | 2021.10.16 |
---|---|
Unity Recorder에서 녹화도중 Particle이 출력되지 않는 경우 (0) | 2021.09.12 |
UnityGraphicsProgramming (0) | 2021.09.12 |
4K 고화질, 고프레임 촬영을 위해 Unity Recorder를 사용하는 경우가 있습니다.
특정 이펙트를 녹화할려하는데 녹화도중 Particle이 출력되지 않는 경우 DeltaTime설정 문제일 확률이 큽니다.
해결법은 DeltaTime을 Scaled로 설정하시면 됩니다.
출처: https://classic6680.tistory.com/category/Unity (Etc)?page=2 [짬안되는 자칭 테크니컬 아티스트]
ShaderGraph제작 기본 이펙트 쉐이더 3개 (개인용) (0) | 2021.10.16 |
---|---|
OverDraw for URP (0) | 2021.09.12 |
UnityGraphicsProgramming (0) | 2021.09.12 |
https://github.com/IndieVisualLab/UnityGraphicsProgrammingSeries
IndieVisualLab/UnityGraphicsProgrammingSeries
書籍「Unity Graphics Programming」シリーズのPDFコレクション. Contribute to IndieVisualLab/UnityGraphicsProgrammingSeries development by creating an account on GitHub.
github.com
여태까지 교육기관에서 배워왔던 쉐이더강의와는 달리 C#기반으로 그래픽스 프로그래밍을 정리하는 pdf도서입니다.
위에 링크 들어가보시면 한국어 번역까지 다 나와있습니다.
https://github.com/IndieVisualLab
Indie Visual Lab
Indie Visual Lab has 14 repositories available. Follow their code on GitHub.
github.com
여기 들어가보시면 샘플 에셋 파일들 다 있습니다.
ShaderGraph제작 기본 이펙트 쉐이더 3개 (개인용) (0) | 2021.10.16 |
---|---|
OverDraw for URP (0) | 2021.09.12 |
Unity Recorder에서 녹화도중 Particle이 출력되지 않는 경우 (0) | 2021.09.12 |