Unity 2022 LTS 버전이 나왔더라고요.
기존 프로젝트가 Unity 2021.3.5f1 버전을 사용 중이어서 아직 초창기라 버전을 올려줬습니다.
Unity is running with Administrator privileges, which is not supported. Unity executes scripts and binary libraries in your project that may originate from third party sources and potentially be harmful to your computer. Unity may also execute scripts and binary libraries that are still under development and not yet fully tested. Running Unity with Administrator privileges may lead to catastrophic consequences, including but not limited to accidental data loss, change of global system settings or even bricking your device.
근데 버전을 올린 후로 실행할 때마다 해당메시지가 계속 떠서 찾아본 결과 UAC(사용자 계정 컨트롤 설정 변경)으로 해결할 수 있더라고요.
설정 후 재부팅
이후 UAC 설정을 원래대로 바꿔도 정상 작동 확인 했습니다.
참고문헌
How do I run 2022.2.1f1 as a standard user? : r/Unity3D (reddit.com)
'[개인공부] > Unity' 카테고리의 다른 글
[Unity] Rest Api 서버 이용하여 유저정보 관리 #2 (MySQL) (0) | 2023.12.01 |
---|---|
[Unity] Rest Api 서버 이용하여 유저정보 관리 #1 (MySQL) (2) | 2023.11.30 |
[Unity] Content Size Fitter 버그 증상 임시 (0) | 2023.08.24 |
[Unity] 에디터 확장 기능으로 스크립트 일괄 제거하기 (2) | 2023.08.21 |
[Unity] 로컬 푸쉬 Mobile Notifications 구현 (야간푸쉬 체크) (0) | 2023.07.18 |