Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 커스텀쉐이더
- AssetBundle
- Rewired
- RenderStreaming
- Specular Highlights
- Android
- AR
- Environment Reflections
- web3D
- DS4
- apk
- TextMeshPro
- WebGL
- 유니티
- unityhub
- 듀얼쇼크4
- untiy
- Unity VisualStudio
- Unity
- android app bundle
- 구글플레이스토어
- TextMeshPro 한글
- 반응형레이아웃
- muilt controller
- kinect v2
- webview
- 역직렬화 오류
- Depth camera
- 랜더스트리밍
- 에셋번들
Archives
- Today
- Total
기억저장고
Unity GPU마다 exe 프로그램 할당하는법 본문
조건
1. cmd로 호출
cmd로 프로그램 경로까지 이동 후
myBuildFile.exe -force-device-index 1
이런식으로 써주면된다
맨 뒤에 숫자는 실행할 GPU index인데
메인 GPU는 0번인거 같고
나머지는 작업관리자-성능의 GPU 거꾸로 순서인듯하다
ex)GPU가 7번까지 있으면 index 1이 7번 GPU를 가르키는거같은데 이건 자세히 모르겠다
출처
https://docs.unity3d.com/Manual/PlayerCommandLineArguments.html
Unity - Manual: Unity Standalone Player command line arguments
Unity Editor command line arguments Batch mode and built-in coroutine compatibility Unity Standalone Player command line arguments You can launch Unity Players from the command line and pass in arguments to change how the Player executes. These arguments w
docs.unity3d.com
'Unity' 카테고리의 다른 글
투명재질(Transparent)에 Decal 하는 방법 (0) | 2023.02.15 |
---|---|
untiy virtual camera 회전 안먹게 (0) | 2022.12.09 |
[RenderStreaming] 랜더스트리밍 Brodcast로 Connect ID 각각 설정하는방법 (0) | 2022.11.02 |
Unity PC 에서 Face Filter 만드는 법 (1) | 2022.10.28 |
Unity 이벤트 트리거 스크립트로 추가 (0) | 2022.10.28 |
Comments