VR & AR 개발/Unity 개발
-
[Unity] Visual Studio Code로 코딩하기VR & AR 개발/Unity 개발 2022. 5. 17. 13:36
Unity에 VSCode script (IDE script)를 통합하는 방법은 지난 글을 참고하시면 됩니다. [Unity] Visual Studio와 Unity 통합하기 Unity에서 C, C#, Python 등의 native로 개발을 쉽게 하기 위해선 IDE (Integrated Development Evironment)를 사용하게 되는데, 대부분의 경우 Visual Studio를 사용한다. 이 글에서는 이 Visual Studio를 Unity.. hyuna-tech.tistory.com 해당 글은 Unity 공식 document를 참고하여 작성 했습니다. Code in the default script - Unity Learn In this tutorial, you’ll: Identify the de..
-
[Unity] Visual Studio와 Unity 통합하기VR & AR 개발/Unity 개발 2022. 5. 17. 13:11
Unity에서 C, C#, Python 등의 native로 개발을 쉽게 하기 위해선 IDE (Integrated Development Evironment)를 사용하게 되는데, 대부분의 경우 Visual Studio를 사용한다. 이 글에서는 이 Visual Studio를 Unity에 통합하는 작업을 해 보려고 한다. Step 1. 우선 Visual Studio가 설치되어 있지 않은 경우, Unity Hub의 Installs에서 추가 모듈로 Visual Studio를 설치 해 주어야 한다. Installs에서 현재 unity version에 우클릭하여 Add modules를 누른다. 본인의 OS에 맞는 Visual Studio를 선택하고 설치한다. Step 2. Preferences > External T..
-
[Unity] Import 3D Assets to Unity (Unity에 3D 에셋 불러오기)VR & AR 개발/Unity 개발 2022. 5. 17. 12:53
Unity에서 3D Asset을 가져오는 방식에 대한 documentation은 여러가지가 있는데, 아래 두 개를 참고했다. https://learn.unity.com/tutorial/project-setup-processes#60ed7afdedbc2a001f7c4ef0 Project setup processes - Unity Learn This is a guide through common processes you may need to set-up a Unity project to complete one of our tutorials. learn.unity.com https://learn.unity.com/tutorial/get-3d-assets?uv=2020.3&pathwayId=5f7bcab4edb..
-
[Unity] Start Unity on HTC Vive Focus 3 (Unity - HTC Vive 개발 초기 셋업)VR & AR 개발/Unity 개발 2022. 5. 12. 18:44
HTC Vive Focus 3 is one of the All-in-One HMD with SnapDragon. In this article, I'd like to intorduce the initial setting to build the Unity application on HTC Vive Focus 3. Unlike other HTC Vive devices (e.g., HTC Vive, HTC Vive Pro or Pro Eye), HTC Vive Focus 3 needs extra SDK, VIVE Wave SDK, to build the Unity of Unreal Engine application. I have referred to various blogs and VIVE documentati..