'전체 글'에 해당되는 글 1803건

  1. 2023.12.26 XR Interaction Toolkit - Create Grab Interactions
  2. 2023.12.26 Hand Model 넣기
  3. 2023.12.26 XROrigin
  4. 2023.12.26 XR-Interaction-Toolkit-Examples
  5. 2023.12.26 XR Interaction Toolkit 환경설정
  6. 2023.12.22 Use Custom Hand Model

XR Interaction Toolkit - Create Grab Interactions

VR/XR Interaction Toolkit 2023. 12. 26. 01:35
반응형

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

안잡히는 이유는?

 

1. 반드시 Left / Right Controller에 Collider가 있어야 함 

 

 

2.XR Grab Interactable 컴포넌트의 Colliders에 콜라이더 넣어주기 

 

 

3. Interactor의 Collider 또는 Interactable의 Collider 둘중 하나는 Is Trigger 체크 해야 함 

 

다음과 같이 모드 Is Trigger가 False일 경우 잡기는 동작 하지 않음 

 

 

 

4. Interaction Manager가 빠져 있는지 확인 할것 

 

 

 

5.LayerMask확인 하기 

 

 

 

 

 

 

 

 

XR Direct Interactor의 Hide Controller On Select 프로퍼티를 사용하면 

잡기 후 컨트롤러 모델을 숨길수도 있음 

 

 

 

근데 핸드 모델이 영 안이쁨...

 

 

반응형
:

Hand Model 넣기

VR/XR Interaction Toolkit 2023. 12. 26. 00:58
반응형

 

 

Sphere를 지우고 

 

 

 

 

 

 

반응형
:

XROrigin

VR/XR Interaction Toolkit 2023. 12. 26. 00:41
반응형

 

main camera제거 

 

 

 

 

반응형
:

XR-Interaction-Toolkit-Examples

VR/XR Interaction Toolkit 2023. 12. 26. 00:18
반응형

https://github.com/Unity-Technologies/XR-Interaction-Toolkit-Examples

 

GitHub - Unity-Technologies/XR-Interaction-Toolkit-Examples: This repository contains various examples to use with the XR Intera

This repository contains various examples to use with the XR Interaction Toolkit - GitHub - Unity-Technologies/XR-Interaction-Toolkit-Examples: This repository contains various examples to use with...

github.com

 

반응형

'VR > XR Interaction Toolkit' 카테고리의 다른 글

Hand Model 넣기  (0) 2023.12.26
XROrigin  (0) 2023.12.26
XR Interaction Toolkit 환경설정  (0) 2023.12.26
VR SpaceShooter (리소스 추가/그립버튼)  (0) 2023.08.16
VR SpaceShooter (셋팅)  (0) 2023.08.16
:

XR Interaction Toolkit 환경설정

VR/XR Interaction Toolkit 2023. 12. 26. 00:13
반응형

 

프로젝트 생성 

 

 

install xr plugin management

 

provider 설정 

 

 

new input system 설치 

 

Yes

에디터 재시작중

 

 

 

 

XR Interaction Toolkit 설치 

 

공식 문서 

https://docs.unity3d.com/Packages/com.unity.xr.interaction.toolkit@2.4/manual/index.html

 

XR Interaction Toolkit | XR Interaction Toolkit | 2.4.3

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 events. The core of this system is a set of bas

docs.unity3d.com

 

Oculus XR Plugin 설치 

 

 

Input System

Oculus XR Plugin 

URP 

XR Interaction Toolkit 

XR Plugin Management

 

Fix All

 

 

 

 

 

 

https://docs.unity.cn/Packages/com.unity.xr.interaction.toolkit@2.5/manual/samples-starter-assets.html

 

Starter Assets | XR Interaction Toolkit | 2.5.1

Starter Assets This sample is installed into the default location for package samples, in the Assets\Samples\XR Interaction Toolkit\[version]\Starter Assets folder. You can move these Assets to a different location. This sample contains an Input Action Ass

docs.unity.cn

반응형

'VR > XR Interaction Toolkit' 카테고리의 다른 글

Hand Model 넣기  (0) 2023.12.26
XROrigin  (0) 2023.12.26
XR-Interaction-Toolkit-Examples  (0) 2023.12.26
VR SpaceShooter (리소스 추가/그립버튼)  (0) 2023.08.16
VR SpaceShooter (셋팅)  (0) 2023.08.16
:

Use Custom Hand Model

VR 2023. 12. 22. 23:49
반응형

 

https://developer.oculus.com/documentation/unity/unity-isdk-customize-hand-model/

 

Use Custom Hand Model | Oculus Developers

 

developer.oculus.com

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

이건 나의 영역이 아닌듯...

반응형

'VR' 카테고리의 다른 글

오큘러스 퀘스트 3 컨트롤러 모델  (0) 2024.02.24
blender 2.8 fbx import error  (0) 2023.12.22
HandGun 장전  (0) 2023.12.20
Unity VR Create Snap Interactions  (0) 2023.12.13
: