All Articles

Unity GRPC https://shadabambat1.medium.com/basic-client-server-communication-using-unity-grpc-f4a3c2cf819c
DOTween Sequence 분리하기 using System; using System.Collections; using System.Collections.Generic; using System.Threading.Tasks; using DG.Tweening; using UnityEngine; public class SequenceBase { protected bool isCompleted; protected bool isSuccessed; public event Action Completed; protected bool IsCompleted { get => isCompleted; set { isCompleted = value; OnCompleted(); } } protected bool IsSuccessed { get => isSuccesse..
Utilities.cs Use of unassigned out parameter 'guid' MRTK 이식하던 중 문제 발생 다음 릴리즈에는 이슈가 수정될것 같지만 현재 MSBuild에 문제가 생기면 아래 해결방법 참고 https://github.com/microsoft/MSBuildForUnity/pull/150 Update Utilities.cs by RyanMilligan · Pull Request #150 · microsoft/MSBuildForUnity This fixes a compile error that occasionally pops up and causes my Unity projects to stop building. github.com
Unity MRTK gitignore 2021-11-20 저장 참고: 1. https://github.com/github/gitignore/blob/master/Unity.gitignore 2. https://gist.github.com/julenka/b65ece128107ae7cbace92c70c285c8c 3. https://docs.microsoft.com/en-us/windows/mixed-reality/mrtk-unity/performance/large-projects # This .gitignore file should be placed at the root of your Unity project directory # # Get latest from https://github.com/github/gitignore/blob/master/Unity.gitig..
[Unity] 한글 폰트 적용 - NotoSansKR 1. 폰트 다운로드 https://fonts.google.com/noto/specimen/Noto+Sans+KR Google Fonts Making the web more beautiful, fast, and open through great typography fonts.google.com 2. 유니티 Windows->TextMeshPro->Font AssetCreator
[MRTK] Custom Hand Input to MRTK TrackedHandJoint 진행 1. Quest 2와 MRTK 이용할때, Quest 2의 핸드트래킹과 글로브로 손가락 움직임을 추적하기로함. 2. Quest 2의 OVRHand, OVRSkeleton을 래핑하여 재구현 3. 글로브 손가락 데이터를 MRTK의 TrackedHandJoint 데이터로 바인딩 4. MRTK의 HandTrackingProfile을 수정하고 BaseHandVisualizer를 래핑하여 구현 자료 정리 TrackedHandJoint Enum이 dll로 감싸져있는 듯하여 코드로 정리함 public enum TrackedHandJoint { // 번호는 손가락 끝 부분에서부터 오름차순으로 지정함 None = 0, // 없음 Wrist = 1, // 손목 Palm = 2, // 손바닥 ThumbMetacarpalJ..
[우리동네 탐방 1] 블렌더로 맵데이터 그리기 1. 블렌더에서 add-ons로 BlenderGIS, Node Wrangler 추가 2. GIS 탭에서 맵데이터, OSM, RSTM 가져오기 3. 누락된 건물 추가하기