전체 글396 Sidequest 설치하기 1. 위에 링크에서 pc에 맞는 파일 다운 https://sidequestvr.com/setup-howto SideQuest: Oculus Quest Games & Apps including AppLab Games ( Oculus App Lab ) SideQuest is the early access layer for Virtual Reality. Get access to the latest Oculus Quest Games, Oculus App Lab games & lots of free apps on applab and sideload. sidequestvr.com 2. 파일 설치 3. 오큘러스랑 PC 연결하기 케이블로 연결하고 액세서리 허용 뜨면 허가하기 4. 메타퀘스트에서 개발자 계정 만들기 ht.. 2023. 7. 27. 해결 - 임포트했는데 분홍색으로 보임 메테리얼 Shader을 Dummy Pipline > Standard로 바꾸기 (안되면 VariantStrippingTestsShader 로 바꿔도 색이 원래대로 보입니다.) 2023. 7. 27. Oculus2 Unity에 연결하기 컴퓨터에 오큘러스 클래스2 소프트웨어 설치 https://developer.oculus.com/downloads/unity/ Oculus Developer Center | Downloads developer.oculus.com https://www.meta.com/kr/ko/quest/setup/ Meta auth.meta.com 휴데폰에 오큘러스앱을 설치 https://play.google.com/store/apps/details?id=com.oculus.twilight&hl=ko&gl=US Oculus - Google Play 앱 Oculus 기기를 설정하고 최고의 VR 게임, 앱, 이벤트를 발견해보세요. play.google.com 섷치한 프로그램 실행시켜 로그인 및 설정 하 유니티 프로젝트 생성 .. 2023. 7. 27. 유니티 시민강좌 4일차 Defalt Icon - 게임 이미지 splash Image - 처음에 뜨는 로고 소속 단체 애니메이션을 애니매이터가 사용하는거 인트로창에 새들 날아가는 앤메이션 추가하기 파티클 이펙트 오브젝트 날리기 형태 - Renderer에 material 2023. 7. 20. 유니티 시민강좌 3일 씬 이동 using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; using UnityEngine.UI; public class UImanager : MonoBehaviour { private void Awake() { DontDestroyOnLoad(gameObject); } // Start is called before the first frame update void Start() { } // Update is called once per frame public void MoveScene(int num) { SceneManager.LoadScene(num.. 2023. 7. 19. 유니티 시민강좌 1,2일차 세로 게임 https://youtu.be/0LXF6L0DbiQ 2023. 7. 19. 이전 1 ··· 59 60 61 62 63 64 65 66 다음