전체 글(27)
-
URP PostProcessing이 안먹히는 경우
체크해야 할 것들- URP 세팅 : PostProcessing이 켜져있는지- 카메라 세팅 : PostProcessing 값이 켜져있는지, Anti Aliasing이 켜져있는지(켜져있어서 안되는 경우를 봤음),Layer값 및 Enviroment의 Layer가 제대로 설정되어 있는지
2025.01.30 -
페이스북(Meta) 테스트 광고 관련(iOS)
ironsource mediation(Unity LevelPlay)를 사용해서 페이스북(Meta) 광고 테스트를 진행중이었는데 무슨 수를 써도 안되서 한참 해매다 비즈니스 설정에 테스트할 페이스북 계정을 추가하고 앱 - 앱 테스트를 활성화해주니 잘됨;;
2023.12.27 -
URP 디더링 그림자
URP에서 그림자에 투명도를 주는게 불가능한듯하여 찾은 방법URP Opacity and shadows.. is this even supported anymore? - Unity Forum URP Opacity and shadows.. is this even supported anymore?A pretty basic shader I have working in built in... I just can't find a way to achieve the same thing in URP now.. is it even possible..seriously...forum.unity.com
2023.09.14 -
URP shader tag 관련 기록용
Unity 버전을 2021.3에서 2022.3대로 올리고 나서잘 사용중이던 쉐이더가 디바이스에서 마젠타로 보이는 문제가 생겼다.뭔일인지 감이 안잡혀서 한참 해매다가 찾아서 기록함Tags에 "RenderPipeline" = "UniversalRenderPipeline"라고 사용중이었는데 "RenderPipeline" = "UniversalPipeline" 로 바꾸니 잘됨 Replaced "RenderPipeline" = "UniversalRenderPipeline" with "RenderPipeline" = "UniversalPipeline" as requested by Felipe. by oleks-k · Pull Request #1431 · Unity-Technologies/Graphics (gi..
2023.09.12 -
Diff-SVC 사용 기록용
wlsdml1114/diff-svc: Singing Voice Conversion via diffusion model (github.com) yaiconwithminsu/model: 노래민수야고마워 모델 (Diff-SVC) (github.com) 인공 르르땅으로 핫한 Diff-svc 학습방법(로컬 환경, 집 컴퓨터) - YouTube 내 목소리로 노래하는 AI 만들기 - YouTube (위에 전부 링크들임) wlsdml1114/diff-svc: Singing Voice Conversion via diffusion model (github.com) 을 기반으로 위 GitHub 및 영상들을 참고하여 적용해보았음. =====================================================..
2023.07.31 -
https 관련 인증서 생성 기록용
openssl req -x509 -sha256 -days 3650 -nodes -newkey rsa:2048 -subj "/CN=192.168.50.206/C=US/L=San Fransisco" -keyout C:\temp\jenkins_key.key -out C:\temp\jenkins_cert.crt openssl pkcs12 -export -in "C:\temp\jenkins_cert.crt" -inkey "C:\temp\jenkins_key.key" -out "C:\temp\jenkins.pfx" keytool -importkeystore -srckeystore "C:\temp\jenkins.pfx" -srcstoretype pkcs12 -destkeystore "C:\temp\jenkins.jk..
2023.07.12