ROS, Ubuntu 20.04 LTS에서 진행된 내용입니다.
프로그램 설치 참고 링크
아래 링크를 참조하여 설치를 진행했습니다.
https://docs.unity3d.com/hub/manual/InstallHub.html#install-hub-linux
Install the Unity Hub | Unity Hub | 3.0
Install the Unity Hub System requirements The Unity Hub supports the following Operating Systems: Windows 7 SP1+, 8, 10 (64-bit versions), 11 macOS X 10.13+ CentOS 7 Rocky Ubuntu 18.04, 20.04, 22.04 Note: Unity supports Apple Silicon machines (M1 machines)
docs.unity3d.com
설치 명령 터미널 입력
wget -qO - https://hub.unity3d.com/linux/keys/public | gpg --dearmor | sudo tee /usr/share/keyrings/Unity_Technologies_ApS.gpg > /dev/null
sudo sh -c 'echo "deb [signed-by=/usr/share/keyrings/Unity_Technologies_ApS.gpg] https://hub.unity3d.com/linux/repos/deb stable main" > /etc/apt/sources.list.d/unityhub.list'
sudo apt update
sudo apt-get install unityhub
환경설정에 들어가면 Unity가 생긴 걸 확인할 수 있습니다.
로그인은 필수기 때문에 미리 해두면 편합니다.
실행된 Unity Hub는 아래와 같이 확인할 수 있습니다.
원하는 프로젝트를 생성하기 전에 Unity Editor 버전을 선택하는데,
워낙 많이 업데이트 되다보니 초보자는 최신 것으로 설치를 진행하면 됩니다.
아래처럼 설치가 완료되면 끝입니다.