일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
- raycast
- AR세팅
- 로케트
- 리듬게임에디터
- 델리게이트
- 확장메서드
- 깃허브
- 짐벌락
- C#
- 유니티
- 소규모프로젝트
- 리듬게임
- callbyreference
- ExtensionMethod
- AR Foundation
- ar
- 1인개발
- Euler
- 게임개발
- 게임제작
- 인터페이스
- callbyvalue
- 레이캐스트
- Quaternion
- Unity
- 병맛게임
- ARProgect
- github
- AR게임
- 게임
- Today
- Total
목록전체 글 (118)
Ssssong += Dev
https://tmdcks2368.medium.com/unity-urp-custom-shadow-shader-%EB%8F%84%EC%A0%84%ED%95%98%EA%B8%B0-%EC%BD%94%EB%93%9C-%EB%94%B0%EB%9D%BC%EA%B0%80%EB%A9%B0-%EB%AC%B8%EC%A0%9C-%EC%9B%90%EC%9D%B8-%EC%B0%BE%EA%B8%B0-2-3-5831e340d8eb [Unity] URP Custom Shadow Shader 도전하기 : 코드 따라가며 문제 원인 찾기 (2/3) 안녕하세요. 지난번에 이어 URP Custom Shadow Shader 2편입니다. 이 글에서는 문제 원인을 찾아가는 과정에 대해서 자세히 보여드릴 것입니다. tmdcks2368.medium...
https://coderzero.tistory.com/entry/%EC%9C%A0%EB%8B%88%ED%8B%B0-%EC%B5%9C%EC%A0%81%ED%99%94-%EA%B7%B8%EB%9E%98%ED%94%BD%EC%8A%A4-%ED%8D%BC%ED%8F%AC%EB%A8%BC%EC%8A%A4-%EC%B5%9C%EC%A0%81%ED%99%94 [유니티 최적화] 그래픽스 퍼포먼스 최적화 1. 그래픽스 퍼포먼스 최적화 훌륭한 퍼포먼스는 많은 게임의 성공을 결정짓는 중요한 요소입니다. 게임의 렌더링 속도를 최대로 끌어올리는 간단한 가이드라인을 아래에 소개합니다. 1.1 높은 coderzero.tistory.com
https://docs.unity3d.com/ScriptReference/Renderer.SetPropertyBlock.html Unity - Scripting API: Renderer.SetPropertyBlock This is recommended when only a few properties of a Material are different per object. This is more memory efficient than having one complete distinct Material per object. You can also provide a Material index (from 0 to Renderer.materials.Length-1). In th docs.unity3d.com 각 렌..
결론 : 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
Concurrent Session 동시 연결 수 : 얼마 만큼 많은 성립된 TCP 세션을 유지할 수 있는지 나타내는 수치 ThreadSafeDictionary - 멀티쓰레드 환경에서 dictionary 접근을 안전하게 하기 위해 lock 문을 세팅해준다. lock 문은 특정 블럭의 코드를 한번에 하나의 쓰레드만 실행할 수 있도록 해준다. 주로 object 타입의 private 필드를 지정하고 lock(obj) 와 같이 지정한다. lock(this)와 같이 잘못 사용할 수 있는 것은 의도치 않게 Deadlock(데드락 - 운영체제 혹은 소프트웨어의 잘못된 자원 관리로 인하여 둘 이상의 프로세스, 심하면 운영체제도 포함해서 함께 퍼지는 현상을 말한다. 교착 상태.)을 발생시키거나 lock Granularit..
https://lindenreidblog.com/2018/02/25/texture-mask-shader-unity-tutorial/ Texture Mask Shader in Unity Tutorial A Unity tutorial on how to use texture masks in shaders for cool effects. lindenreidblog.com Texture Mask Shader https://forum.unity.com/threads/deferred-decals-clipping-on-custom-stencil-mask-shader.397897/ Deferred decals clipping on custom stencil/mask shader Hey, all. I am new to w..
https://m.blog.naver.com/sabotduke/220794695469
https://docs.unity3d.com/ScriptReference/Rendering.RenderPipeline.html Unity - Scripting API: RenderPipeline Success! Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable. Close docs.unity3d.com UnityEngine.Rendering 네임스페이스에 들어 있는 RenderPipeline 관련 클래스..