toolkit

    Photon - VR(XR Toolkit), Voice

    🟦 포톤 VR, Voice 포톤을 오랜만에 사용하려니 사용법을 잊기도하고 변한 것들도 있었다. XR Toolkit과 함께 포톤을 사용하는 법과 업데이트된 포톤 보이스 사용법(앞서 블로깅한 방법과 달라짐)을 정리해보았다. (Photon 기본세팅을 마쳤다는 가정하에 작성함) - Document 🟧 VR Setting - XR Origin 오브젝트 생성 - 캐릭터로 쓸 오브젝트 생성 : VRPlayer - PhotonView 컴포넌트 추가 - 새 스크립트 추가 : VRPlayer - 빈 오브젝트 생성 : Head, LeftHand, RightHand - Head, LeftHand, RightHand에 PhotonTransformView 컴포넌트 추가 - Custom Left Hand Model, Custom ..

    XR Interaction Toolkit - Input

    🟦 Input System - Action-based와 Device-based. 2가지 타입의 인풋 시스템이 있다. 🟧 Document - Device-based - Action-based 🟦 Device-based 🟧 특징 - XR 기기만을 타겟팅한다. - 설정해놓은 한가지 방법으로만 인풋이 가능하다. - 설정을 간단하게 처리할 수 있다. 🟧 설정방법 - XR Rig 추가(Device-based) - XR Controller(Device-based) 컴포넌트 원하는 값으로 설정 🟦 Action-based 🟧 특징 - 여러 기기에 대응할 수 있다. - 여러가지 방법으로 인풋이 가능하다. - 하나씩 맵핑을 해줘야한다. 🟧 설정방법 - XR Rig (Action-based) 추가 - controller 오브..

    XR Interaction Toolkit - Setting

    🟦 XR Interaction Toolkit 🟧 Document https://docs.unity3d.com/Packages/com.unity.xr.interaction.toolkit@1.0/manual/index.html XR Interaction Toolkit | XR Interaction Toolkit | 1.0.0-pre.8 The XR Interaction Toolkit package is a high-level, component-based, interaction system for creating VR and AR experiences. It provides a framework that makes 3D and UI interactions available from Unity input ev..