Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 게임개발
- Unity
- 짐벌락
- C#
- 리듬게임에디터
- raycast
- 리듬게임
- 확장메서드
- 인터페이스
- 로케트
- 소규모프로젝트
- callbyreference
- Quaternion
- ARProgect
- 깃허브
- 레이캐스트
- 게임제작
- Euler
- callbyvalue
- AR세팅
- 1인개발
- AR Foundation
- ar
- 델리게이트
- 유니티
- github
- 병맛게임
- 게임
- ExtensionMethod
- AR게임
Archives
- Today
- Total
Ssssong += Dev
[유니티/Shader] URP와 surface shader 본문
결론 : URP에서는 surface shader를 지원하지 않는다. vertex & fragment shader로 작성해야 한다.
따라서 surface shader를 URP에서 쓰려면 URP에 맞게 fragment shader에서 해당 내용을 구현해주어야 한다.
https://answers.unity.com/questions/1777338/how-to-get-surface-shaders-to-work-in-urp.html
How to get surface shaders to work in URP? - Unity Answers
answers.unity.com